Bugs item #1652490, was opened at 2007-02-05 07:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=591456&aid=1652490&group_id=89802
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: double free bug
Initial Comment:
I run on localhost icecast and liquidsoap. Configuration for liquidsoap is
really simple:
#!/usr/bin/liquidsoap -v
set log.dir = "/tmp"
set log.stdout = true
output =
output.icecast(mount="test.ogg",host="localhost",port=8000,password="source")
output =
output.icecast.mp3(mount="test.mp3",host="localhost",port=8000,password="source")
output(playlist.safe("playlist.pls"))
playlist.pls contains 15 files, 2 of them are not available.
Running liguidsoap on the liquidsoap instance and clicking several times on
"on/off" on the playlist controller crashes liquidsoap:
2007/02/05 16:07:34 [test.mp3:3] Connecting mount test.mp3 for [EMAIL PROTECTED]
2007/02/05 16:07:35 [test.mp3:3] Connection setup was successful.
2007/02/05 16:07:35 [test.mp3:3] Setting up an MP3 encoder...
2007/02/05 16:07:35 [test.mp3:3] Connecting mount test.mp3 for [EMAIL PROTECTED]
2007/02/05 16:07:35 [test.mp3:3] Connection setup was successful.
2007/02/05 16:07:35 [test.mp3:3] Setting up an MP3 encoder...
2007/02/05 16:07:35 [test.mp3:3] Connecting mount test.mp3 for [EMAIL PROTECTED]
2007/02/05 16:07:35 [test.mp3:3] Connection setup was successful.
2007/02/05 16:07:35 [test.mp3:3] Setting up an MP3 encoder...
2007/02/05 16:07:35 [test.mp3:3] Connecting mount test.mp3 for [EMAIL PROTECTED]
2007/02/05 16:07:35 [test.mp3:3] Connection setup was successful.
2007/02/05 16:07:35 [test.mp3:3] Setting up an MP3 encoder...
2007/02/05 16:07:36 [test.mp3:3] Connecting mount test.mp3 for [EMAIL PROTECTED]
2007/02/05 16:07:36 [test.mp3:3] Connection setup was successful.
2007/02/05 16:07:36 [test.mp3:3] Setting up an MP3 encoder...
*** glibc detected *** double free or corruption (!prev): 0x080c4ed8 ***
What else can I provide to solve this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=591456&aid=1652490&group_id=89802