1 .\""Copyright (c) 2001 Apple Computer, Inc. All Rights Reserved.
2 .\"The contents of this file constitute Original Code as defined in and are
3 .\"subject to the Apple Public Source License Version 1.2 (the 'License').
4 .\"You may not use this file except in compliance with the
5 .\"License. Please obtain a copy of the License at
6 .\"http://www.apple.com/publicsource and read it before using this file.
8 .\"This Original Code and all software distributed under the License are
9 .\"distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
10 .\"EXPRESS OR IMPLIED, AND APPLE
11 .\"HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY
12 .\"WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
13 .\"QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
14 .\"specific language governing rights and limitations under the License."
20 .Nd memory image file format
24 A small number of signals which cause abnormal termination of a process
25 also cause a record of the process's in-core state to be written
26 to disk for later examination by one of the available debuggers.
29 This memory image is written to a file named by default
34 provided the terminated process had write permission in the directory,
35 and the directory existed.
37 The maximum size of a core file is limited by
39 Files which would be larger than the limit are not created.
41 The core file consists of the
43 header as described in the
44 .Aq Pa mach-o/loader.h
46 The remainder of the core
47 file consists of various sections described in the
51 Core dumps are disabled by default under Darwin/Mac OS X. To re-enable core dumps, a
52 privlaged user must edit
67 file format appeared in