Changes between Initial Version and Version 1 of Ticket #14699


Ignore:
Timestamp:
Nov 15, 2023, 6:17:09 AM (6 months ago)
Author:
eriktorbjorn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14699 – Description

    initial v1  
    55But it may be dumb luck that it even gets that far. On the Android version, it crashed outright with no such error message. There are a couple of "uninitialized value" warnings when running it through Valgrind, which I guess could account for the different behavior:
    66
    7 ```
     7{{{
    88==22093== Conditional jump or move depends on uninitialised value(s)
    99==22093==    at 0x91A72B3: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
     
    132132==22093==    by 0x25B4567: scummvm_main (main.cpp:805)
    133133==22093==
    134 ```
     134}}}