NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Program giving bus error - but no core dump - best way to gather diag info ?
On Mon, 29 Jul 2024 15:59:20 -0400
vom513 <vom513%gmail.com@localhost> 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.
Home |
Main Index |
Thread Index |
Old Index