Comment 11 for bug 937415

Revision history for this message
In , Timeless-bemail (timeless-bemail) wrote :

i think more or less what you're seeing is libc calling abort, and abort being a kernel function which kills the process:
Crash Reason SIGABRT

roughly linux-gate is entirely uninteresting. *all* kernel functions go through it.