BSD 3 development
[unix-history] / usr / man / man5 / core.5
CommitLineData
e6817382
BJ
1.TH CORE 5
2.SH NAME
3core \- format of memory image file
4.SH DESCRIPTION
5UNIX
6writes out a memory image of a terminated
7process when any of various errors occur.
8See
9.IR signal (2)
10for the list of reasons;
11the most common are memory violations, illegal
12instructions, bus errors, and user-generated
13quit signals.
14The memory image is called `core' and is written in the process's
15working directory (provided it can be; normal
16access controls apply).
17.PP
18In general the debugger
19.IR adb (1)
20is sufficient to deal with core images.
21.SH "SEE ALSO"
22adb(1), signal(2)