Where linux signals are sent or processed inside the kernel? -
Where linux signals are sent or processed inside the kernel? -
how signalling(interrupts) mechanism handled in kernel? cause why inquire is: somehow sigabrt signal received application , want find come from..
you should looking in application cause, not in kernel.
usually process receives sigabrt when straight calls abort or when assert fails. finding piece of kernel delivers signal gain nothing.
in conclusion, code or library code using causing this. see abort(3) , assert.
linux kernel signals abort
Comments
Post a Comment