Re: Ultrasparc III+ kernel panic
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Feb 14, 2015 at 10:26:37AM +0100, bertrand wrote: > Other crash with same kernel : > > Feb 14 01:28:31 legendre syslogd[463]: restart > Feb 14 01:28:31 legendre /netbsd: cpu0: data fault: pc=f001210c > rpc=103053710 addr=24ec000 This looks like a call to OF and a bogus return address - something must be corrupting memory for you. > Feb 14 01:28:31 legendre /netbsd: text_access_fault: pc=5ae2dcd8 > va=5ae2c000 > Feb 14 01:28:31 legendre /netbsd: Skipping crash dump on recursive panic And the other open issue is the "recursive panic" preventing the crash dump. Martin