[Scummvm-tracker] [ScummVM :: Bugs] #15516: GOB: Adibou 2 (Demo): random setGoblinState() SIGSEGV at game start

ScummVM :: Bugs trac at scummvm.org
Mon Nov 25 19:20:20 UTC 2024


#15516: GOB: Adibou 2 (Demo): random setGoblinState() SIGSEGV at game start
---------------------+--------------------------
Reporter:  dwatteau  |       Owner:  sdelamarre
    Type:  defect    |      Status:  new
Priority:  high      |   Component:  Engine: Gob
 Version:            |  Resolution:
Keywords:            |        Game:  Adibou 2
---------------------+--------------------------
Comment (by dwatteau):

 On regular macOS/x64, I can't reproduce the crash, but here are some
 findings with the Sanitizer build options:

 `--enable-asan`: so far, nothing

 `--enable-ubsan`: got this, once, when starting the game:

 {{{
 engines/gob/draw_v7.cpp:206:9: runtime error: load of value 36, which is
 not a valid value for type 'bool'
 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
 engines/gob/draw_v7.cpp:206:9 in
 }}}

 good to be fixed, but it's probably unrelated to the current issue.

 `--enable-tsan`: got one trace when starting a new game (after several
 tries), and another one when quitting the game and returning to the
 ScummVM launcher. Both full traces attached below.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15516#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list