Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find which thread caused SEGFAULT in a post-mortem gdb session?

You can use command thread apply all bt or thread apply all bt full to get backtraces of all threads. Might be useful.

By the way if you get rid of you handler will your OS create a core file?