conor at discuskeeping.com wrote:
> Hi all,
>> Sig 11's, plenty of stuff on the intarweb to suggest its either a software bug,
> or a hardware issue.
>> I have an issue whereby an app terminates after approx 5 seconds with a sig 11.
>> The problem is that I cannot reproduce this issue on another system, so I
> seriously doubt its a bug.
>> Ideas as to where to go on this?
Do you have the source?
Even if you don't, run it under gdb like:
gdb your_prog
r
bt
If you do have the source you can pinpoint it much more easily.
For example to automatically print the backtrace info on sig 11
you could use the following: http://www.pixelbeat.org/libs/backtrace.c
To see if a particular lib or syscall is causing the sig 11 you could:
[ls]trace your_prog
--
Pádraig Brady - http://www.pixelbeat.org
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!