Ok, thanks for testing that. The abrupt end of your logs still look like a hard 
crash, something like a segfault I would say.

Would you mind testing with gdb? That should give us a full stack trace of the 
failure. Steps to reproduce:
```
# As root:
# apt-get install gdb
% As normal user:
% gdb `which liquidsoap`
> r <command line options>
(..process crash..)
> thread apply all bt
```
Thanks!

-- 
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/716#issuecomment-464926343
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to