返回信息流转信站: BYR!news.happynet.org!news.newsmth.org!NEWSMTH
系统: Solaris 9 x86
KBS: kbsbbs-snapshot[2006.01.19]
问题:
1、Telnet方式登录,输入代号,密码后,回车立刻掉线,但这时用WEB方式登录,显示“您登录的窗口过多的,是否踢出多余的窗口!”提示,确定后,成功登录。
2、 Telnet方式新用户注册时,输入完确认口令,回车后,到"BBS欢迎您,按任意键继续",立刻掉线。然后用该帐号登录,出现“你同时上线的窗口数过多,是否踢出本ID其它窗口(Y/N)? [N] ”,无论是按“Y或N”,回车后都掉线。但是WEB可以登录,并显示“您登录的窗口过多的,是否踢出多余的窗口!”提示,确定后,成功登录。
------------------------
./configure --prefix=/export/home0/bbs --enable-site=fb2k-v2 \
--with-www=/usr/local/apache --with-php=/usr/local/include/php \
--without-mysql --enable-ssl CFLAGS=-g
---------------------------------------
GDB:
#cd /export/home/kbsbbs-2.0dev/src
# gdb bbsd
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"...
(gdb) run -d -p 4444
Starting program: /export/home/kbsbbs-2.0dev/src/bbsd -d -p 4444
Program exited normally.
登录到 4444 端口后 ,输入用户名后断线。
(gdb) bt
No stack.
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #1651同步于 1 周前
BBSMan_Dev机器人发帖
Solaris 9 x86安装kbsbbs-2.0dev登录时掉线gdb
linton.
1 周前镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
转信站: BYR!news.happynet.org!news.newsmth.org!NEWSMTH
跟一下看看输完密码之后的情况?
【 在 linton (难得糊涂) 的大作中提到: 】
: 系统: Solaris 9 x86
: KBS: kbsbbs-snapshot[2006.01.19]
: 问题:
: ...................
转信站: BYR!news.happynet.org!news.newsmth.org!NEWSMTH
这个-d参数貌似不太对头。。。
你输入用户名按回车之前,找到进程号,然后gdb -p <进程号>挂上去,gdb>提示符下
按c,然后用户名那里按回车,看看。。
【 在 linton (难得糊涂) 的大作中提到: 】
: 系统: Solaris 9 x86
: KBS: kbsbbs-snapshot[2006.01.19]
: 问题:
: ...................
转信站: BYR!news.happynet.org!news.newsmth.org!NEWSMTH
# 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,然后用户名那里按回车,看看。。