Port-sparc archive

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

Re: Bus error due to v9 VIS on v8 ?



> On Aug 15, 2024, at 9:49 AM, Martin Husemann <martin%duskware.de@localhost> 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.




Home | Main Index | Thread Index | Old Index