-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Can you explain why you did the following change in icqd-threads.cpp (line 
715)?  This is causing a crash when a socket is closed (i.e. direct 
connection user signs off).  Before this, the socket is closed (which entails 
the CSocket * being deleted).  I don't see any reason why you would want to 
continue after the socket is deleted.

- -            //goto socket_done;
- -            break;
- -          }
+//              break;
+            }


Program received signal SIGBUS, Bus error.
0x280fe899 in SSL_pending () from /usr/lib/libssl.so.3
(gdb) bt full
#0  0x280fe899 in SSL_pending () from /usr/lib/libssl.so.3
No symbol table info available.
#1  0x08079299 in TCPSocket::SSL_Pending() (this=0xd0d0d0d0) at 
socket.cpp:1072
No locals.
#2  0x08090e60 in MonitorSockets_tep(void*) (p=0x80e4400)
    at icqd-threads.cpp:719
        f = {__fds_bits = {8388608, 0 <repeats 31 times>}}
        nSocketsAvailable = 1
        nCurrentSocket = 23
        l = 24
        buf = "ui_viewevent\n", '\0' <repeats 1010 times>
#3  0x282f83fe in _thread_start () from /usr/lib/libc_r.so.5
No symbol table info available.

______________________________________________________________
Jon Keating                                                ICQ #16325723
[EMAIL PROTECTED]                                               GPG ID: 0x2290A71F
emostar on irc.freenode.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+65C1ld1KayKQpx8RAvDEAJ9w4YEQzG4ub3b/9J3V8VC7HgDlcwCgtkOJ
2vTvLpCqtjOppRC3rGR6vsc=
=gxOm
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to