try to import it

a...@laptop:~$ gdb lmms
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
run
(gdb) run
Starting program: /usr/local/bin/lmms
[Thread debugging using libthread_db enabled]
Using SSE optimized routines
Using SSE2 optimized routines
Notice: could not set realtime priority.
[New Thread 0xb4c87b90 (LWP 32349)]
[New Thread 0xb1cffb90 (LWP 32351)]
read dir: /home/andy/lmms
[New Thread 0xb14feb90 (LWP 32356)]
read dir: /usr/local/share/lmms
[New Thread 0xb0ba5b90 (LWP 32357)]
HTTP forwarding to "http://lmms.info/web_resources.php?download=index";
Couldn't create MIDI-client, neither with ALSA nor with OSS. Will use
dummy-MIDI-client.
Initialized slv2_world
[New Thread 0xaf1ffb90 (LWP 32365)]
[New Thread 0xae9feb90 (LWP 32366)]
[New Thread 0xae1fdb90 (LWP 32374)]
[New Thread 0xad9fcb90 (LWP 32375)]
FlpImport::tryImport(): not a valid FL project

flp import (zip): not a valid zip file
MidiImport::tryImport(): found MThd
Another timesig at 0.000000
read dir: /usr/share/midi/freepats
MISSING GLOBAL THINGY
     -1 9 0.000000 seqnames
MISSING GLOBAL THINGY
     -1 9 0.000000 texts
MISSING GLOBAL THINGY
     -1 9 0.000000 copyrights
MISSING GLOBAL THINGY
     -1 9 0.000000 copyrights
MISSING GLOBAL THINGY
     -1 9 0.000000 texts
MISSING GLOBAL THINGY
     -1 9 0.000000 keysigi
MISSING GLOBAL THINGY
     -1 9 0.000000 modea
MISSING GLOBAL THINGY
     -1 9 8.000000 keysigi
MISSING GLOBAL THINGY
     -1 9 8.000000 modea
MISSING GLOBAL THINGY
     -1 9 0.000000 tracknames

Program received signal SIGSEGV, Segmentation fault.
sf2Instrument::loadResource (this=0xb2b97428, _item=0x0)
    at
/home/andy/projects/programming/open-source/lmms/plugins/sf2_player/sf2_player.cpp:261
261        ResourceFileMapper mapper( _item );
(gdb) bt
#0  sf2Instrument::loadResource (this=0xb2b97428, _item=0x0)
    at
/home/andy/projects/programming/open-source/lmms/plugins/sf2_player/sf2_player.cpp:261
#1  0xb5086357 in smfMidiChannel::create (this=0x92b09c0, _tc=0xb4300d50)
    at
/home/andy/projects/programming/open-source/lmms/plugins/midi_import/MidiImport.cpp:234
#2  MidiImport::readSMF (this=0x92b09c0, _tc=0xb4300d50)
    at
/home/andy/projects/programming/open-source/lmms/plugins/midi_import/MidiImport.cpp:400
#3  0xb5086d38 in MidiImport::tryImport (this=0x92b09c0, _tc=0xb4300d50)
    at
/home/andy/projects/programming/open-source/lmms/plugins/midi_import/MidiImport.cpp:129
#4  0x08193ee4 in ImportFilter::import (_file_to_import=..., _tc=0xb4300d50)
    at
/home/andy/projects/programming/open-source/lmms/src/core/ImportFilter.cpp:72
#5  0x0819dc97 in song::importProject (this=0xb4300d50)
    at
/home/andy/projects/programming/open-source/lmms/src/core/song.cpp:1087
#6  0x081a0a10 in song::qt_metacall (this=0xb4300d50,
    _c=QMetaObject::InvokeMetaMethod, _id=14, _a=0xbfffd14c)
    at
/home/andy/projects/programming/open-source/lmms/build/include/moc_song.cxx:127
#7  0xb72a5b33 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
#8  0xb72a5f60 in QMetaObject::activate(QObject*, QMetaObject const*, int,
int, void**) () from /usr/lib/libQtCore.so.4
#9  0xb7748311 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
#10 0xb774985f in QAction::activate(QAction::ActionEvent) ()
   from /usr/lib/libQtGui.so.4
#11 0xb7b8ece4 in ?? () from /usr/lib/libQtGui.so.4
#12 0xb7b953eb in ?? () from /usr/lib/libQtGui.so.4
#13 0xb7b95f32 in QMenu::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/libQtGui.so.4
#14 0xb77a477b in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#15 0xb7b98171 in QMenu::event(QEvent*) () from /usr/lib/libQtGui.so.4
#16 0xb774e814 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
   from /usr/lib/libQtGui.so.4
#17 0xb77572e1 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libQtGui.so.4
#18 0xb72909cb in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
   from /usr/lib/libQtCore.so.4
#19 0xb775636e in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&) () from
/usr/lib/libQtGui.so.4
#20 0xb77c50ef in ?? () from /usr/lib/libQtGui.so.4
#21 0xb77c4386 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/libQtGui.so.4
#22 0xb77ee892 in ?? () from /usr/lib/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#23 0xb67934b8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#24 0xb6796a13 in ?? () from /usr/lib/libglib-2.0.so.0
#25 0xb6796b98 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#26 0xb72bb858 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() from /usr/lib/libQtCore.so.4
#27 0xb77edfd5 in ?? () from /usr/lib/libQtGui.so.4
#28 0xb728f01a in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib/libQtCore.so.4
#29 0xb728f462 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQtCore.so.4
#30 0xb72918b9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#31 0x0810a870 in main (argc=Cannot access memory at address 0x0
)
    at
/home/andy/projects/programming/open-source/lmms/src/core/main.cpp:522
(gdb)

-- 
Andy Kelley
Nuclear Development
http://nucleardev.com/

Attachment: emeraldhill_jj.mid
Description: MIDI audio

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to