Advertisement
Guest User

ScummVM 3DS - Grim crash w/ TinyGL changes

a guest
May 5th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 7.09 KB | None | 0 0
  1. atrus@dni:/mnt/hgfs/scummvm-test/repodocs/scummvm$ arm-none-eabi-gdb scummvm.elf
  2. GNU gdb (GDB) 10.2
  3. Copyright (C) 2021 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "--host=x86_64-linux-gnu --target=arm-none-eabi".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13.     <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17.  
  18.  
  19. Reading symbols from scummvm.elf...
  20. (gdb) target remote 192.168.1.85:4000
  21. Remote debugging using 192.168.1.85:4000
  22.  
  23. Thread 4 stopped.
  24. svcWaitSynchronization () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:263
  25. 263 /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s: No such file or directory.
  26. (gdb) c
  27. Continuing.
  28. User picked target 'grim-win' (engine ID 'grim', game ID 'grim')...
  29.    Looking for a plugin supporting this target... Grim
  30. Running Grim Fandango (Windows/English)
  31. VOX0001.LAB: 8b12ed530195c6c577436df27df62ecb, 58011176 bytes.
  32. 3ds initsize w:640 h:480
  33. pixelformat: 4 8 8 8 8
  34. 3ds initsize w:640 h:480
  35. pixelformat: 4 8 8 8 8
  36. WARNING: Lua_V1::SetGamma, implement opcode, level: 0.000000!
  37. WARNING: !!!! Trying to call MakeSectorActive without a scene!
  38. WARNING: !!!! Trying to call MakeSectorActive without a scene!
  39. WARNING: !!!! Trying to call MakeSectorActive without a scene!
  40. WARNING: !!!! Trying to call MakeSectorActive without a scene!
  41. WARNING: !!!! Trying to call MakeSectorActive without a scene!
  42. assertion "pixels" failed: file "graphics/surface.cpp", line 79, function: void Graphics::Surface::create(int16, int16, const Graphics::PixelFormat&)
  43.  
  44. Thread 7 received signal SIGSEGV, Segmentation fault.
  45. [Switching to Thread 40.207]
  46. 0x00113774 in hidScanInput () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/hid.c:185
  47. 185 /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/hid.c: No such file or directory.
  48. (gdb) thread apply all bt
  49.  
  50. Thread 7 (Thread 40.207 (TLS: 0x1ffaec00, running, dynamic prio.: 47, static prio.: 47, ideal core: 0, running on core 0)):
  51. #0  0x00113774 in hidScanInput () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/hid.c:185
  52. #1  0x001217f4 in N3DS::eventThreadFunc (arg=0x8416ab0) at backends/platform/3ds/osystem-events.cpp:107
  53. #2  0x00117cdc in _thread_begin (arg=0x85311a8) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/thread.c:16
  54. #3  0x00000000 in ?? ()
  55. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  56.  
  57. Thread 6 (Thread 40.206 (TLS: 0x1ffaea00, running, dynamic prio.: 47, static prio.: 47, ideal core: 0, running on core 0)):
  58. #0  svcSleepThread () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:85
  59. #1  0x00121284 in N3DS::timerThreadFunc (arg=0x8416008) at backends/platform/3ds/osystem-events.cpp:241
  60. #2  0x00117cdc in _thread_begin (arg=0x8528118) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/thread.c:16
  61. #3  0x00000000 in ?? ()
  62. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  63.  
  64. Thread 5 (Thread 40.205 (TLS: 0x1ffae800, running, dynamic prio.: 47, static prio.: 47, ideal core: 0, running on core 0)):
  65. #0  svcSleepThread () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:85
  66. #1  0x00120e68 in N3DS::audioThreadFunc (arg=0x8424d60) at backends/platform/3ds/osystem-audio.cpp:55
  67. #2  0x00117cdc in _thread_begin (arg=0x851ed88) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/thread.c:16
  68. #3  0x00000000 in ?? ()
  69. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  70.  
  71. Thread 4 (Thread 40.204 (TLS: 0x1ffae600, running, dynamic prio.: 24, static prio.: 24, ideal core: 0, running on core 0)):
  72. #0  svcWaitSynchronization () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:263
  73. #1  0x006aa2d4 in ndspWaitForIrq (timeout_ns=18446744073709551615) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/ndsp/ndsp.c:44
  74. #2  ndspSync () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/ndsp/ndsp.c:407
  75. #3  ndspThreadMain (arg=<optimized out>) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/ndsp/ndsp.c:432
  76. #4  0x00117cdc in _thread_begin (arg=0x843c928) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/thread.c:16
  77. #5  0x00000000 in ?? ()
  78. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  79.  
  80. Thread 3 (Thread 40.201 (TLS: 0x1ffae400, running, dynamic prio.: 26, static prio.: 26, ideal core: 0, running on core 0)):
  81. #0  svcWaitSynchronization () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:263
  82. #1  0x00119424 in gspEventThreadMain (arg=<optimized out>) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/gspgpu.c:362
  83. #2  0x00117cdc in _thread_begin (arg=0x8402e88) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/thread.c:16
  84. #3  0x00000000 in ?? ()
  85. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  86.  
  87. Thread 1 (Thread 40.196 (TLS: 0x1ffae000, running, dynamic prio.: 48, static prio.: 48, ideal core: 0, running on core 0)):
  88. #0  svcSendSyncRequest () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/svc.s:338
  89. #1  0x0010ead4 in srvGetServiceHandleDirect (out=0xfffff84, out@entry=0xfffff7c, name=0x8a65f8 "APT:S") at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/srv.c:150
  90. #2  0x00110d50 in aptGetServiceHandle (aptuHandle=0xfffff7c) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/apt.c:125
  91. #3  aptSendCommand (aptcmdbuf=0xfffffa0, aptcmdbuf@entry=0xfffff98) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/apt.c:152
  92. #4  0x00110e4c in APT_CloseApplication (handle=0, paramSize=0, param=0x0) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/apt.c:1292
  93. #5  aptExitProcess () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/services/apt.c:340
  94. #6  0x0010d5f8 in __libctru_exit (rc=<optimized out>) at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/system/ctru_exit.c:33
  95. #7  0x0010d104 in __ctru_exit () at /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.2/libctru/source/system/stack_adjust.s:30
  96. --Type <RET> for more, q to quit, c to continue without paging--
  97. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  98. (gdb) disconnect
  99. Ending remote debugging.
  100. (gdb)
  101.  
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement