So I thought I would check for a string length of zero and then if false, continue on to the MAIL_SEND function and if true, abort. ...but this does not work. What I have added crashes sbbs when the mail_send function is called.
So I thought I would check for a string length of zero and then if false, continue on to the MAIL_SEND function and if true, abort. ...but this do not work. What I have added crashes sbbs when the mail_send function is called.
Thanks, I'll have to try that out and see if I can repro and fix it. What version are you running?
So I thought I would check for a string length of zero and then if false, continue on to the MAIL_SEND function and if true, abort. ...but this does work. What I have added crashes sbbs when the mail_send function is called. do enter a correct username at the "Send mail to who? " prompt.
esSo I thought I would check for a string length of zero and then if false, continue on to the MAIL_SEND function and if true, abort. ...but this do
ed.work. What I have added crashes sbbs when the mail_send function is call
do enter a correct username at the "Send mail to who? " prompt.
I am using 3.15b (64) for linux.
Re: This crashes sbbs horriblyse,
By: Echto to Digital Man on Fri Nov 04 2011 09:55 am
So I thought I would check for a string length of zero and then if fal
docontinue on to the MAIL_SEND function and if true, abort. ...but this
esall
work. What I have added crashes sbbs when the mail_send function is c
ed.
do enter a correct username at the "Send mail to who? " prompt.
I am using 3.15b (64) for linux.
Re: This crashes sbbs horribly
By: Echto to Digital Man on Fri Nov 04 2011 09:55 am
false,So I thought I would check for a string length of zero and then if
this do escontinue on to the MAIL_SEND function and if true, abort. ...but
call ed.work. What I have added crashes sbbs when the mail_send function is
do enter a correct username at the "Send mail to who? " prompt.
I am using 3.15b (64) for linux.
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
Re: gdb back-trace - This crashes sbbs horribly
By: Echto to Digital Man on Sat Nov 05 2011 12:10 pm
Re: This crashes sbbs horribly
By: Echto to Digital Man on Fri Nov 04 2011 09:55 am
false,So I thought I would check for a string length of zero and then if
this do escontinue on to the MAIL_SEND function and if true, abort. ...but
call ed.work. What I have added crashes sbbs when the mail_send function i
do enter a correct username at the "Send mail to who? " prompt.
I am using 3.15b (64) for linux.
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
Thanks, that back-trace made it a quick and simple fix. Do you think you can provide a bt for your other crash with MAIL_SEND too? :-)
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
Thanks, that back-trace made it a quick and simple fix. Do you think you provide a bt for your other crash with MAIL_SEND too? :-)
Re: gdb back-trace - This crashes sbbs horribly
By: Echto to Digital Man on Sun Nov 06 2011 05:08:04
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
Thanks, that back-trace made it a quick and simple fix. Do you think y provide a bt for your other crash with MAIL_SEND too? :-)
Is the fix available? Possibly a diff file? :)
echto
Thanks, that back-trace made it a quick and simple fix. Do you think you provide a bt for your other crash with MAIL_SEND too? :-)
Uhm... that was the back-trace from the MAIL_SEND crash. :) If I comment o the MAIL_SEND command in the code sbbs does not crash.
Re: gdb back-trace - This crashes sbbs horribly
By: Digital Man to Echto on Sat Nov 05 2011 21:01:34
Re: gdb back-trace - This crashes sbbs horribly
By: Echto to Digital Man on Sat Nov 05 2011 12:10 pm
Re: This crashes sbbs horribly
By: Echto to Digital Man on Fri Nov 04 2011 09:55 am
ifSo I thought I would check for a string length of zero and then
...butfalse,
continue on to the MAIL_SEND function and if true, abort.
function ithis do es
work. What I have added crashes sbbs when the mail_send
call ed.
do enter a correct username at the "Send mail to who? " prompt.
I am using 3.15b (64) for linux.
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
Thanks, that back-trace made it a quick and simple fix. Do you think youcan
provide a bt for your other crash with MAIL_SEND too? :-)
Uhm... that was the back-trace from the MAIL_SEND crash. :) If I comment out the MAIL_SEND command in the code sbbs does not crash.
Re: gdb back-trace - This crashes sbbs horribly
By: Echto to Digital Man on Sun Nov 06 2011 05:08:04
(gdb) bt
#0 0x00007ffff5ba6455 in raise () from /lib64/libc.so.6
#1 0x00007ffff5ba7870 in abort () from /lib64/libc.so.6
#2 0x00007ffff5be199b in ?? () from /lib64/libc.so.6
#3 0x00007ffff5be6f66 in ?? () from /lib64/libc.so.6
#4 0x00007ffff5bebcfc in free () from /lib64/libc.so.6
#5 0x00007ffff5bd7465 in fclose () from /lib64/libc.so.6
#6 0x00007ffff721d878 in sbbs_t::qwk_route (this=0x74d4f0, inaddr=0x7fffeb7d2a
youThanks, that back-trace made it a quick and simple fix. Do you think
provide a bt for your other crash with MAIL_SEND too? :-)
Is the fix available? Possibly a diff file? :)
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,039 |
Nodes: | 16 (0 / 16) |
Uptime: | 14:31:43 |
Calls: | 500,926 |
Calls today: | 3 |
Files: | 109,372 |
D/L today: |
2,574 files (425M bytes) |
Messages: | 305,285 |