Bug 111469 - CRASHED when use Quick Start in Wizard
Summary: CRASHED when use Quick Start in Wizard
Status: RESOLVED FIXED
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Jeroen Wijnhout
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 11:32 UTC by vincent
Modified: 2006-05-04 21:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace Log (3.93 KB, text/plain)
2005-10-10 20:04 UTC, Gernot Pacher
Details
svn diff for commenting out fillComboBox (809 bytes, text/plain)
2006-01-05 11:10 UTC, Thomas Braun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vincent 2005-08-25 11:32:55 UTC
Version:           1.8.1 (using KDE 3.4.2-0.fc4.1 Red Hat, Red Hat Linux (Stentz))
Compiler:          Target: i386-redhat-linux
OS:                Linux (i686) release 2.6.11-1.1369_FC4

When use Quick Start in Wizard under FC4 (2.6.12-1.1398_FC4) with kile (1.8.1-3.fc4), it crashed with the following backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208252736 (LWP 3228)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#4  0x0519b275 in QListBox::item () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#5  0x0810aa7b in ?? ()
#6  0x0810b052 in ?? ()
#7  0x0816596d in ?? ()
#8  0x08176b9e in ?? ()
#9  0x0817c5f6 in ?? ()
#10 0x0817c6ac in ?? ()
#11 0x08183c37 in ?? ()
#12 0x050bddb4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#13 0x050be274 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x060f135f in KAction::activated () from /usr/lib/libkdeui.so.4
#15 0x060f1484 in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#16 0x060f3a20 in KAction::slotPopupActivated () from /usr/lib/libkdeui.so.4
#17 0x060f3caa in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#18 0x050bddb4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#19 0x05432796 in QSignal::signal () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x050db633 in QSignal::activate () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#21 0x051d2582 in QPopupMenu::mouseReleaseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#22 0x060e21cb in KPopupMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.4
#23 0x050fc127 in QWidget::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#24 0x0505908d in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#25 0x05059fef in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#26 0x00612851 in KApplication::notify () from /usr/lib/libkdecore.so.4
#27 0x04ff0b0d in QETWidget::translateMouseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#28 0x04feeeb3 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#29 0x05002fc8 in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#30 0x0507174b in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#31 0x05071656 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#32 0x05058a59 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#33 0x081862d4 in ?? ()
#34 0x00ddede6 in __libc_start_main () from /lib/libc.so.6
#35 0x08075331 in ?? ()

Anyone be able to helps?
Comment 1 vincent 2005-08-25 11:43:27 UTC
sorry, my mistake the kernel i'm using is 2.6.11-1.1369_FC4 not (2.6.12-1.1398_FC4) as described.
Comment 2 Jeroen Wijnhout 2005-10-03 12:38:06 UTC
The backtrace is not really useful, can you reproduce the problem (describe which steps you took).

best,
Jeroen
Comment 3 Gernot Pacher 2005-10-10 20:04:17 UTC
Created attachment 12938 [details]
Backtrace Log
Comment 4 Gernot Pacher 2005-10-10 20:08:05 UTC
hi, i've got the same backtrace using kile 1.8.1-3.fc4 on gnome 2.10 (my kde version is 3.4.2-0.fc4.1).
the crash is reproduceable and occurs when clicking on "quick start" in the "wizard" menu.

i hope this helps
Comment 5 giovanni garcea 2005-10-15 23:17:46 UTC
hi, I've the same backtrace by using the 1.8.1-1.0.fc4.kde rpm and KDE version 3.4.2-1.2.fc4.kde. The problem is always reproducible by using either a gnome 2.10 or a KDE session.
I tried to compile from source and in the end I've got the same crash after then installation when I tried to click on "quick start" in the "wizard" menu.

Thanks
Comment 6 Thomas Braun 2005-12-18 17:01:25 UTC
Hello together,

for now I can only confirm the bug.
But we are searching for an solution :)

Thanks
Thomas Braun
Comment 7 vincent 2005-12-21 10:41:21 UTC
Finally someone realised the bug, I thought I am the only one...
So far I found out it is the location of the template causing the crash,
kile 1.8 is looking for some form which does not exist,
I am new to the Fedora4 environment, configuration is a problem for me because I don't know where to starts. Maybe you could helps?

