Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-26 Thread Nicolas Montgermont
Le 26/03/10 00:31, Mathieu Bouchard a écrit : ok so now i've recompiled with the -c option thanks to mathieu, you mean -g oops yes -g #12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001) at mp3cast~.c:650 this means that it crashed during Authorization: Basic %s\r\n,

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Nicolas Montgermont
ok so now i've recompiled with the -c option thanks to mathieu, here is the new backtrace of the crash: (gdb) bt #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x002bdee5 in ?? ()

[PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Mathieu Bouchard
ok so now i've recompiled with the -c option thanks to mathieu, you mean -g #12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001) at mp3cast~.c:650 this means that it crashed during Authorization: Basic %s\r\n, which is the second bug I talked about in my previous mail.

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Mathieu Bouchard
in the end, this possibly triple bug report belongs more on pd-list than in private mails. On Wed, 24 Mar 2010, Mathieu Bouchard wrote: On Wed, 24 Mar 2010, Mathieu Bouchard wrote: il y a trop de sprintf dans mp3cast_connect pour qu'on puisse facilement identifier lequel. actually, not

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-17 20:53, Nicolas Montgermont wrote: I tried to compile it from the svn. I manage to build the pd_linux (removing the -Werror flag) but the object is still crashing pd when connecting to the server... here is the log of the compilation, does anyone got an idea? thanks in advance:

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread Nicolas Montgermont
thanks for the help. here is the backtrace of gdb : Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x0028a932 in abort () from

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-18 13:06, Nicolas Montgermont wrote: thanks for the help. here is the backtrace of gdb : Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread Nicolas Montgermont
recompliling following your instructions show that the problem is in the mp3cast_connect function: Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-17 Thread Nicolas Montgermont
I tried to compile it from the svn. I manage to build the pd_linux (removing the -Werror flag) but the object is still crashing pd when connecting to the server... here is the log of the compilation, does anyone got an idea? thanks in advance:

[PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-16 Thread Nicolas Montgermont
Hello all, I have a problem here using mp3cast~ on Ubuntu Karmic. Connecting to an icecast server makes pd crash. There is no problem with mp3amp~ This is the last autobuild ( Pd-0.42.5-extended-20100315 ) installed using the Karmic-i386 package Do you have an idea of the origin of this