Bug 216270 - Kile crashes every second time it is started
Summary: Kile crashes every second time it is started
Status: RESOLVED WORKSFORME
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2009-11-26 15:51 UTC by Thomas Damgaard
Modified: 2018-09-19 14:35 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 Thomas Damgaard 2009-11-26 15:51:48 UTC
Application that crashed: kile
Version of the application: 2.0.83
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-15-generic i686
Distribution: Ubuntu 9.10

 -- Backtrace:
Application: Kile (kile), signal: Segmentation fault
[KCrash Handler]
#6  0x08b73c08 in QStackedWidget::currentWidget() const () from /usr/lib/libQtGui.so.4
#7  0x08b83706 in QTabWidget::currentWidget() const () from /usr/lib/libQtGui.so.4
#8  0x082d7104 in KileView::Manager::currentTextView (this=0x918beb0) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kileviewmanager.cpp:273
#9  0x08229104 in KileInfo::activeTextDocument (this=0xbf981d8c) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kileinfo.cpp:99
#10 0x082c7445 in KileDocument::Manager::getInfo (this=0x9115190) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kiledocmanager.cpp:165
#11 0x082d7281 in KileView::Manager::updateStructure (this=0x918beb0, parse=false, docinfo=0x0) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kileviewmanager.cpp:336
#12 0x082d967f in KileView::Manager::qt_metacall (this=0x918beb0, _c=QMetaObject::InvokeMetaMethod, _id=14, _a=0xbf981384)
    at /build/buildd/kile-2.1.0~svn1014763beta2/obj-i486-linux-gnu/src/kileviewmanager.moc:139
#13 0x06083263 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#14 0x06083ec2 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#15 0x082c7271 in KileDocument::Manager::updateStructure (this=0x9115190, _t1=false, _t2=0x0) at /build/buildd/kile-2.1.0~svn1014763beta2/obj-i486-linux-gnu/src/kiledocmanager.moc:372
#16 0x082cc508 in KileDocument::Manager::fileSaveAll (this=0x9115190, amAutoSaving=true, disUntitled=false) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kiledocmanager.cpp:845
#17 0x0810f714 in Kile::autoSaveAll (this=0xbf981d80) at /build/buildd/kile-2.1.0~svn1014763beta2/src/kile.cpp:1340
#18 0x081ec1a1 in Kile::qt_metacall (this=0xbf981d80, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbf98157c) at /build/buildd/kile-2.1.0~svn1014763beta2/obj-i486-linux-gnu/src/kile.moc:298
#19 0x06083263 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#20 0x06083ec2 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#21 0x060bd667 in QTimer::timeout() () from /usr/lib/libQtCore.so.4
#22 0x060889ae in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/libQtCore.so.4
#23 0x0607d3bf in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#24 0x086fff54 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#25 0x0870767c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#26 0x03a95bfa in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#27 0x0606d6cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#28 0x0609a7ce in ?? () from /usr/lib/libQtCore.so.4
#29 0x060980e0 in ?? () from /usr/lib/libQtCore.so.4
#30 0x06555e78 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x06559720 in ?? () from /lib/libglib-2.0.so.0
#32 0x06559853 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#33 0x0609802c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x087a0be5 in ?? () from /usr/lib/libQtGui.so.4
#35 0x0606bc79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#36 0x0606c0ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#37 0x0606e53f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#38 0x086ffdd7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#39 0x081ee3f3 in main (argc=2, argv=0xbf9823a4) at /build/buildd/kile-2.1.0~svn1014763beta2/src/main.cpp:167

Reported using DrKonqi
Comment 1 Dario Andres 2009-11-27 17:50:01 UTC
This looks related/the same as bug 202885. Thanks
Comment 2 Michel Ludwig 2009-11-27 19:04:41 UTC
Please update to Kile 2.1 beta3 and check whether the problem still occurs. Thanks.
Comment 3 Andrew Crouthamel 2018-09-19 14:35:05 UTC
This bug has had its resolution changed, but accidentally has been left in NEEDSINFO status. I am thus closing this bug and setting the status as RESOLVED to reflect the resolution change.