Ticket #13953: dw2_gdb_stuck_ppc.txt

File dw2_gdb_stuck_ppc.txt, 2.8 KB (added by dwatteau, 17 months ago)

GDB backtrace when the engine locks up.

Line 
10x93efc0d8 in semaphore_wait_signal_trap ()
2(gdb) bt
3#0 0x93efc0d8 in semaphore_wait_signal_trap ()
4#1 0x93f03338 in pthread_mutex_lock ()
5#2 0x0044d484 in SDL_mutexP ()
6#3 0x0021808c in SdlMutexInternal::lock (this=0x830c340) at backends/mutex/sdl/sdl-mutex.cpp:38
7#4 0x003e5074 in Common::StackLock::lock (this=0xbfffc3e0) at common/mutex.cpp:75
8#5 0x003e4f84 in Common::StackLock::StackLock (this=0xbfffc3e0, mutex=@0x830c574, mutexName=0x0) at common/mutex.cpp:75
9#6 0x00364094 in Audio::MixerImpl::setChannelVolume (this=0x830c570, handle=<incomplete type>, volume=255 '?') at ./common/ptr.h:299
10#7 0x0008af40 in Tinsel::PCMMusicPlayer::setVol (this=0x8352720, volume=<incomplete type>) at ./engines/tinsel/music.h:95
11#8 0x0008addc in Tinsel::PCMMusicPlayer::setMusicSceneDetails (this=0x8352720, hScript=<incomplete type>, hSegment=<incomplete type>, fileName=<incomplete type>) at ./engines/tinsel/music.h:95
12#9 0x000b1fc0 in Tinsel::LoadScene (scene=<incomplete type>, entry=<incomplete type>) at engines/tinsel/scene.cpp:257
13#10 0x000b2f84 in Tinsel::StartNewScene (scene=<incomplete type>, entry=<incomplete type>) at engines/tinsel/scene.cpp:257
14#11 0x000de79c in Tinsel::ChangeScene (bReset=<incomplete type>) at engines/tinsel/tinsel.cpp:649
15#12 0x000e0bf8 in Tinsel::TinselEngine::NextGameCycle (this=<incomplete type>) at engines/tinsel/tinsel.cpp:649
16#13 0x000e09a8 in Tinsel::TinselEngine::run (this=<incomplete type>) at engines/tinsel/tinsel.cpp:649
17#14 0x0001641c in runGame (plugin=0x1c4bf70, enginePlugin=0x1c4e740, system=@0x1c3f558, debugLevels=@0xbfffd8c0) at ./common/hashmap.h:92
18#15 0x00017bb0 in scummvm_main (argc=1, argv=0x1c09850) at ./common/hashmap.h:92
19#16 0x00011bd8 in SDL_main (argc=<incomplete type>, argv=0x1c09850) at ./backends/platform/sdl/macosx/macosx.h:27
20#17 0x0041701c in -[SDLMain applicationDidFinishLaunching:] ()
21#18 0x92cec738 in _nsnote_callback ()
22#19 0x923c943c in _CFXNotificationPostNotification ()
23#20 0x92ce9dc4 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
24#21 0x94162858 in -[NSApplication _postDidFinishNotification] ()
25#22 0x94162770 in -[NSApplication _sendFinishLaunchingNotification] ()
26#23 0x940ea114 in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
27#24 0x940e994c in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
28#25 0x92d0d008 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
29#26 0x92d0cddc in _NSAppleEventManagerGenericHandler ()
30#27 0x93384ce4 in aeDispatchAppleEvent ()
31#28 0x93384bec in dispatchEventAndSendReply ()
32#29 0x933849f0 in aeProcessAppleEvent ()
33#30 0x94923410 in AEProcessAppleEvent ()
34#31 0x940e7478 in _DPSNextEvent ()
35#32 0x940e6c00 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
36#33 0x940e08a0 in -[NSApplication run] ()
37#34 0x00417684 in main ()