Regards
Vincent



On Sun, Dec 18, 2005 at 04:01:25PM -0000, Thomas Braun wrote:
[bugs.kde.org quoted mail]
Comment 8 Thomas Braun 2006-01-03 15:47:19 UTC
So here now an backtrace including the kile functions.

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208493600 (LWP 20014)]
[KCrash handler]
#4  0x078f5275 in QListBox::item () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#5  0x080d00fa in KileDialog::QuickDocument::fillCombobox (this=0x9cce908, 
    combo=0x9d2f968, cslist=@0xbf99ba30, seltext=@0x9ccea04)
    at quickdocumentdialog.cpp:944
#6  0x080d45a2 in KileDialog::QuickDocument::fillDocumentClassCombobox (
    this=0x9cce908) at quickdocumentdialog.cpp:492
#7  0x080da284 in KileDialog::QuickDocument::readDocumentClassConfig (
    this=0x9cce908) at quickdocumentdialog.cpp:473
#8  0x080de249 in KileDialog::QuickDocument::readConfig (this=0x9cce908)
    at quickdocumentdialog.cpp:371
#9  0x080de5a1 in QuickDocument (this=0x9cce908, config=0x992eee8, 
    parent=0x998ae78, name=0x81d2129 "Quick Start", caption=@0xbf99bc48)
    at quickdocumentdialog.cpp:142
#10 0x080e66d0 in Kile::quickDocument (this=0x998ae78) at kile.cpp:1447
#11 0x080f91c8 in Kile::qt_invoke (this=0x998ae78, _id=144, _o=0xbf99bd18)
    at kile.moc:428
#12 0x07817db4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#13 0x07818274 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x022921ef in KAction::activated () from /usr/lib/libkdeui.so.4
#15 0x02292314 in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#16 0x022948b0 in KAction::slotPopupActivated () from /usr/lib/libkdeui.so.4
#17 0x02294b3a in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#18 0x07817db4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#19 0x07b8c796 in QSignal::signal () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x07835633 in QSignal::activate () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#21 0x0792c582 in QPopupMenu::mouseReleaseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#22 0x02282320 in KPopupMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.4
#23 0x07856127 in QWidget::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#24 0x077b308d in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#25 0x077b3fef in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#26 0x00880661 in KApplication::notify () from /usr/lib/libkdecore.so.4
#27 0x0774ab0d in QETWidget::translateMouseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#28 0x07748eb3 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#29 0x0775cfc8 in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#30 0x077cb74b in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#31 0x077cb656 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#32 0x077b2a59 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#33 0x081014f4 in main (argc=1, argv=0xbf99c994) at main.cpp:131
Comment 9 Thomas Braun 2006-01-05 11:10:37 UTC
Created attachment 14140 [details]
svn diff for commenting out fillComboBox
Comment 10 Thomas Braun 2006-01-05 11:17:18 UTC
Okay the above diff comments out the fillCombobox function in quickdocumentdialog.cpp.
Now we don't get a crash and can examine the function to find the error.

Thomas
Comment 11 Thomas Braun 2006-01-09 19:49:16 UTC
Hi all,

I just wanted to ask if it works now for one of you with 1.8.1-7 ?
If asked at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166425 and the developer said that it works for him with that version of kile.

Thanks
Thomas
Comment 12 vincent 2006-01-09 20:36:34 UTC
I tried with fc4 + 1.8.1-7 again, but no joy same error message.
Maybe some others components missing in fc4(2.6.11)? Anyone knows?

thanks
vincent


On Mon, Jan 09, 2006 at 06:49:19PM -0000, Thomas Braun wrote:
[bugs.kde.org quoted mail]
Comment 13 Thomas Braun 2006-03-07 21:22:32 UTC
Hi all,

okay we do not have a solution but a good hint.
I tried with fc5test3 and neither kile 1.8.x nor 1.9rc1 crash anymore.

So this problem will be solved by time (only).

Thanks
Thomas Braun
Comment 14 Thomas Braun 2006-05-04 21:04:35 UTC
*** Bug has been marked as fixed ***.