[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ftpfs broken ?



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
-- 
moritz@duesseldorf.ccc.de - http://duesseldorf.ccc.de/~moritz/
GPG fingerprint = 3A14 3923 15BE FD57 FC06  B501 0841 2D7B 6F98 4199



Reply to: