Reported by Erik van der Kouwe <vdkouwe at cs.vu.nl>:
[minix.git] / man / man1 / dumpcore.1
bloba2a90d0abf73a8ce06bf52ca4ced022a14d9004d
1 .TH DUMPCORE 1
2 .SH NAME
3 dumpcore \- generate core file of running process
4 .SH SYNOPSIS
5 service run /usr/bin/dumpcore -args \fIendpoint\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH DESCRIPTION
18 \fIDumpcore\fR executes the same code that FS executes in order to
19 generate a core dump of a currently running process, identified by
20 endpoint number. Obtain an endpoint number by using the F1 debug
21 dump, or ps with -E option.
22 .SH BUGS
23 \fIDumpcore\fR has duplicate code with FS, and has to be started with
24 the service command.
25 .SH "SEE ALSO"
26 .BR ps (1).