문제

There was a coredump seen on an application on a server. According to the mdb output, it was found that it was caused due to a SIGABT signal being sent to the application. Is it normal for an application to dump a core, in case it a SIGABRT signal is sent to it.

도움이 되었습니까?

해결책

You can read http://man7.org/linux/man-pages/man7/signal.7.html Each signal has a default disposition and SIGABRT has CORE as default action.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top