Hello everyone, I just setup an mp3 streaming server on an old laptop I had laying around using icecast and ezstream. The problem I am having is that when ezstream gets to a certain song in a playlist I get the error "*** glibc detected *** free(): invalid next size (fast): 0x080576e0 ***". I'm not sure if it is doing this because of the song number it is or if it is a problem with ezstream. I do know, however, that the mp3 plays fine when using xmms, winamp, and anything else. I'm going to try and remove the song from the playlist and see what happens then, but if anyone else knows what the problem maybe I would appreciate your help. - Thanks - Suminigashi
At 01:58 AM 1/15/2005, you wrote:>Hello everyone, > I just setup an mp3 streaming server on an old laptop I had laying > around using icecast and ezstream. The problem I am having is that when > ezstream gets to a certain song in a playlist I get the error "*** glibc > detected *** free(): invalid next size (fast): 0x080576e0 ***". I'm not > sure if it is doing this because of the song number it is or if it is a > problem with ezstream. I do know, however, that the mp3 plays fine when > using xmms, winamp, and anything else. I'm going to try and remove the > song from the playlist and see what happens then, but if anyone else > knows what the problem maybe I would appreciate your help.try doing a debug build (make clean;make debug) and then run ezstream under gdb. The command "bt" will show a backtrace that indicates where the problem will be. Send me that backtrace (to the list of privately either way)... oddsock
I found this thread and I'm having the same problem. No response, so I provided my backtrace. System: RHEL4 Icecast 2.3.0 ezstream 0.2.0 Thanks J #0 0x003597a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x003997d5 in raise () from /lib/tls/libc.so.6 #2 0x0039b149 in abort () from /lib/tls/libc.so.6 #3 0x003cd27a in __libc_message () from /lib/tls/libc.so.6 #4 0x003d3abf in _int_free () from /lib/tls/libc.so.6 #5 0x003d3e3a in free () from /lib/tls/libc.so.6 #6 0x0804a004 in openResource (shout=0x9e3c760, fileName=0xbff6f800 "/home/calabash/shake_dev/files/albums/2124/calabashmusic_com_-_Orchestra_Baobab_-_Bon_Bon_I.mp3") at ezstream.c:326 #7 0x0804a099 in streamFile (shout=0x9e3c760, fileName=0xbff6f800 "/home/calabash/shake_dev/files/albums/2124/calabashmusic_com_-_Orchestra_Baobab_-_Bon_Bon_I.mp3") at ezstream.c:356 #8 0x0804a3e4 in streamPlaylist (shout=0x9e3c760, fileName=0x9e3c580 "/d/var/m3u/tracks.m3u") at ezstream.c:423 #9 0x0804ad7f in main (argc=3, argv=0xbff71894) at ezstream.c:647