On osx you should use `lldb`:

```
lldb ~/.opam/default/bin/liquidsoap
> r 'N=getenv("sourceN_env")' \
  'log_path=getenv("log_liquid_env")' 'set("log.level",4)' \
   'set("log.file.path",log_path)' 'set("log.file",true)' \
   'output.icecast(%ogg(%flac(compression=5)),
    input.pulseaudio(device=N, fallible=true),
    fallible=true, host="localhost", port=8000, password="sourcepwd", 
mount="mystream", 
    format="audio/ogg")'
(..crashes..)
> bt all
```

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

Reply via email to