⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 core.5

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 5
字号:
.\" SCCSID: @(#)core.5	8.1	9/11/90.TH core 5 VAX.SH Namecore \- format of memory image file.SH Syntax.B #include <machine/param.h>.SH Description.NXR "core file" "format"The ULTRIX system writes out a memory image of a terminatedprocess when any of various errors occur.  See .MS sigvec 2for the list of reasons.  The most commonreasons are memory violations, illegalinstructions, bus errors, and user-generated quit signals.The memory image is called .PN coreand is written in the process'sworking directory, provided it can be, and normal access controls apply..PPThe maximum size of a.PN corefile is limited by .MS setrlimit 2 .Files that would be larger than the limit are not created..PPThe core file consists of the.I u.area, whose size (in pages) isdefined by the UPAGES manifest in the < machine/param.h > file.  The .I u.area starts with a .I userstructure as given in <sys/user.h>.The remainder of the core file consists first of the data pages and thenthe stack pages of the process image.The amount of data space image in the corefile is given (in pages) by the variable.I u_dsizein the.I u.area.The amount of stack image in the core file is given (in pages) by thevariable .I u_ssizein the .I u.area..PPIn general, the debugger .MS adb 1is sufficient to deal with core images..SH See Alsoadb(1), dbx(1), setrlimit(2), sigvec(2)

⌨️ 快捷键说明

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