Opening the "Preferences" window crashes (latest SVN)

• Dec 1, 2011 - 11:32
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Hi,
I a new user of mmusescore.

I use Debian, but the Debian package for musescore is too old (1.0), so I downloaded the sources for the 1.1 version, and tried to build them. But this failed because of the can't-compile-with-gcc-4.6 bug, which is already fixed in the SVN, but have not yet been released.

Therefore, I checked out the latest version from SVN, and built that instead.

Now it builds, installs and runs, and I can enter notes, too, but when I click on the "Preferences..." option in the Edit menu, the application crashes (Segmentation fault.)
What could be wrong?
Thank you for your help:

Kristof

ps. If this the wrong place to report problems, then I am sorry.
If there is a how-to about reporting bugs (what extra information is required, etc, etc,), then please show it to me, and I will obey.


Comments

Here is a stack trace from gdb.

#0 0x00007ffff34007a0 in QString::fromLatin1_helper(char const*, int) () from /usr/lib/libQtCore.so.4
#1 0x00007ffff340336d in QString::fromAscii_helper(char const*, int) () from /usr/lib/libQtCore.so.4
#2 0x00000000008c42f1 in QString (ch=, this=0x7fffffffc220) at /usr/include/qt4/QtCore/qstring.h:426
#3 PreferenceDialog::updateValues (this=0x6168bc0, p=0x1f9cf40) at /home/csillag/local/src/musescore/mscore/mscore/preferences.cpp:983
#4 0x00000000008c5d5f in PreferenceDialog::PreferenceDialog (this=0x6168bc0, parent=) at /home/csillag/local/src/musescore/mscore/mscore/preferences.cpp:700
#5 0x00000000008c63f7 in MuseScore::startPreferenceDialog (this=0x23253c0) at /home/csillag/local/src/musescore/mscore/mscore/preferences.cpp:640
#6 0x000000000078d1a5 in MuseScore::qt_metacall (this=0x23253c0, _c=QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffffffc5a0)
at /home/csillag/local/src/musescore/build.release/mscore/moc_musescore.cxx:370
#7 0x00007ffff34b6cca in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#8 0x00007ffff45af3e2 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
#9 0x00007ffff45af5cf in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQtGui.so.4
#10 0x00007ffff49e21e9 in ?? () from /usr/lib/libQtGui.so.4
#11 0x00007ffff49e7e22 in ?? () from /usr/lib/libQtGui.so.4
#12 0x00007ffff4606096 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#13 0x00007ffff49e938b in QMenu::event(QEvent*) () from /usr/lib/libQtGui.so.4
#14 0x00007ffff45b59f4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#15 0x00007ffff45bb17b in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0x00007ffff34a416c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#17 0x00007ffff45b69c2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () from /usr/lib/libQtGui.so.4
#18 0x00007ffff46334e4 in ?? () from /usr/lib/libQtGui.so.4
#19 0x00007ffff4631c6a in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#20 0x00007ffff4659db2 in ?? () from /usr/lib/libQtGui.so.4
#21 0x00007ffff03ee0cf in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff03ee8c8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff03eea99 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff34cec9f in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/libQtCore.so.4
#25 0x00007ffff4659a4e in ?? () from /usr/lib/libQtGui.so.4
#26 0x00007ffff34a3372 in QEventLoop::processEvents(QFlags) () from /usr/lib/libQtCore.so.4
#27 0x00007ffff34a356f in QEventLoop::exec(QFlags) () from /usr/lib/libQtCore.so.4
#28 0x00007ffff34a7717 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#29 0x00000000007834b7 in main (argc=1, av=) at /home/csillag/local/src/musescore/mscore/mscore/musescore.cpp:2304