<!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">
thanks for the help.<br>
here is the backtrace of gdb :<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 ?? () from /home/aof/Bureau/mp3cast~.pd_linux<br>
Backtrace stopped: previous frame inner to this frame (corrupt stack?)<br>
(gdb) <br>
<br>
is it somehow related to the 64 architecture of my system? <br>
n<br>
<br>
Le 18/03/10 09:22, IOhannes m zmoelnig a écrit :
<blockquote cite="mid:4BA1E2AD.8060601@iem.at" type="cite">
  <pre wrap="">On 2010-03-17 20:53, Nicolas Montgermont wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
could you try to produce a run it in a debugger (gdb), and broduce a
backtrace, like:

$ gdb pd -stderr mp3cast~-test.pd
(gdb) run
...
(gdb) backtrace
...



fgmasdr
IOhannes

  </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>