Roland McGrath <[EMAIL PROTECTED]> writes: >> Well, sometimes I just get coredumps with these settings. Is this >> possible and am I doing something really stupid here or is this a bug? > > Could be neither. See --help: --suspend => --action=suspend, > and the default --orphan-action=core-file remains in effect. > Perhaps when you get a core file, the process was an orphan?
Here is what I did: [EMAIL PROTECTED]:/tmp$ ./crash Segmentation fault (core dumped) [EMAIL PROTECTED]:/tmp$ showtrans /servers/crash /hurd/symlink crash-suspend [EMAIL PROTECTED]:/tmp$ showtrans /servers/crash-suspend /hurd/crash --suspend This is the sourcecode of `crash': int main (int argc, char *argv[]) { int *p = 0; *p = 213; return 0; } -- Marco _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd