Re: Bus error due to v9 VIS on v8 ?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 15, 2024 at 01:02:36PM -0400, vom513 wrote: > So are you saying it?s possibly not actually crashing at that point and I should continue until I get something else / final crash ? Yes, exactly. When it stopy due to SIGILL check the call stack and just "continue" at the gdb prompt if it is in a probe function. There will probably a few instances of that very early, from a shared library that does crypto stuff. Repeat untill you get to the real crash. Martin