On Thu, Dec 29, 2016 at 04:55:30PM +0100, Martin Pieuchot wrote:
> I am running GNOME3 and my music player is audio/deadbeef.  Since the
> last package update very time my screen saver starts the music stop.
> Previously it was only the first time per session.
> 
> 
> #0  sio_write (hdl=0x0, buf=0x171416be2230, len=3528)
>     at /usr/src/lib/libsndio/sio.c:330
> 330             if (hdl->eof) {
> (gdb) bt
> #0  sio_write (hdl=0x0, buf=0x171416be2230, len=3528)
>     at /usr/src/lib/libsndio/sio.c:330

sio_write() is called with NULL handle.  It seems that one thread
of deadbeef is closing the sndio handle while another thread is
still submitting data.  Probably a mutex is missing or being
misused.

Reply via email to