Is segfault signal always sent to application
- by noonex
My application usually crashes and prints stack to log if received segfault signal.
But in some environment the 'dmesg' shows segfault messages related to my application, but application uptime is much older.
Can segfault be suppressed and application doesn't receive signal?
Or what errors from dmesg can mean ?