Re: Bus error due to v9 VIS on v8 ?
vom513 <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
> On Aug 15, 2024, at 9:49 AM, Martin Husemann <[email protected]> wrote: > > This is a typical runtime instruction set probe, you should be able to > "continue" from gdb, the lib will catch the signal and set an internal > flag to not use that code. > Hmm, so just so I’m understanding. When I run this without gdb, gs crashes with “bus error”. Here is the gdb sequence I’m using: gdb --args gs file.ps (gdb) handle SIGBUS stop (gdb) run So are you saying it’s possibly not actually crashing at that point and I should continue until I get something else / final crash ? Sorry I barely know how to run gdb, I’m just trying to hunt this bug down. Thanks.