gdb信息:
# gdb -p 402
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.9".
Attaching to process 402
Retry #1:
Retry #2:
Retry #3:
Retry #4:
[New LWP 1]
0xd11bd26d in ?? ()
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0xd11db2cc in ?? ()
(gdb) bt
#0 0xd11db2cc in ?? ()
#1 0x0806fb0c in ?? ()
什么原因造成掉线呢?
【 在 atppp (Big Mouse) 的大作中提到: 】
: 这个-d参数貌似不太对头。。。
: 你输入用户名按回车之前,找到进程号,然后gdb -p <进程号>挂上去,gdb>提示符下
: 按c,然后用户名那里按回车,看看。。
--
FROM 202.193.15.*