[16130] in Athena Bugs
Re: problems with netscape 4.05
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Aug 10 18:29:59 1998
Date: Mon, 10 Aug 1998 18:29:57 -0400
To: Todd Belton <tbelton@MIT.EDU>
Cc: bug-infoagents@MIT.EDU
In-Reply-To: "[16124] in Athena Bugs"
From: John Hawkinson <jhawk@MIT.EDU>
| The famous Bus Error happens to me a lot in 3.01, usually when I've been
| doing a lot of other things and then suddenly shift back to mail to send
| a message. I haven't seen it in 4.05 yet, but it's only a matter of
| time.
Hi, Todd,
Presumably you're aware that the normal way to debug
Bus Errors is to unlimit coredumps (i.e. "unlimit coredumpsize"),
reproduce the problem, and then examine the coredump with:
"file", to determine what application produced the core dump --
whether it's Netscape or a helper application.
"gdb", "adb", or "dbx" depending on the program that crashed, to
get a stack trace and some indication of where the fault may lie.
Submit the results of the above to the appropriate people, depending
on what software is failing how.
?
Thanks!
--jhawk