Bugs item #1652490, was opened at 2007-02-05 16:13
Message generated for change (Comment added) made by smimram
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?

----------------------------------------------------------------------

>Comment By: Samuel Mimram (smimram)
Date: 2007-02-07 18:59

Message:
Logged In: YES 
user_id=640040
Originator: NO

What version of liquidsoap did you use? Could you try with a version built
from a fresh SVN checkout?

Also, a gdb stacktrace would help us a lot.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=591456&aid=1652490&group_id=89802

Répondre à