Bug 163020

Summary: Kopete Crash while changing Settings
Product: [Applications] kopete Reporter: Thomas K. <kuch3n>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas K. 2008-06-01 20:11:32 UTC
Version:           4.0.4 (using KDE 4.0.4)
Installed from:    Gentoo Packages
Compiler:          gcc 4.2.4 
OS:                Linux

Look on th short description ;)
http://nopaste.de/p/aDYXR1RgZ
Comment 1 Roman Jarosz 2008-06-01 20:42:15 UTC
Could you paste couple lines before the "ASSERT failure in QList<T>::operator[]: "index out of range"" and also tell us how to reproduce the crash? (which setting were you changing etc.)

Also please use Create a New Attachment for the backtrace or the log because the text in pastebin will be deleted after some time.
Comment 2 Roman Jarosz 2008-06-01 22:07:56 UTC
SVN commit 815439 by rjarosz:

Fix crash when socket emits RemoteHostClosedError error during disconnection in ClientStream destructor.
I can't test it because it not reproducible, but hopefully this will fix it.

BUG: 163020



 M  +6 -1      oscarclientstream.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=815439
Comment 3 Roman Jarosz 2008-06-01 22:09:06 UTC
SVN commit 815440 by rjarosz:

Backport commit 815439.
Fix crash when socket emits RemoteHostClosedError error during disconnection in ClientStream destructor.

CCBUG: 163020



 M  +6 -1      oscarclientstream.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=815440
Comment 4 Roman Jarosz 2008-06-01 22:12:45 UTC
The commit are for bug 163019 not this one, sorry.
Comment 5 Thomas K. 2008-06-01 22:19:09 UTC
Sure it is reproducable:
i dont know the english translation sorry :d

einstellungen->einrichten->verhalten->chat->Regelung zum gruppieren von Nachrichten

Change that press apply

Here i got a screen: http://img3.imagebanana.com/img/bxhfbfn/Bildschirmfoto.png

A view lines before there a private things and i dont think you need them due that they are from the oscar protocol without warnings and that stuff. But i can send them to you via email ;)
Comment 6 Thomas K. 2008-06-01 22:24:19 UTC
http://nopaste.de/p/aH0EIQGgC full debug messages until the crash ;)
Comment 7 Roman Jarosz 2008-06-01 23:21:46 UTC
This bug is already fixed in SVN if you want you can create patches from here http://websvn.kde.org/?view=rev&revision=811502 (text changed->patch) or simply remove translations of X-KDE-PluginInfo-Category from chatwindow.desktop and emailwindow.desktop

*** This bug has been marked as a duplicate of 161078 ***