<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
ok so now i've recompiled with the -c option thanks to mathieu,<br>
here is the new backtrace of the crash:<br>
(gdb) bt<br>
#0  0x0012d422 in __kernel_vsyscall ()<br>
#1  0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6<br>
#2  0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6<br>
#3  0x002bdee5 in ?? () from /lib/tls/i686/cmov/libc.so.6<br>
#4  0x0033ded8 in __fortify_fail () from /lib/tls/i686/cmov/libc.so.6<br>
#5  0x0033cf10 in __chk_fail () from /lib/tls/i686/cmov/libc.so.6<br>
#6  0x0033c648 in ?? () from /lib/tls/i686/cmov/libc.so.6<br>
#7  0x002c659e in _IO_default_xsputn () from
/lib/tls/i686/cmov/libc.so.6<br>
#8  0x0029d38c in vfprintf () from /lib/tls/i686/cmov/libc.so.6<br>
#9  0x0033c6fd in __vsprintf_chk () from /lib/tls/i686/cmov/libc.so.6<br>
#10 0x0033c63d in __sprintf_chk () from /lib/tls/i686/cmov/libc.so.6<br>
#11 0x027f27c6 in sprintf (x=0x39dff4, hostname=0x8596730, fportno=9001)<br>
    at /usr/include/bits/stdio2.h:34<br>
#12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001)<br>
    at mp3cast~.c:650<br>
#13 0x080b651f in pd_typedmess (x=0x858f430, s=0x8520118, argc=2, <br>
    argv=0xbfffed5c) at m_class.c:794<br>
#14 0x080b88cf in outlet_anything (x=0x858f518, s=0x8520118, argc=2, <br>
    argv=0xbfffed5c) at m_obj.c:442<br>
#15 0x080b613c in pd_typedmess (x=0x858f504, s=0x8520118, argc=2, <br>
    argv=0xbfffed5c) at m_class.c:813<br>
#16 0x080bb47a in binbuf_eval (x=0x8598690, target=&lt;value optimized
out&gt;, <br>
    argc=1, argv=0xbfffedb8) at m_binbuf.c:726<br>
<br>
this is beyond my abilities...<br>
any idea of what i can do to prevent this crash?<br>
thanks a lot,<br>
<br>
n<br>
<br>
<br>
<br>
Le 18/03/10 13:51, Nicolas Montgermont a écrit :
<blockquote cite="mid:4BA221E9.50103@yahoo.fr" type="cite">
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
recompliling following your instructions show that the problem is in
the mp3cast_connect function:<br>
  <br>
Program received signal SIGABRT, Aborted.<br>
0x0012d422 in __kernel_vsyscall ()<br>
(gdb) backtrace<br>
#0  0x0012d422 in __kernel_vsyscall ()<br>
#1  0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6<br>
#2  0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6<br>
#3  0x002bdee5 in ?? () from /lib/tls/i686/cmov/libc.so.6<br>
#4  0x0033ded8 in __fortify_fail () from /lib/tls/i686/cmov/libc.so.6<br>
#5  0x0033cf10 in __chk_fail () from /lib/tls/i686/cmov/libc.so.6<br>
#6  0x0033c648 in ?? () from /lib/tls/i686/cmov/libc.so.6<br>
#7  0x002c659e in _IO_default_xsputn () from
/lib/tls/i686/cmov/libc.so.6<br>
#8  0x0029d38c in vfprintf () from /lib/tls/i686/cmov/libc.so.6<br>
#9  0x0033c6fd in __vsprintf_chk () from /lib/tls/i686/cmov/libc.so.6<br>
#10 0x0033c63d in __sprintf_chk () from /lib/tls/i686/cmov/libc.so.6<br>
#11 0x027f27c6 in mp3cast_connect () from
/home/aof/Bureau/mp3cast~.pd_linux<br>
#12 0x08530608 in ?? ()<br>
Backtrace stopped: previous frame inner to this frame (corrupt stack?)<br>
(gdb) <br>
  <br>
can i do something else to identify the problem?<br>
thx<br>
n<br>
  <br>
  <br>
  <div class="moz-signature">-- <br>
  <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://nim.on.free.fr">http://nim.on.free.fr</a></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<a class="moz-txt-link-freetext" href="http://nim.on.free.fr">http://nim.on.free.fr</a></div>
</body>
</html>