Coredump generated on crash (segfault, abort), but not when sending corresponding signal (kill -11)
Summary The issue at hand is related to coredump generation on an old embedded Linux platform. When a program crashes naturally, a coredump is generated and sent to a remote server using netcat. However, when the program is manually terminated using kill -11, no coredump is generated. This behavior is unexpected, given that ulimit -c … Read more