I'm running liq 1.3.4 on a fresh environment from opam on Ubuntu 18.04, and a 
script I tested on the dev version pre release is crashing very quickly.
Version:
```
$ liquidsoap --version
Liquidsoap 1.3.4
Copyright (c) 2003-2018 Savonet team
Liquidsoap is open-source software, released under GNU General Public License.
See <http://liquidsoap.info> for more information.

```

Log output:
```
2018/10/01 12:35:25 [smart_crossfade:3] Transition: crossed, no fade.
2018/10/01 12:35:25 [source:4] Source add_10003 gets up.
2018/10/01 12:35:25 [add_10003:4] Content kind is {audio=2;video=0;midi=0}.
2018/10/01 12:35:25 [source:4] Source smart_cross_9001_after gets up.
2018/10/01 12:35:25 [smart_cross_9001_after:4] Content kind is 
{audio=2;video=0;midi=0}.
2018/10/01 12:35:25 [smart_cross_9001_after:4] Activations changed: 
static=[add_10003:smart_cross_9001], dynamic=[].
2018/10/01 12:35:25 [source:4] Source smart_cross_9001_before gets up.
2018/10/01 12:35:25 [smart_cross_9001_before:4] Content kind is 
{audio=2;video=0;midi=0}.
2018/10/01 12:35:25 [smart_cross_9001_before:4] Activations changed: 
static=[add_10003:smart_cross_9001], dynamic=[].
2018/10/01 12:35:25 [add_10003:4] Activations changed: 
static=[smart_cross_9001], dynamic=[].
2018/10/01 12:35:25 [on_metadata_9011:4] Got metadata at position 0: calling 
handler...
2018/10/01 12:35:28 [smart_cross_9001_after:4] End of track.
2018/10/01 12:35:28 [smart_cross_9001_after:4] Buffer emptied, buffering needed.
2018/10/01 12:35:28 [smart_cross_9001_before:4] End of track.
2018/10/01 12:35:28 [smart_cross_9001_before:4] Buffer emptied, buffering 
needed.
2018/10/01 12:35:28 [smart_cross_9001:4] Buffering end of track...
2018/10/01 12:35:28 [source:4] Garbage collected empty_9945.
2018/10/01 12:35:28 [source:4] Garbage collected add_9936.
2018/10/01 12:35:28 [source:4] Garbage collected smart_cross_9001_after.
2018/10/01 12:35:28 [source:4] Garbage collected smart_cross_9001_before.
2018/10/01 12:35:28 [smart_cross_9001:4] More buffering will be needed.
```

Script looks like this (it has evolved a bit..) 
https://gist.github.com/gilou/43133d2619202791e153211471aff6a1

The bt seems to indicate a bug: 
[gdb_log.txt](https://github.com/savonet/liquidsoap/files/2434772/gdb_log.txt)

I can filter infos and publish the liq code if it's relevant. I can reproduce 
at will...



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

Reply via email to