[Scummvm-tracker] [ScummVM :: Bugs] #12811: ScummVM DEV causes SIG32 when exiting, possibly due to libspeechd

ScummVM :: Bugs trac at scummvm.org
Mon Aug 16 19:30:13 UTC 2021


#12811: ScummVM DEV causes SIG32 when exiting, possibly due to libspeechd
----------------------+--------------------
Reporter:  heavysink  |      Owner:  (none)
    Type:  defect     |     Status:  new
Priority:  normal     |  Component:  Common
 Version:             |   Keywords:
    Game:             |
----------------------+--------------------
 **VERSION**
 ScummVM 2.3.0git (Aug 16 2021 17:26:07)
 Features compiled in: TAINTED Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib
 MPEG2 FluidSynth Theora AAC A/52 FreeType2 FriBiDi JPEG PNG GIF cloud
 (servers, local) TinyGL OpenGL (with shaders) GLEW

 **DESCRIPTION**
 GDB have caught SIG32 when exiting. From gdb:


 {{{
 Thread 2 "scummvm" received signal SIG32, Real-time event 32.
 [Switching to Thread 0x7fffee21d640 (LWP 208161)]
 0x00007ffff69bb89c in read () from /usr/lib/libc.so.6
 }}}

 From bt, it seems that libspeechd is the culprit.
 {{{
 #0  0x00007ffff69bb89c in read () at /usr/lib/libc.so.6
 #1  0x00007ffff694dc14 in __GI__IO_file_underflow () at /usr/lib/libc.so.6
 #2  0x00007ffff6941dd8 in getdelim () at /usr/lib/libc.so.6
 #3  0x00007ffff6e1617d in  () at /usr/lib/libspeechd.so.2
 #4  0x00007ffff6e164e0 in  () at /usr/lib/libspeechd.so.2
 #5  0x00007ffff6dfb259 in start_thread () at /usr/lib/libpthread.so.0
 #6  0x00007ffff69ca5e3 in clone () at /usr/lib/libc.so.6
 }}}

 **Ways to reproduce**
 1. Start ScummVM
 2. Exit ScummVM
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12811>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list