On Mon, 29 Jul 2024 15:59:20 -0400
vom513 <vom...@gmail.com> wrote:

> I?m fighting with ghostscript on sparc.  gs gives a bus error but no core 
> dump.
> 
> I used ktruss and got the output and got it into a human readable text file.
> 
> I was wondering though - anything else/better I could do to capture info from 
> this ?

gdb --args gs file.ps
(gdb) handle SIGBUS stop
(gdb) run

If gdb and ptrace are in good working state on sparc, that is.

Reply via email to