- 主题:Re: telnet登陆后直接查看信件处理后掉线
早上新cvs的代码也不行...
【 在 cougarwww (菲平) 的大作中提到: 】
: 在版面V后,在从主选单进又没有问题了...
: www2模块和wForum方式登陆后直接看邮件没有问题.
--
FROM 211.99.222.*
不好意思...这个怎么用?
newbbs:~# gdb
GNU gdb 6.3-debian
Copyright 2004 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-linux".
(gdb)
(gdb) bbsd
Undefined command: "bbsd". Try "help".
(gdb) bbs
Undefined command: "bbs". Try "help".
(gdb) help
List of classes of commands:
aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
files -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands
Type "help" followed by a class name for a list of commands in that class
.
Type "help" followed by command name for full documentation.
Command name abbreviations are allowed if unambiguous.
(gdb) running bbsd
Undefined command: "running". Try "help".
(gdb)
不太会用^_^!
【 在 TCDD (atppp MJ) 的大作中提到: 】
: gdb
--
FROM 211.99.222.*
(gdb) file /home/telbbs/bin/bbsd
Load new symbol table from "/home/telbbs/bin/bbsd"? (y or n) y
Reading symbols from /home/telbbs/bin/bbsd...done.
(gdb) run
Starting program: /home/telbbs/bin/bbsd
[Thread debugging using libthread_db enabled]
[New Thread 1076767168 (LWP 3064)]
Program exited normally.
(gdb) BBS daemon on port <23> had already been started!
【 在 JulyClyde (七月) 的大作中提到: 】
: gdb bbsd
--
FROM 211.99.222.*