File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 157157\item Creating a core dump means to store the contents of the process virtual
158158address space to a file. Usually such file has a word \texttt {core } in its
159159file name. Some systems, e.g. macOS, may not generate core dumps by default even
160- if its for signals with default core dump action.
160+ if its for signals with default core dump action. In that case, \texttt {ulimit
161+ -c unlimited } usually helps, and it affects the current shell only. See the
162+ present shell limits with \texttt {ulimit -a }.
161163\item Most of the signals implicitly terminate the process, some create a core
162164dump on top of that to enable a post-mortem analysis.
163165\item The reason why \funnm {exec}() replaces all user set handlers to its
You can’t perform that action at this time.
0 commit comments