Menu

#83 MusE 0.7.1 crashes after trying to instantiate simpledrums

0.7.x
closed-works-for-me
nobody
None
5
2005-12-28
2005-02-09
No

MusE 0.7.1 crashes after trying to instantiate simpledrums.

after running it through gdb:

SimpleSynth sampleRate 44100

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1221551488 (LWP 16357)]
0xb751d41d in __dynamic_cast () from
/usr/lib/libstdc++.so.5
(gdb) bt
#0 0xb751d41d in __dynamic_cast () from
/usr/lib/libstdc++.so.5
#1 0xb6a94d6b in HighColorStyle::eventFilter () from
/usr/lib/kde3/plugins/styles/highcolor.so
#2 0xb7a4cede in QObject::activate_filters () from
/usr/lib/libqt-mt.so.3
#3 0xb7a4ce0c in QObject::event () from
/usr/lib/libqt-mt.so.3
#4 0xb7a856af in QWidget::event () from
/usr/lib/libqt-mt.so.3
#5 0xb79f2bff in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#6 0xb79f21fe in QApplication::notify () from
/usr/lib/libqt-mt.so.3
#7 0x080ad135 in QApplication::metaObject ()
#8 0xb79f39f6 in QApplication::sendPostedEvents ()
from /usr/lib/libqt-mt.so.3
#9 0xb7a84551 in QWidget::show () from
/usr/lib/libqt-mt.so.3
#10 0xb7a84b9d in QWidget::showChildren () from
/usr/lib/libqt-mt.so.3
#11 0xb7a84657 in QWidget::show () from
/usr/lib/libqt-mt.so.3
#12 0xb7a84b9d in QWidget::showChildren () from
/usr/lib/libqt-mt.so.3
#13 0xb7a84657 in QWidget::show () from
/usr/lib/libqt-mt.so.3
#14 0xb7bd9d4c in QDialog::show () from
/usr/lib/libqt-mt.so.3
#15 0xb49b1e76 in SimpleSynth::init () from
/usr/lib/muse/synthi/simpledrums.so
#16 0xb49b3328 in SimpleSynth::loadSample () from
/usr/lib/muse/synthi/simpledrums.so
#17 0x08067a3d in QGList::count ()
#18 0x08067d71 in QGList::count ()
#19 0x08067e0b in QGList::count ()
#20 0x08067713 in QGList::count ()
#21 0x08068826 in QGList::count ()
#22 0x080be06c in QWidget::setWFlags ()
#23 0x080e03b8 in QListViewItem::removeItem ()
#24 0xb7a4f5ac in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#25 0xb7a4f3d4 in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#26 0xb7d9446e in QButton::clicked () from
/usr/lib/libqt-mt.so.3
#27 0xb7ae19da in QButton::mouseReleaseEvent () from
/usr/lib/libqt-mt.so.3
#28 0xb7a85737 in QWidget::event () from
/usr/lib/libqt-mt.so.3
#29 0xb79f2bff in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#30 0xb79f22f4 in QApplication::notify () from
/usr/lib/libqt-mt.so.3
#31 0x080ad135 in QApplication::metaObject ()
#32 0xb7987650 in QETWidget::translateMouseEvent ()
from /usr/lib/libqt-mt.so.3
#33 0xb79852de in QApplication::x11ProcessEvent () from
/usr/lib/libqt-mt.so.3
#34 0xb799c1c4 in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
#35 0xb7a04f58 in QEventLoop::enterLoop () from
/usr/lib/libqt-mt.so.3
#36 0xb7a04e08 in QEventLoop::exec () from
/usr/lib/libqt-mt.so.3
#37 0xb79f2e51 in QApplication::exec () from
/usr/lib/libqt-mt.so.3
#38 0x080a95ac in putchar ()
#39 0xb7340904 in __libc_start_main () from
/lib/tls/libc.so.6
#40 0x08066d11 in ?? ()

Discussion

  • Robert Jonsson

    Robert Jonsson - 2005-03-10

    Logged In: YES
    user_id=81832

    Hi,
    this is known to happen on some systems. Sometimes it helps to run with a
    different style for QT (or KDE), the dynamic_cast at the top seems to cause
    this with different configurations.

     
  • Korvatunturi

    Korvatunturi - 2005-03-28

    Logged In: YES
    user_id=896178

    Are you using a different Qt-installation for MusE than the one that
    was compiled with your KDE? I've heard that might be the cause of
    the problems with the styles.

     
  • Robert Jonsson

    Robert Jonsson - 2005-12-28
    • status: open --> closed-works-for-me
     
  • Robert Jonsson

    Robert Jonsson - 2005-12-28

    Logged In: YES
    user_id=81832

    most certainly a build-system issue, no other reports for
    quite a while, closing.