Bug 89094 - Kopete crashing when trying to connect to IRC via SSL
Summary: Kopete crashing when trying to connect to IRC via SSL
Status: RESOLVED NOT A BUG
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 0.9.0
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 17:02 UTC by Iván Sánchez Ortega
Modified: 2005-10-09 22:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Kopete 0.10.3 backtrace (4.56 KB, text/plain)
2005-10-09 20:10 UTC, Pavel Simerda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Iván Sánchez Ortega 2004-09-08 17:02:32 UTC
Version:           0.9.0 (using KDE 3.3.0,  (3.1))
Compiler:          gcc version 3.3.4 (Debian 1:3.3.4-9)
OS:                Linux (i686) release 2.4.26

OK, there is something wrong with Kopete trying to connect using the functions provided by libkdecore. When trying to connect to an IRC server having checked the "Prefer SSL connection" in the properties of the IRC account, Kopete prints this out by stderr:

decore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: PKCS7_content_free
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms_conf
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libkdecore.so.4: undefined symbol: OpenSSL_add_all_algorithms_noconf
12458:error:140770FC:lib(20):func(119):reason(252):s23_clnt.c:475:
KCrash: Application 'kopete' crashing...

I'm not able to provide a backtrace (I don't compile KDE, but installed from Debian packages).
If it helps, I got this error by "connecting at startup" to my IRC account (so, in my case, kopete crashes at startup).
Anyway, IMHO, Kopete should try to catch and ignore those functions not being defined elsewhere (and try to connect w/o SSL).
Comment 1 Olivier Goffart 2004-09-08 17:17:54 UTC
this is a Packaging problem.
maybe KDE or Kopete have been compiled against a different version of OpenSSL you actualy have.

try upgrade openSSL.

Comment 2 Iván Sánchez Ortega 2004-09-08 17:36:04 UTC
> this is a Packaging problem.
> maybe KDE or Kopete have been compiled against a different version of
> OpenSSL you actualy have.
>
> try upgrade openSSL.

My debian box is up-to-date. Anyway, I've just contacted the packagers. Sorry 
for the inconvenience.

Comment 3 Pavel Simerda 2005-10-09 20:06:41 UTC
The same problem with 0.10.3 ... on debian unstable. Also packaging problem? Does it really have to lead to crash, not just an error box?
Comment 4 Pavel Simerda 2005-10-09 20:09:16 UTC
It's very bad especially because then kopete crashes on startup!!!
Comment 5 Pavel Simerda 2005-10-09 20:10:35 UTC
Created attachment 12929 [details]
Kopete 0.10.3 backtrace
Comment 6 Matthias Granberry 2005-10-09 22:42:03 UTC
It shouldn't crash in SVN.  Try checking it out from /branches/KDE/3.5/kdenetwork/ and reopen if it still crashes.