Bug 286951 - Crash in Konversation
Summary: Crash in Konversation
Status: RESOLVED DUPLICATE of bug 210106
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.3.1
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 18:40 UTC by Tony Mechelynck
Modified: 2011-11-18 18:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Mechelynck 2011-11-18 18:40:19 UTC
Application: konversation (1.3.1)
KDE Platform Version: 4.7.2 (4.7.2) "release 5"
Qt Version: 4.7.4
Operating System: Linux 3.1.0-1.2-desktop x86_64
Distribution: "openSUSE 12.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:

I was busy with a different application (SeaMonkey) in a different virtual desktop. Konversation was following several channels on the freenode and mozilla IRC servers.

I have reported this problem on openSUSE Linux's bug tracking system at https://bugzilla.novell.com/show_bug.cgi?id=731397

Distribution method: I got this software in x86_64 executable form as part of the new openSUSE release 12.1 released Wednesday (2011-11-16).

-- Backtrace:
Application: Konversation (konversation), signal: Aborted
[KCrash Handler]
#6  0x00007f85021b2d95 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x00007f85021b42ab in __GI_abort () at abort.c:93
#8  0x00007f85021ecece in __libc_message (do_abort=2, fmt=0x7f85022cc7c8 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:198
#9  0x00007f85021f2c06 in malloc_printerr (action=3, str=0x7f85022c977b "free(): invalid pointer", ptr=<optimized out>) at malloc.c:6283
#10 0x0000000000524171 in node_destruct (n=0x1773248, this=<optimized out>) at /usr/include/QtCore/qlist.h:375
#11 erase (it=<optimized out>, this=<optimized out>) at /usr/include/QtCore/qlist.h:452
#12 removeFirst (this=0x1828858) at /usr/include/QtCore/qlist.h:273
#13 takeFirst (this=0x1828858) at /usr/include/QtCore/qlist.h:477
#14 IRCView::cullMarkedLine (this=0x1828820, where=<optimized out>, rem=<optimized out>, add=<optimized out>) at /usr/src/debug/konversation-1.3.1/src/viewer/ircview.cpp:474
#15 0x000000000044a5bf in IRCView::qt_metacall (this=0x1828820, _c=QMetaObject::InvokeMetaMethod, _id=17, _a=0x7fff25cd1ca0) at /usr/src/debug/konversation-1.3.1/build/src/moc_ircview.cpp:224
#16 0x00007f8503afa59a in QMetaObject::activate (sender=0x182af10, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff25cd1ca0) at kernel/qobject.cpp:3287
#17 0x00007f85032a808a in QTextDocument::contentsChange (this=<optimized out>, _t1=0, _t2=2, _t3=0) at .moc/release-shared/moc_qtextdocument.cpp:188
#18 0x00007f8502eb4d90 in QTextDocumentPrivate::finishEdit (this=0x182b1d0) at text/qtextdocument_p.cpp:1216
#19 0x00007f8502eb502c in QTextDocumentPrivate::ensureMaximumBlockCount (this=0x182b1d0) at text/qtextdocument_p.cpp:1703
#20 0x00007f8502eb4ce9 in QTextDocumentPrivate::finishEdit (this=0x182b1d0) at text/qtextdocument_p.cpp:1226
#21 0x00007f8502e77f33 in QTextControlPrivate::append (this=0x182b050, text=..., format=Qt::AutoText) at text/qtextcontrol.cpp:2918
#22 0x00007f85030a1311 in QTextEdit::append (this=<optimized out>, text=...) at widgets/qtextedit.cpp:2622
#23 0x000000000051e3f7 in IRCView::doRawAppend (this=0x1828820, newLine=..., rtl=false) at /usr/src/debug/konversation-1.3.1/src/viewer/ircview.cpp:956
#24 0x0000000000523876 in IRCView::doAppend (this=0x1828820, newLine=..., rtl=false, self=<optimized out>) at /usr/src/debug/konversation-1.3.1/src/viewer/ircview.cpp:925
#25 0x0000000000526b47 in IRCView::appendCommandMessage (this=0x1828820, type=..., message=..., important=<optimized out>, parseURL=<optimized out>, self=false) at /usr/src/debug/konversation-1.3.1/src/viewer/ircview.cpp:863
#26 0x00000000004bfb8f in Channel::updateMode (this=0x181c8c0, sourceNick=..., mode=<optimized out>, plus=<optimized out>, parameter=...) at /usr/src/debug/konversation-1.3.1/src/irc/channel.cpp:2152
#27 0x00000000004aa810 in Server::updateChannelMode (this=0xdd2310, updater=..., channelName=..., mode=118 'v', plus=true, parameter=...) at /usr/src/debug/konversation-1.3.1/src/irc/server.cpp:2550
#28 0x00000000004eaffb in InputFilter::parseModes (this=0xdd2438, sourceNick=..., parameterList=...) at /usr/src/debug/konversation-1.3.1/src/irc/inputfilter.cpp:2149
#29 0x00000000004f07a8 in InputFilter::parseClientCommand (this=0xdd2438, prefix=<optimized out>, command=..., parameterList=...) at /usr/src/debug/konversation-1.3.1/src/irc/inputfilter.cpp:689
#30 0x00000000004fa1d7 in InputFilter::parseLine (this=0xdd2438, line=...) at /usr/src/debug/konversation-1.3.1/src/irc/inputfilter.cpp:151
#31 0x000000000049e0a1 in Server::processIncomingData (this=0xdd2310) at /usr/src/debug/konversation-1.3.1/src/irc/server.cpp:1027
#32 0x00000000004ad0f0 in Server::qt_metacall (this=0xdd2310, _c=QMetaObject::InvokeMetaMethod, _id=88, _a=0x7fff25cd4960) at /usr/src/debug/konversation-1.3.1/build/src/server.moc:414
#33 0x00007f8503afa59a in QMetaObject::activate (sender=0xdd2398, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3287
#34 0x00007f8503afde79 in QObject::event (this=0xdd2398, e=<optimized out>) at kernel/qobject.cpp:1190
#35 0x00007f8502c3ebe4 in notify_helper (e=0x7fff25cd5060, receiver=0xdd2398, this=0x89c2a0) at kernel/qapplication.cpp:4481
#36 QApplicationPrivate::notify_helper (this=0x89c2a0, receiver=0xdd2398, e=0x7fff25cd5060) at kernel/qapplication.cpp:4453
#37 0x00007f8502c43a71 in QApplication::notify (this=0x7fff25cd53d0, receiver=0xdd2398, e=0x7fff25cd5060) at kernel/qapplication.cpp:4360
#38 0x00007f8504538e36 in KApplication::notify (this=0x7fff25cd53d0, receiver=0xdd2398, event=0x7fff25cd5060) at /usr/src/debug/kdelibs-4.7.2/kdeui/kernel/kapplication.cpp:311
#39 0x00007f8503ae781c in QCoreApplication::notifyInternal (this=0x7fff25cd53d0, receiver=0xdd2398, event=0x7fff25cd5060) at kernel/qcoreapplication.cpp:787
#40 0x00007f8503b14398 in sendEvent (event=0x7fff25cd5060, receiver=<optimized out>) at kernel/qcoreapplication.h:215
#41 QTimerInfoList::activateTimers (this=0x8aae10) at kernel/qeventdispatcher_unix.cpp:618
#42 0x00007f8503b11ba8 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#43 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:231
#44 0x00007f84fd48058d in g_main_dispatch (context=0x89e0e0) at gmain.c:2425
#45 g_main_context_dispatch (context=0x89e0e0) at gmain.c:2995
#46 0x00007f84fd480d88 in g_main_context_iterate (context=0x89e0e0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3073
#47 0x00007f84fd480f59 in g_main_context_iteration (context=0x89e0e0, may_block=1) at gmain.c:3136
#48 0x00007f8503b1250f in QEventDispatcherGlib::processEvents (this=0x89b9e0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
#49 0x00007f8502ce1f2e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#50 0x00007f8503ae6a22 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#51 0x00007f8503ae6c1f in QEventLoop::exec (this=0x7fff25cd5360, flags=...) at kernel/qeventloop.cpp:201
#52 0x00007f8503aeade7 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#53 0x0000000000446e54 in main (argc=1, argv=0x7fff25cd61a8) at /usr/src/debug/konversation-1.3.1/src/main.cpp:101

Possible duplicates by query: bug 286234, bug 283789, bug 283231, bug 275298, bug 257248.

Reported using DrKonqi
Comment 1 Eike Hein 2011-11-18 18:55:57 UTC
This is caused by a Qt bug. A workaround is found in Konversation 1.4-beta1 and has also been made available to distributions as a patch to 1.3.1.

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