core.5

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5 代码 · 共 62 行

5
62
字号
.TH core 5 RISC.SH Namecore \- format of memory image file.SH Syntax.B #include <sys/param.h>.SH DescriptionWhen certain errors result in a terminated process, a.PN corefile is created that contains the memory image of a terminated process.A process can terminate for several reasons; however, the most commoncauses are memory violations, illegal instructions, bus errors, and user-generated quit signals.  The.MS sigvec 2 reference page contains a list of the causes..PPThe .PN core is created in the working directory of the terminated process (normalaccess controls apply).  The maximum size of a.PN corecannot exceed the limit imposed by.MS setrlimit 2 ..PPThe .PN core file consists of the.I u.area, whose size (in pages) isdefined by the UPAGES manifest in the.RI < sys/param.h >file.  The .I u.area starts with a .I userstructure as given in.RI < sys/user.h >.The remainder of the .PN core file consists first of the data pages and thenthe stack pages of the process image.The amount of data space image in the .PN core file is given (in pages) by thevariable.I u_dsizein the.I u.area. The amount of stack image in the .PN corefile is given (in pages) by thevariable .I u_ssizein the .I u.area.The size of a page is given by the constant NBPG(also from.RI < sys/param.h >)..SH See Alsodbx(1), sigvec(2), setrlimit(2)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?