[bug #17319] /hurd/crash --suspend doesn't work

2006-11-27 Thread Thomas Schwinge
Follow-up Comment #5, bug #17319 (project hurd): I installed file #10477 (`crash-server-added-orphan-action-to-append-args-20060806.patch') after a tiny tweak. #v+ 2006-11-27 Ben Asselstine <[EMAIL PROTECTED]> Thomas Schwinge <[EMAIL PROTECTED]> * crash.c (trivfs_append_a

[bug #17319] /hurd/crash --suspend doesn't work

2006-08-09 Thread Ben Asselstine
Follow-up Comment #4, bug #17319 (project hurd): I had some success with the patched crash-server and I thought I should share it here. After doing this: # ln -sf crash-suspend /servers/crash # fsysopts /servers/crash-suspend --suspend --orphan-action=kill I could successfully attach to crash

[bug #17319] /hurd/crash --suspend doesn't work

2006-08-08 Thread Ben Asselstine
Follow-up Comment #3, bug #17319 (project hurd): I tried the patched crash server, and it didn't quite work as expected. I retried Thomas' example: #v+ [EMAIL PROTECTED]:/var/tmp $ cat > crash.c int main (void) { return *(int *) 0; } [EMAIL PROTECTED]:/var/tmp $ gcc crash.c [EMAIL PROTECTED]:/v

[bug #17319] /hurd/crash --suspend doesn't work

2006-08-06 Thread Ben Asselstine
Follow-up Comment #2, bug #17319 (project hurd): Here is a patch that makes the crash server support --orphan-action in fsysopts. Incidentally I couldn't set the fsysopts as a regular user. Perhaps this is a bug also. ___ Additional Item

[bug #17319] /hurd/crash --suspend doesn't work

2006-08-04 Thread Thomas Schwinge
Follow-up Comment #1, bug #17319 (project hurd): Roland commented on bug-hurd: Make sure it's not just a bug in the option parsing or something. Check with fsysopts /servers/crash. I note that its trivfs_append_args doesn't show the --orphan-action setting. You might fix that. Try fsysopts -

Re: [bug #17319] /hurd/crash --suspend doesn't work

2006-08-04 Thread Roland McGrath
Make sure it's not just a bug in the option parsing or something. Check with fsysopts /servers/crash. I note that its trivfs_append_args doesn't show the --orphan-action setting. You might fix that. Try fsysopts --orphan-action=suspend and see if that changes the behavior. If it does, then the

[bug #17319] /hurd/crash --suspend doesn't work

2006-08-04 Thread Thomas Schwinge
URL: Summary: /hurd/crash --suspend doesn't work Project: The GNU Hurd Submitted by: tschwinge Submitted on: Friday 08/04/06 at 16:14 Category: Hurd Servers