Re: Bus error due to v9 VIS on v8 ?
Valery Ushakov <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 16, 2024 at 18:07:10 +1000, matthew green wrote: > try "handle SIGILL pass" before "run". gdb on more vintage netbsd ports, like sparcs, is often fragile as it gets very little exercise and tends to bitrot a bit. In my recent experience with porting and debugging Self it seems (unscientifically) safer to handle ... pass nostop noprint so that gdb stays out of the way of the signal as much as possible. May be it's just magic thinking :) -uwe