OS:
Arch Linux update to today
Liquidsoap: 1.3.4
this is the liq file
```
#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/tmp/basic-radio.log")

# Music
myplaylist = playlist(mode="random",timeout=40., 
"/home/radio/gmusic/gmusic-unsplitted.m3u")
# Some jingles
jingles = playlist("/home/radio/jingles/jingles.m3u")

# If the stream fails, we'll just play nothing...
security = blank(id="blank", duration=1.)
security = mksafe(security) # This is assured to be safe!

# Start building the feed with music
radio = myplaylist
# Now add some jingles
radio = random(weights = [1, 3],[jingles, radio])
# And finally the security
radio = fallback(track_sensitive = false, [radio, security])

# Stream it out
output.icecast(
  %fdkaac(channels=2, samplerate=44100, bitrate=96),
  host = "localhost", port = 8000,
  password = "password", mount = "/stream", radio)
```
and this is the gdb output:
```
Starting program: /usr/bin/liquidsoap /home/morfeo/zeroradio/assets/radio.liq -v
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
2018/09/24 12:28:49 >>> LOG START
[New Thread 0x7fffe2053700 (LWP 25969)]
[New Thread 0x7fffe1852700 (LWP 25970)]
[New Thread 0x7fffe1051700 (LWP 25971)]
[New Thread 0x7fffe0850700 (LWP 25972)]
[New Thread 0x7fffe004f700 (LWP 25973)]
[New Thread 0x7fffdf84e700 (LWP 25974)]
[New Thread 0x7fffdf04d700 (LWP 25975)]
[New Thread 0x7fffde84c700 (LWP 25976)]
2018/09/24 12:28:49 [main:3] Liquidsoap 1.3.4
2018/09/24 12:28:49 [main:3] Using: bytes=[distributed with OCaml 4.02 or 
above] pcre=7.3.4 dtools=0.4.1 duppy=0.7.3 duppy.syntax=0.7.3 cry=0.6.2 
mm=0.4.0 xmlplaylist=0.1.4 lastfm=0.3.2 ogg=0.5.2 vorbis=0.7.1 opus=0.1.2 
speex=0.2.1 mad=0.4.5 flac=0.1.3 flac.ogg=0.1.3 dynlink=[distributed with 
Ocaml] lame=0.3.3 shine=0.2.1 gstreamer=0.3.0 fdkaac=0.2.1 theora=0.3.1 
gavl=0.1.6 ffmpeg=0.2.0 bjack=0.1.5 alsa=0.2.3 ao=0.2.1 samplerate=0.1.4 
taglib=0.3.4 ssl=0.5.6 magic=0.7.3 camomile=[unspecified] inotify=2.3 
yojson=1.4.1 faad=0.4.0 soundtouch=0.1.8 pulseaudio=0.1.3 ladspa=0.1.5 
dssi=0.1.2 sdl=0.9.1 lo=0.1.1 gd=1.0a5
2018/09/24 12:28:49 [gstreamer.loader:3] Loaded GStreamer 1.14.3 0
2018/09/24 12:28:49 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
2018/09/24 12:28:49 [frame:3] Frame size must be a multiple of 1764 ticks = 
1764 audio samples = 1 video samples.
2018/09/24 12:28:49 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio 
samples = 1764 ticks.
2018/09/24 12:28:49 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video 
samples = 1764 ticks.
2018/09/24 12:28:49 [threads:3] Created thread "gstreamer_main_loop" (1 total).
2018/09/24 12:28:49 [threads:3] Created thread "generic queue #1".
2018/09/24 12:28:49 [threads:3] Created thread "generic queue #2".
2018/09/24 12:28:49 [threads:3] Created thread "non-blocking queue #1".
2018/09/24 12:28:49 [threads:3] Created thread "non-blocking queue #2".
2018/09/24 12:28:49 [jingles(dot)m3u:3] Loading playlist...
2018/09/24 12:28:49 [jingles(dot)m3u:3] No mime type specified, trying 
autodetection.
2018/09/24 12:28:49 [jingles(dot)m3u:3] Playlist treated as format 
application/x-mpegURL
2018/09/24 12:28:49 [jingles(dot)m3u:3] Successfully loaded a playlist of 32 
tracks.
2018/09/24 12:28:49 [a(dot)m3u:3] Loading playlist...
2018/09/24 12:28:49 [a(dot)m3u:3] No mime type specified, trying autodetection.
2018/09/24 12:28:49 [a(dot)m3u:3] Playlist treated as format 
application/x-mpegURL
2018/09/24 12:28:49 [a(dot)m3u:3] Successfully loaded a playlist of 200 tracks.
2018/09/24 12:28:50 [/stream:3] Connecting mount /stream for source@localhost...
2018/09/24 12:28:50 [decoder:3] Method "FFMPEG" accepted 
"/home/morfeo/zeroradio/assets/jingles/saluti/saluto-nunzio.flac".
[New Thread 0x7fffddff2700 (LWP 25980)]
2018/09/24 12:28:50 [/stream:3] Connection setup was successful.
2018/09/24 12:28:50 [clock.wallclock_main:3] Streaming loop starts, 
synchronized with wallclock.
2018/09/24 12:28:50 [threads:3] Created thread "wallclock_main" (2 total).
2018/09/24 12:28:50 [fallback_8080:3] Switch to mksafe.
2018/09/24 12:28:50 [mksafe:3] Switch to blank.
2018/09/24 12:28:50 [jingles(dot)m3u:3] Prepared 
"/home/morfeo/zeroradio/assets/jingles/saluti/saluto-nunzio.flac" (RID 2).
2018/09/24 12:28:50 [fallback_8080:3] Switch to random_8078 with transition.
2018/09/24 12:28:50 [random_8078:3] Switch to jingles(dot)m3u.
2018/09/24 12:28:50 [decoder:3] Method "FFMPEG" accepted 
"/home/morfeo/zeroradio/assets/jingles/saluti/saluto-nick.flac".
[Detaching after fork from child process 25983]
2018/09/24 12:28:57 [jingles(dot)m3u:3] Finished with 
"/home/morfeo/zeroradio/assets/jingles/saluti/saluto-nunzio.flac".
2018/09/24 12:28:58 [jingles(dot)m3u:3] Prepared 
"/home/morfeo/zeroradio/assets/jingles/saluti/saluto-nick.flac" (RID 4).

Thread 8 "liquidsoap" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffdf04d700 (LWP 25975)]
0x0000555555c2962d in caml_c_call ()
```
thanks for any suggestion. I'll remain available for any debugging purpose

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

Reply via email to