Questions tagged [core-dump]
Use this tag for questions about "core dumps" (a mechanism to save memory images of aborted processes in UNIX systems). May be named "crash dumps" in other operating systems.
1 question
1
vote
0
answers
20
views
How to monitor core dumps in Linux (SLES)
Some applications of poorer quality cause a core dump now and then, and those core dumps are not always detected in time, while those may require further actions (like restarting the application).
So ...