<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div>dbus_bindings was compiled with debugging symbols; I&#39;m currently re-compiling python with -g as well, so once that finishes I&#39;ll try to give a better stack trace.&nbsp; Although, it looks like python does have its debugging symbols, since frame 1 knows it&#39;s in PyString_FromString.&nbsp; Maybe address two is corrupted as well?&nbsp; Anyhow, I&#39;ll give another backtrace once python is done recompiling. 
</div></div></blockquote><div><br>I just recompiled python adding -g to my cflags, and I get the exact same back trace.&nbsp; &quot;bt full&quot; gives:<br><br>(gdb) bt full<br>#0&nbsp; 0xb7d2aa93 in strlen () from /lib/libc.so.6<br>
No symbol table info available.<br>#1&nbsp; 0xb7e6f365 in PyString_FromString () from /usr/lib/libpython2.4.so.1.0<br>No symbol table info available.<br>#2&nbsp; 0xb7bcdb3e in ?? ()<br>&nbsp;&nbsp; from /usr/lib/python2.4/site-packages/dbus/dbus_bindings.so
<br>No symbol table info available.<br>#3&nbsp; 0x00000000 in ?? ()<br>No symbol table info available.<br><br>Everything involved is compiled with debugging symbols included, so I don&#39;t know what&#39;s going on with the &quot;No symbol table available&quot; message.&nbsp; I&#39;m trying to checkout the latest code right now, so I&#39;ll see how things work there.
<br></div><br></div>