The most likely cause for your issue seems to be a segfault coming from one of 
the decoder bindings. A `gdb` track would really be helpful for this. I think 
it shouldn't be too hard to get inside a docker container:
```
docker run -t -i --entrypoint /bin/ash <image name>
# apk add gdb
<setup opam and user (stuff from run.sh I suppose)>
~ gdb `which liquidsoap`
(gdb) run <arguments>
<segfault>
(gdb) thread apply all bt
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/586#issuecomment-409238998
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to