Ticket #804: backtrace.

File backtrace., 2.2 KB (added by SF/inguin, 21 years ago)

gdb call stack after segfault

Line 
10x080dcd98 in MidiParser::readVLQ (data=@0x82937c0) at sound/midiparser.cpp:75
275 str = data[0];
3(gdb) bt
4#0 0x080dcd98 in MidiParser::readVLQ (data=@0x82937c0)
5 at sound/midiparser.cpp:75
6#1 0x080dd8d9 in MidiParser_SMF::parseNextEvent (this=0x8293520,
7 info=@0x82937d8) at sound/midiparser_smf.cpp:84
8#2 0x080dd74e in MidiParser::jumpToTick (this=0x8293520, tick=4294966848,
9 fireEvents=false) at sound/midiparser.cpp:345
10#3 0x080788d0 in Player::jump (this=0x821d260, track=0, beat=0, tick=32)
11 at scumm/imuse_player.cpp:738
12#4 0x0807846a in Player::maybe_jump (this=0x821d260, cmd=0, track=0, beat=0,
13 tick=32) at scumm/imuse_player.cpp:563
14#5 0x08078159 in Player::sysEx (this=0x821d260, p=0x8288cac "}0", len=19)
15 at scumm/imuse_player.cpp:481
16#6 0x080dd24f in MidiParser::onTimer (this=0x8293520)
17 at sound/midiparser.cpp:223
18#7 0x08078f69 in Player::onTimer (this=0x821d260)
19 at scumm/imuse_player.cpp:1009
20#8 0x08072d06 in IMuseInternal::sequencer_timers (this=0x821d138,
21 midi=0x8226fc8) at scumm/imuse.cpp:345
22#9 0x08072cce in IMuseInternal::on_timer (this=0x821d138, midi=0x8226fc8)
23 at scumm/imuse.cpp:336
24#10 0x080754fb in IMuse::on_timer (this=0x821e948, midi=0x8226fc8)
25 at scumm/imuse.cpp:1690
26#11 0x0807529a in IMuseInternal::midiTimerCallback (data=0x8226fc8)
27 at scumm/imuse.cpp:1615
28#12 0x080d90ca in MidiDriver_ADLIB::generate_samples (this=0x8226fc8,
29 data=0x8218e08, len=2048) at backends/midi/adlib.cpp:1002
30#13 0x080d9036 in MidiDriver_ADLIB::premix_proc (param=0x8226fc8,
31 buf=0x8218e08, len=2048) at backends/midi/adlib.cpp:979
32#14 0x080defbf in SoundMixer::mix (this=0x822dfe0, buf=0x8218e08, len=2048)
33 at sound/mixer.cpp:159
34#15 0x080df06d in SoundMixer::onGenerateSamples (s=0x822dfe0,
35 samples=0x8218e08 "\005ÿôþãþÓþÃþµþªþ¡þ\232þ\227þ\230þ\235þ¤þ±þÃþÙþôþ\024ÿ<ÿeÿ\223ÿÄÿùÿ+", len=8192) at sound/mixer.cpp:179
36#16 0x40022ba5 in SDL_RunAudio (audiop=0x8214040) at SDL_audio.c:193
37#17 0x40061edc in SDL_RunThread (data=0x821d138) at SDL_thread.c:228
38#18 0x400620df in RunThread (data=0x821d138) at SDL_systhread.c:82
39#19 0x4009ff58 in pthread_start_thread (arg=0xbf5ffc00) at manager.c:274
40#20 0x4009ffa2 in pthread_start_thread_event () at manager.c:298
41