Re: SIGBUS

Evan Jeffrey (ejeffrey@eliot82.wustl.edu)
Sun, 23 Mar 1997 17:11:08 -0600


>> - You didn't get a core file because your coresize resource limit is
>> set to zero. See your shell's man page about how to set the resource
>> limits.
>
>Ummm, no, I do get core dumps for SIGSEGV and have the core size set to
>the max.
>I NEVER get core dumps for SIGBUS.
>

Check out "man 7 signal." Unless they semantics have changed, sigbus is not
supposed to generate a core dump:

SIGBUS 10,7,10 AG Bus error

A Default action is to terminate the process.
C Default action is to dump core.
G Not a POSIX.1 conformant signal.

That is probably why you didn't get the core dump. . .

Evan Jeffrey
ejeffrey@eliot82.wustl.edu