NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-macppc/11854 (macppc can't dump)



The following reply was made to PR port-macppc/11854; it has been noted by GNATS.

From: Rin Okuyama <rokuyama%rk.phys.keio.ac.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-macppc/11854 (macppc can't dump)
Date: Thu, 2 Feb 2017 06:51:04 +0900

 On 2017/02/02 6:20, David H. Gutteridge wrote:
 >  I'm not sure this PR is still relevant? I was looking at it because
 >  I'm having problems generating core dumps on macppc, though I suspect
 >  that may be user error on my part.
 
 This problem *is* still relevant:
 
    src/sys/arch/macppc/macppc/machdep.c
 
       1  /*      $NetBSD: machdep.c,v 1.164 2012/12/11 03:00:00 macallan Exp $
 ......
     154  /*
     155   * Crash dump handling.
     156   */
     157
     158  void
     159  dumpsys(void)
     160  {
     161          printf("dumpsys: TBD\n");
     162  }
 ......
 
    https://nxr.netbsd.org/source/xref/src/sys/arch/macppc/macppc/machdep.c#154
 
 Similarly, kernel dumps have not been supported by other powerpc ports.
 
 Thanks,
 rin
 


Home | Main Index | Thread Index | Old Index