This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Error 139?


Hi,

John Edstrom:
> make[1]: *** [IO.c] Error 139
This is signal 11, i.e. segmentation fault. (Make is stupid and should use
WIFSIGNALLED().)

> What is Error 139, how do I make it go away, and where do I find out
> what the error numbers refer to in general?
> 
You compile Perl with -g, start the offending command under gdb, do a
backtrace at the point it faults, and feed it to "perlbug" or whatever.

Same as with any other program you compile yourself, I'm afraid...

-- 
Matthias Urlichs  |  noris network GmbH   |   smurf@noris.de  |  ICQ: 20193661


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]