Hi,

I remember helping another user with CentovaCast and it was installing via 
`opam`. We've had reports of similar issues in the past but never were able to 
track this bug down, I believe. 

I'd say the first order of action would be indeed to try to see if the bug 
happens with recent versions. `1.3.6` is the latest. However, there aren't much 
differences between the two so I wouldn't stress it too much.

If, as you describe, the process is still running then capturing a stacktrace 
could prove very useful. This can be achieved with `gdb`. Rough sequence of 
commands (from memory):
```
% gdb -p <process PID>
> 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/732#issuecomment-472672449
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to