Bug 201119 - Dolphin: Crash during C++ code compilation in console window
Summary: Dolphin: Crash during C++ code compilation in console window
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 225211 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-22 17:08 UTC by Frank Schaefer
Modified: 2010-06-02 16:35 UTC (History)
2 users (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 Frank Schaefer 2009-07-22 17:08:01 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.2.96 (KDE 4.2.96 (KDE 4.3 RC2)) "release 142"
Qt Version: 4.5.2
Operating System: Linux 2.6.27.23-0.1-pae i686
Distribution: "openSUSE 11.1 (i586)"

What I was doing when the application crashed:
Dolphin suddenly crashes, while C++ code compilation is in progress in the console window.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  0xb3c215ed in LinuxProcessInfo::readProcInfo(int) () from /usr/lib/libkonsoleprivate.so
#7  0xb3c1d745 in Konsole::UnixProcessInfo::readProcessInfo (this=0x84416e0, pid=7455, enableEnvironmentRead=false) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/ProcessInfo.cpp:336
#8  0xb3c1d3f0 in Konsole::ProcessInfo::update (this=0x84416e0) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/ProcessInfo.cpp:68
#9  0xb3c32998 in Konsole::Session::updateForegroundProcessInfo (this=0x83f6a08) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/Session.cpp:839
#10 0xb3c329e2 in Konsole::Session::isForegroundProcessActive (this=0x83f6a08) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/Session.cpp:1180
#11 0xb3c32aa2 in Konsole::Session::getProcessInfo (this=0x83f6a08) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/Session.cpp:802
#12 0xb3c3479b in Konsole::Session::updateWorkingDirectory (this=0x83f6a08) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/Session.cpp:231
#13 0xb3c3519f in Konsole::Session::getDynamicTitle (this=0x83f6a08) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/Session.cpp:849
#14 0xb3c3b622 in Konsole::SessionController::snapshot (this=0x84101f8) at /usr/src/debug/kdebase-4.2.96/apps/konsole/src/SessionController.cpp:206
#15 0xb3c432b8 in Konsole::SessionController::qt_metacall (this=0x84101f8, _c=QMetaObject::InvokeMetaMethod, _id=34, _a=0xbfe3c178)
    at /usr/src/debug/kdebase-4.2.96/build/apps/konsole/src/SessionController.moc:170
#16 0xb670a788 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#17 0xb670b412 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#18 0xb6746fe7 in QTimer::timeout() () from /usr/lib/libQtCore.so.4
#19 0xb6710c0e in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/libQtCore.so.4
#20 0xb670572f in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#21 0xb690f7fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#22 0xb6917aee in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#23 0xb766a19d in KApplication::notify (this=0xbfe3c8e4, receiver=0x8440558, event=0xbfe3c620) at /usr/src/debug/kdelibs-4.2.96/kdeui/kernel/kapplication.cpp:302
#24 0xb66f516b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#25 0xb67245f6 in ?? () from /usr/lib/libQtCore.so.4
#26 0xb6720980 in ?? () from /usr/lib/libQtCore.so.4
#27 0xb5eef9c8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0xb5ef3083 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0xb5ef3241 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#30 0xb67208d8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#31 0xb69afcc5 in ?? () from /usr/lib/libQtGui.so.4
#32 0xb66f378a in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#33 0xb66f3bd2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0xb66f6079 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#35 0xb690f677 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#36 0x0807a92f in main (argc=3, argv=0xbfe3ca94) at /usr/src/debug/kdebase-4.2.96/apps/dolphin/src/main.cpp:94

Reported using DrKonqi
Comment 1 Dario Andres 2009-07-22 17:29:34 UTC
This could be related to bug 195265.
Comment 2 Christoph Feck 2010-02-01 23:37:59 UTC
*** Bug 225211 has been marked as a duplicate of this bug. ***
Comment 3 Kurt Hindenburg 2010-06-02 16:35:58 UTC
I believe I fixed this a while ago.  reopen if you have the same issue on a late 4.4.x version