[Scummvm-tracker] [ScummVM] #6956: LAUNCHER: ScummVM returned with unfreed signals
Hubert Maier
trac at scummvm.org
Thu Nov 15 10:25:58 CET 2018
#6956: LAUNCHER: ScummVM returned with unfreed signals
----------------------+----------------------------
Reporter: raziel- | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Port: AmigaOS4
Resolution: | Keywords:
Game: |
----------------------+----------------------------
Comment (by raziel-):
If i do a "conent" search over the scummvm code i can find "AllocSignal"
in
backends/libbackends.o
backends/fs/amigaos4/amigaos4-fs.o
backends/fs/amigaos4/amigaos4-fs-factory.o
backends/midi/camd.o
backends/platform/sdl/amigaos/amigaos-main.o
but nowhere in the source (.cpp/.h) files, so it seems as they are being
added by the system/sdk on compiling.
I can also find "FreeSignal" in
backends/libbackends.a
backends/fs/amigaos4/amigaos4-fs.o
backends/fs/amigaos4/amigaos4-fs-factory.o
backends/midi/camd.o
backends/platform/sdl/amigaos/amigaos-main.o
so it again seems that the system at least sets most of the FreeSignal()
correctly (while i can't really check), except libbackends.a (instead of
.o)?
--
Ticket URL: <https://bugs.scummvm.org/ticket/6956#comment:7>
ScummVM <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list