You can get some helpful information out of ftpfs like this:

Start an active ftpfs instance:
$ settrans -afg node /hurd/ftpfs --HANG=<seconds> <parameters>

Now you have <seconds> seconds left to attach gdb to the ftpfs process
on a different terminal: get the PID via ps and then:

$ gdb /hurd/ftpfs <pid>

Let the process continue with `c' in gdb.  If ftpfs crashes, you can
get a backtrace with `bt' (or `bt full').

                moritz
-- 
[EMAIL PROTECTED] - http://duesseldorf.ccc.de/~moritz/
GPG fingerprint = 3A14 3923 15BE FD57 FC06  B501 0841 2D7B 6F98 4199


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to