[Kst] crash, dont know what I am doing wrong

C. Barth Netterfield netterfield at physics.utoronto.ca
Fri Jan 16 14:56:18 CET 2004


Thanks for the bug report.

The best way to submit them is from within kst
help->report bug

Or you can go to bugs.kde.org, which does the same thing but is a little 
tedious.

cbn

On Friday 16 January 2004 4:33 am, claude mercier wrote:
> kst crash that can be reproduced, trying to give the whole sequence of
> what I am doing
> I dont know if I am sending this to the right place please let me know
> if it is not
>
> Claude Mercier (Planck DPC)
>
> ---------------------------------------------
>
> KST installed with rpm 0.94 on redhat 9
>
> I generated a data file gen.dat with the following code
>
> main()
> {
>   int i;
>   for(i=0;i<200;i++) {
>     printf("%i %f %f %f\n",i,i*3.14116,i*0.3,i*6.7);
>   }
> }
>
> Then I start kst, data manager, data vector,
> define a vector 1-1, gen.dat,  1, 0, 2, apply new edits, close
> then "data vector" again, choose the name V1-1,
> and chnages V1-1 into V1-2, column = 2 => apply new edits crashes kst.
>
> Trace back
>
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...[New Thread 1093069664 (LWP 4470)]
> 0xffffe002 in ?? ()
> #0  0xffffe002 in ?? ()
> #1  0x406d157d in KCrash::defaultCrashHandler(int) ()
>    from /usr/lib/libkdecore.so.4
> #2  <signal handler called>
> #3  0x0807284e in KstObjectItem::updateButtons() ()
> #4  0x08073dbd in KstDataManagerI::qt_invoke(int, QUObject*) ()
> #5  0x40b2a0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #6  0x40e1a175 in QListView::currentChanged(QListViewItem*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #7  0x40bef56c in QListViewItem::takeItem(QListViewItem*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #8  0x40beed92 in QListViewItem::~QListViewItem() ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #9  0x08071cf8 in KstObjectItem::~KstObjectItem() ()
> #10 0x080750a7 in QPtrStack<QListViewItem>::deleteItem(void*) ()
> #11 0x40d91dce in QGList::clear() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #12 0x08072f21 in KstDataManagerI::update() ()
> #13 0x080c2923 in KstApp::updateDialogs() ()
> #14 0x080c2d34 in KstApp::qt_invoke(int, QUObject*) ()
> #15 0x40b2a0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #16 0x40b29f6d in QObject::activate_signal(int) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #17 0x080bdde5 in KstDoc::dataChanged() ()
> #18 0x080bde4d in KstDoc::qt_invoke(int, QUObject*) ()
> #19 0x40b2a0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #20 0x40b29f6d in QObject::activate_signal(int) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #21 0x08077169 in KstVectorDialogI::modified() ()
> #22 0x08076cdf in KstVectorDialogI::edit_I() ()
> #23 0x0807728e in KstVectorDialogI::qt_invoke(int, QUObject*) ()
> #24 0x40b2a0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #25 0x40b29f6d in QObject::activate_signal(int) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #26 0x40e0f85e in QButton::clicked() () from
> /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #27 0x40bab816 in QButton::mouseReleaseEvent(QMouseEvent*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #28 0x40b5e00c in QWidget::event(QEvent*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #29 0x40acbf24 in QApplication::internalNotify(QObject*, QEvent*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #30 0x40acb753 in QApplication::notify(QObject*, QEvent*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #31 0x406651e9 in KApplication::notify(QObject*, QEvent*) ()
>    from /usr/lib/libkdecore.so.4
> #32 0x40a72198 in QETWidget::translateMouseEvent(_XEvent const*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #33 0x40a6fcdf in QApplication::x11ProcessEvent(_XEvent*) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #34 0x40a84bda in QEventLoop::processEvents(unsigned) ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #35 0x40adfcf6 in QEventLoop::enterLoop() ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #36 0x40adfb98 in QEventLoop::exec() () from
> /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #37 0x40acc151 in QApplication::exec() ()
>    from /usr/lib/qt-3.1/lib/libqt-mt.so.3
> #38 0x080c5a69 in main ()
> #39 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6




More information about the Kst mailing list