Bug 103838 - SIGSEGV crash while idle
Summary: SIGSEGV crash while idle
Status: RESOLVED DUPLICATE of bug 102996
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR crash
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 23:43 UTC by Mark Eggers
Modified: 2005-04-13 23:52 UTC (History)
0 users

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 Mark Eggers 2005-04-13 23:43:41 UTC
Version:           3.4.0 (using KDE KDE 3.4.0)
Installed from:    RedHat RPMs
Compiler:          gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) recently upgraded - quanta+ probably compiled on earlier compiler
OS:                Linux

After starting quanta+ and leaving idle for approximately 15 seconds, the program will crash with a signal 11 error.

The trace is as follows:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1230747968 (LWP 24091)]
[KCrash handler]
#4  0xb7f544b1 in CvsService_stub::update () from /usr/lib/libcvsservice.so.0
#5  0x0833ac77 in htmlDocumentPropertiesui::staticMetaObject ()
#6  0x08341cdf in CVSService::staticMetaObject ()
#7  0xb6d1710e in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#8  0xb6d177e4 in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#9  0xb704b8dd in QTimer::timeout () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#10 0xb6d36ebc in QTimer::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#11 0xb6cb8539 in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#12 0xb6cb86ca in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#13 0xb7251d88 in KApplication::notify () from /usr/lib/libkdecore.so.4
#14 0xb6cac8ab in QEventLoop::activateTimers ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0xb6c686fe in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0xb6ccdb85 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#17 0xb6ccdade in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#18 0xb6cb773b in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#19 0x0809f2c7 in QPtrList<char>::deleteItem ()
#20 0x00ad4e23 in __libc_start_main () from /lib/tls/libc.so.6
#21 0x08087751 in ?? ()

I have tried removing ~/.kde/share/apps/quanta, ~/.kde/share/config/quantarc, and all quanta files in /var/temp and /tmp

The crash still occurs.

Reproduce by starting quanta+ (command line or KDE menu), and then let sit idle.

Expected behavior is for quanta+ to sit there and run.

Environment:
Fedora Core 3 2.6.11-1.14_FC3 on a Dell 8200 with 768 MB memory
KDE 3.4.0-0.fc3.0 upgraded from last KDE 3.3 using Fedora Core 3 rpm

I recently upgraded my gcc and libraries to:3.4.3
Comment 1 András Manţia 2005-04-13 23:52:04 UTC
Short answer: compile from source. Should help.

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