[PD] mp3cast~ on ubuntu 9.10 crash pd

Nicolas Montgermont nicolas_montgermont at yahoo.fr
Thu Mar 18 13:51:53 CET 2010


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  0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0x002bdee5 in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0x0033ded8 in __fortify_fail () from /lib/tls/i686/cmov/libc.so.6
#5  0x0033cf10 in __chk_fail () from /lib/tls/i686/cmov/libc.so.6
#6  0x0033c648 in ?? () from /lib/tls/i686/cmov/libc.so.6
#7  0x002c659e in _IO_default_xsputn () from /lib/tls/i686/cmov/libc.so.6
#8  0x0029d38c in vfprintf () from /lib/tls/i686/cmov/libc.so.6
#9  0x0033c6fd in __vsprintf_chk () from /lib/tls/i686/cmov/libc.so.6
#10 0x0033c63d in __sprintf_chk () from /lib/tls/i686/cmov/libc.so.6
#11 0x027f27c6 in mp3cast_connect () from /home/aof/Bureau/mp3cast~.pd_linux
#12 0x08530608 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

can i do something else to identify the problem?
thx
n

Le 18/03/10 13:31, IOhannes m zmoelnig a écrit :
> 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 /lib/tls/i686/cmov/libc.so.6
>> #2  0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6
>> #3  0x002bdee5 in ?? () from /lib/tls/i686/cmov/libc.so.6
>> #4  0x0033ded8 in __fortify_fail () from /lib/tls/i686/cmov/libc.so.6
>> #5  0x0033cf10 in __chk_fail () from /lib/tls/i686/cmov/libc.so.6
>> #6  0x0033c648 in ?? () from /lib/tls/i686/cmov/libc.so.6
>> #7  0x002c659e in _IO_default_xsputn () from /lib/tls/i686/cmov/libc.so.6
>> #8  0x0029d38c in vfprintf () from /lib/tls/i686/cmov/libc.so.6
>> #9  0x0033c6fd in __vsprintf_chk () from /lib/tls/i686/cmov/libc.so.6
>> #10 0x0033c63d in __sprintf_chk () from /lib/tls/i686/cmov/libc.so.6
>> #11 0x027f27c6 in ?? () from /home/aof/Bureau/mp3cast~.pd_linux
>> Backtrace stopped: previous frame inner to this frame (corrupt stack?)
>> (gdb)
>>
>> is it somehow related to the 64 architecture of my system?
>>
>>     
>
> could be.
>
> anyhow, the backtrace doesn't show so much yet, since all the debugging
> symbols have been stripped from mp3cast~.
>
> in order to prevent this, you probably have to edit the Makefile of
> mp3cast~ and remove the line:
>         strip --strip-unneeded $*.pd_linux
>
> then do "make clean && make"
>
> and rerun the backtrace
>
> fgmasdr
> IOhannes
>
>   

-- 
http://nim.on.free.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100318/72ba434a/attachment.htm>


More information about the Pd-list mailing list