Catching Segmentation fault or crashing a library

Hi All,

I have a scenario where one of my application plugin crashes but I don’t know which one causes it.
My question, is there any tool that I can use to locate the error when my application crashes?.

Note: gdb and strace are not a right option for me now.

Thanks,

John

John Tobias <john.tobias.ph@gmail.com> writes:

Hi All,

I have a scenario where one of my application plugin crashes but I don't
know which one causes it.
My question, is there any tool that I can use to locate the error when my
application crashes?.

Yes, gdb.

Note: gdb and strace are not a right option for me now.

Why not?