Ticket #13998: grim-gdb-crash-ppc-scummvm270.txt

File grim-gdb-crash-ppc-scummvm270.txt, 3.9 KB (added by dwatteau, 16 months ago)

GDB backtrace when returning to launcher

Line 
1(gdb) run
2WARNING: Libretro is not supported!
3WARNING: GUI: Could not find 'gui-icons.dat'!
4WARNING: Could not find theme 'scummremastered' falling back to builtin!
5User picked target 'grim-demo-win' (engine ID 'grim', game ID 'grim')...
6 Looking for a plugin supporting this target... Grim
7WARNING: Libretro is not supported!
8Running Grim Fandango (Demo/Windows/English)
9gfdemo01.lab: 755cdac083f7f751bec7506402278f1a, 29489930 bytes.
10WARNING: !!!! Trying to call MakeSectorActive without a scene!
11WARNING: Could not find bitmap !
12WARNING: Could not find bitmap <none>!
13WARNING: Lua_V1::SetGamma, implement opcode, level: 0.000000!
14WARNING: Libretro is not supported!
15WARNING: Libretro is not supported!
16WARNING: Libretro is not supported!
17
18Program received signal EXC_BAD_ACCESS, Could not access memory.
19Reason: KERN_PROTECTION_FAILURE at address: 0x0000000c
200x0026a6c8 in OpenGL::Framebuffer::deactivate (this=<incomplete type>) at ./backends/graphics/opengl/framebuffer.h:159
21159 class Backbuffer : public Framebuffer {
22
23(gdb) bt
24#0 0x0026a6c8 in OpenGL::Framebuffer::deactivate (this=<incomplete type>) at ./backends/graphics/opengl/framebuffer.h:159
25#1 0x0027aa00 in OpenGL::Pipeline::deactivateInternal (this=0x8a13fa0) at ./backends/graphics/opengl/pipelines/pipeline.h:153
26#2 0x0028b0f4 in OpenGL::ShaderPipeline::deactivateInternal (this=0x8a13fa0) at ./common/hashmap.h:92
27#3 0x0027a9a4 in OpenGL::Pipeline::deactivate (this=0x8a13fa0) at ./backends/graphics/opengl/pipelines/pipeline.h:153
28#4 0x0027a8a0 in OpenGL::Pipeline::activate (this=0x8a4a540) at ./backends/graphics/opengl/pipelines/pipeline.h:153
29#5 0x0026e354 in OpenGL::OpenGLGraphicsManager::updateScreen (this=0x2858400) at ./backends/graphics/opengl/framebuffer.h:159
30#6 0x002a8ac0 in OpenGLSdlGraphicsManager::updateScreen (this=0x2858400) at ./common/func.h:71
31#7 0x0024b1dc in ModularGraphicsBackend::updateScreen (this=0x233f018) at ./common/base-str.h:173
32#8 0x001b6a1c in GUI::GuiManager::screenChange (this=<incomplete type>) at ./common/ptr.h:299
33#9 0x001b68e0 in GUI::GuiManager::checkScreenChange (this=<incomplete type>) at ./common/ptr.h:299
34#10 0x001a8118 in GUI::Dialog::Dialog (this=<incomplete type>, name=<incomplete type>) at ./gui/dialog.h:49
35#11 0x001b948c in GUI::LauncherDialog::LauncherDialog (this=0x29e0600, dialogName=<incomplete type>, chooser=0xbfffcb48) at ./common/memorypool.h:148
36#12 0x001becd0 in GUI::LauncherSimple::LauncherSimple (this=0x29e0600, title=<incomplete type>, chooser=0xbfffcb48) at ./common/memorypool.h:148
37#13 0x001beb64 in GUI::LauncherChooser::selectLauncher (this=0xbfffcb48) at ./common/memorypool.h:148
38#14 0x00011568 in launcherDialog () at ./common/hashmap.h:92
39#15 0x0001450c in scummvm_main (argc=1, argv=0x2309850) at ./common/hashmap.h:92
40#16 0x0000e06c in SDL_main (argc=<incomplete type>, argv=0x2309850) at ./backends/platform/sdl/macosx/macosx.h:27
41#17 0x004bd1fc in -[SDLMain applicationDidFinishLaunching:] ()
42#18 0x92cec738 in _nsnote_callback ()
43#19 0x923c943c in _CFXNotificationPostNotification ()
44#20 0x92ce9dc4 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
45#21 0x94162858 in -[NSApplication _postDidFinishNotification] ()
46#22 0x94162770 in -[NSApplication _sendFinishLaunchingNotification] ()
47#23 0x940ea114 in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
48#24 0x940e994c in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
49#25 0x92d0d008 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
50#26 0x92d0cddc in _NSAppleEventManagerGenericHandler ()
51#27 0x93384ce4 in aeDispatchAppleEvent ()
52#28 0x93384bec in dispatchEventAndSendReply ()
53#29 0x933849f0 in aeProcessAppleEvent ()
54#30 0x94923410 in AEProcessAppleEvent ()
55#31 0x940e7478 in _DPSNextEvent ()
56#32 0x940e6c00 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
57#33 0x940e08a0 in -[NSApplication run] ()
58#34 0x004bd864 in main ()