Changes between Version 1 and Version 2 of Ticket #115, comment 4


Ignore:
Timestamp:
May 16, 2019, 11:08:21 AM (5 years ago)
Author:
D Gowers

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #115, comment 4

    v1 v2  
    22 * Case 1: ./bin/grafx-sdl, invoked from the root of the git clone : Works
    33 * Case 2: grafx2-sdl or /usr/local/bin/grafx2-sdl : Crashes (SIGSEGV)
    4  * Case 3: /tmp/g/grafx2-sdl, after setting up as described above : Works
     4 * Case 3: gdb grafx2-sdl or gdb /usr/local/bin/grafx2-sdl : Works
     5 * Case 4: /tmp/g/grafx2-sdl, after setting up as described above : Works
    56
    67Invoking with the -v option does not give any debug output in case 2. Presumably this is because the crash occurs before any output is given. In fact, your own log shows evidence of this fact: the error about the missing PNG is the first message. As I stated above, this PNG error does not show for case 2, implying that the crash occurs before this check for the PNG is made.
    78
    8 The other two cases give pretty normal looking debug output when run with -v.
     9Case 1 and 4 give pretty normal looking debug output when run with -v.
     10I'll try using -v with case 3, but I expect it to produce the same output as 1 and 4 do.