[MPICH] understanding the signal numbers of the crashes

Andrea Di Blas andrea at soe.ucsc.edu
Fri Jun 22 11:41:54 CDT 2007


and if you want an easy way of playing with them in your programs, you can
just use gdb: try "info signals". or even better, in ddd go to
status->signals for a list, a brief explanation, and deciding what to do
with them.


-- 
Andrea  Di Blas                     UCSC
                   School of Engineering
Tel: (831) 459 4193  Fax: (831) 459 4829

On Thu, 21 Jun 2007, Anthony Chan wrote:


>
> On linux, the "signal" manpage contains a list of standard signals and
> their meanings or you can google the phase "unix signal number".
>
> A.Chan
>
> On Thu, 21 Jun 2007, Kamaraju Kusumanchi wrote:
>
> > Hi all
> >
> >     Is there any book/document/webpage which explains what different
> > signal numbers mean? For example, when executing an MPI program I am
> > getting an error as follows.
> >
> > exit status of rank 3: killed by signal 9
> >
> > From previous discussions on this list, I know that Signal 11 means
> > segmentation fault. But what about signal 9? What about other signal
> > numbers?
> >
> > I googled and got no hits. I also looked in the "mpich2 User's guide"
> > version 1.0.5 which does not explain the signal codes. Any other
> > pointers/suggestions?
> >
> > thanks
> > raju
> >
> >
>




More information about the mpich-discuss mailing list