With 1.3.7 it's now crashing for me with broken pipe.
```
2019/04/14 16:39:21 [pipe_6720:4] Error while running process: Broken pipe in 
write()
Raised at file "tools/process_handler.ml", line 220, characters 28-47
Called from file "tools/process_handler.ml" (inlined), line 231, characters 8-67
Called from file "tools/process_handler.ml", line 240, characters 29-51
Called from file "list.ml", line 117, characters 24-34
Called from file "tools/process_handler.ml", line 237, characters 28-321

2019/04/14 16:39:21 [threads:2] Queue non-blocking queue #2 crashed with 
exception Broken pipe in write()
Raised at file "tools/process_handler.ml", line 284, characters 34-41
Called from file "duppy.ml", line 151, characters 61-77
Called from file "duppy.ml", line 279, characters 14-23
Called from file "duppy.ml", line 313, characters 7-24
Called from file "duppy.ml", line 350, characters 9-15
Called from file "duppy.ml", line 356, characters 5-9
Called from file "tools/tutils.ml", line 218, characters 13-61

2019/04/14 16:39:21 [threads:1] PANIC: Liquidsoap has crashed, exiting.,
Please report at: savonet-us...@lists.sf.net
```

The script I was experimenting with: 
```
set("log.level",4)

myplaylist = playlist("d:\\Music\\playlist.m3u")
radio = smart_crossfade(random(weights=[1],[myplaylist]))
process = mksafe(pipe(process='stereo_tool_cmd.exe - - -s preset.sts -v -k 
"<stereo_tool_key>"', drop_metadata(radio)))
out(process)
```

This does run with 1.3.6, but remains silent.

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

Reply via email to