<span class= "CITEREFENTRY"><span class= "REFENTRYTITLE">ppp</span>(8)</span> has hung. What can I do?

ppp(8) has hung. What can I do?

Your best bet here is to rebuild ppp(8) by adding CFLAGS+=-g and STRIP= to the end of the Makefile, then doing a make clean && make && make install. When ppp(8) hangs, find the ppp(8) process id with ps ajxww | fgrep ppp and run gdb ppp PID. From the gdb prompt, you can then use bt to get a stack trace.

Send the results to .



Home
FAQ