Bug 141476 - crashes when minimising the main window or closing it to tray
Summary: crashes when minimising the main window or closing it to tray
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
: 148868 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-10 11:51 UTC by Lasse Liehu
Modified: 2007-08-15 22:10 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 Lasse Liehu 2007-02-10 11:51:41 UTC
Version:           1.0.1 (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
Compiler:          gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
 
OS:                Linux

Steps to reproduce:
1. Check that "Insert a remember line wen chat window is hidden" is checked.
2. Open Channel list for some network
3. Minimise Konversation's main window (check that ahctive tab is the channel list).

Looks like Konversation tries to insert remember line to channel list when the main window is hidden. Everything seems to works if that option isn't checked or channel list isn't active tab when minimising the main window.

Backtrace:

#6  ViewContainer::insertRememberLine (this=0x835fc00)
    at /build/buildd/konversation-1.0.1/./konversation/src/viewcontainer.cpp:1835
#7  0x081906b4 in ViewContainer::qt_invoke (this=0x835fc00, _id=31, 
    _o=0xbfdc3e6c) at ./viewcontainer.moc:533
#8  0xb7067957 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#9  0xb70683fc in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#10 0x08084b50 in KonversationMainWindow::insertRememberLine (this=0x83321c0)
    at ./konversationmainwindow.moc:248
#11 0x08085188 in KonversationMainWindow::hideEvent (this=0x83321c0, 
    e=0xbfdc42e0)
    at /build/buildd/konversation-1.0.1/./konversation/src/konversationmainwindow.cpp:379
#12 0xb709eca7 in QWidget::event () from /usr/lib/libqt-mt.so.3
#13 0xb7174c5e in QMainWindow::event () from /usr/lib/libqt-mt.so.3
#14 0x08084cb4 in KonversationMainWindow::event (this=0x83321c0, e=0xbfdc42e0)
    at /build/buildd/konversation-1.0.1/./konversation/src/konversationmainwindow.cpp:404
#15 0xb6ffeb88 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#16 0xb7001552 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#17 0xb778ec82 in KApplication::notify (this=0xbfdc4684, receiver=0x83321c0, 
    event=0xbfdc42e0)
    at /root/kdelibs/kdelibs-3.5.6/./kdecore/kapplication.cpp:550
#18 0xb6f913fd in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#19 0xb6f8e963 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#20 0xb6fa5320 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#21 0xb701925e in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#22 0xb701906e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
Comment 1 Eike Hein 2007-02-10 12:24:28 UTC
Fixed in SVN revision 625685 on Jan 20th 2007.
Comment 2 Thomas McGuire 2007-08-15 22:10:27 UTC
*** Bug 148868 has been marked as a duplicate of this bug. ***