[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 56377] Crash on startup with KDE 3.1.1
From:       Nicholas Sushkin <nsushkin () sushkins ! net>
Date:       2003-04-12 17:24:18
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=56377     




------- Additional Comments From nsushkin@sushkins.net  2003-04-12 19:24 -------
This patch supposedly fixes the problem in sim. Since Kopete also uses similar code, 
the patch might solve kopete's problem as well. Just reposting the code from  
http://sourceforge.net/mailarchive/message.php?msg_id=4331213 
 
--- sim/libicq/login.cpp        Wed Apr  9 22:12:11 2003 
+++ sim/libicq/login.cpp.old    Wed Apr  9 19:28:30 2003 
@@ -205,11 +205,11 @@ 
         sock->connect(host, atol(port)); 
     }else{ 
         sock->close(); 
-        Socket *s = sock->socket(); 
-        sock->setSocket(factory->createSocket()); 
-        sock->setProxy(factory->getProxy()); 
+//        Socket *s = sock->socket(); 
+//        sock->setSocket(factory->createSocket()); 
+//        sock->setProxy(factory->getProxy()); 
         sock->connect(host, atol(port)); 
-        delete s; 
+//        delete s; 
     } 
     cookie.init(0); 
     cookie.pack(*tlv_cookie, tlv_cookie->Size());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic