[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #17319] /hurd/crash --suspend doesn't work
From: |
Roland McGrath |
Subject: |
Re: [bug #17319] /hurd/crash --suspend doesn't work |
Date: |
Fri, 4 Aug 2006 13:16:16 -0700 (PDT) |
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 problem is in deciding whether it's an orphan.
Then debug the server and see if crash_how is set correctly. Because
nothing else (that's not dying) depends on it, it is easy to use gdb on crash.
Break in S_crash_dump_task and see what's going on.