summaryrefslogtreecommitdiff
path: root/release/INSTALL-binary
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-14 01:41:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-14 01:41:13 +0000
commitae4d8f19d3f45b1c1a07ece5a7d91dd95534e2c7 (patch)
tree3abc04b2590d8705ec980f399f03ce215c5b5152 /release/INSTALL-binary
parentc92b5d161881a9d6cd44e2de34359e2a92ed377d (diff)
(CRASH SERVER):
Diffstat (limited to 'release/INSTALL-binary')
-rw-r--r--release/INSTALL-binary19
1 files changed, 19 insertions, 0 deletions
diff --git a/release/INSTALL-binary b/release/INSTALL-binary
index 8a81e3ce..3cb1b8f4 100644
--- a/release/INSTALL-binary
+++ b/release/INSTALL-binary
@@ -292,3 +292,22 @@ option to settrans thus: `settrans -a /mnt /hurd/ufs /dev/rsd0a'.
(Note the placement of this option, as an arg to settrans, is
different from the -r options you might give to the filesystem.)
`showtrans' does not display these temporary mounts.
+
+
+CRASH SERVER:
+
+When programs get fatal signals in the Hurd, they call the "crash
+server". Right now, the crash server suspends the program, and the
+rest of its process group.
+
+At that point, if you resume the program, it will exit. But you can
+also attach a debugger to it, and all it's current dynamic state will
+still be there.
+
+If you would rather have crashing programs just exit, and not suspend,
+then disable the crash server by saying `settrans /servers/crash'.
+You can always reenable it later, if you like, by typing the command
+`settrans /servers/crash /hurd/crash'.
+
+Core dumps are not yet supported.
+