<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>I just recompiled python adding -g to my cflags, and I get the exact same back trace. "bt full" gives:
<br><br>(gdb) bt full<br>#0 0xb7d2aa93 in strlen () from /lib/libc.so.6<br>
No symbol table info available.<br>#1 0xb7e6f365 in PyString_FromString () from /usr/lib/libpython2.4.so.1.0<br>No symbol table info available.<br>#2 0xb7bcdb3e in ?? ()<span class="q"><br> from /usr/lib/python2.4/site-packages/dbus/dbus_bindings.so
<br></span>No symbol table info available.<br>#3 0x00000000 in ?? ()<br>No symbol table info available.<br><br>Everything involved is compiled with debugging symbols included, so I don't know what's going on with the "No symbol table available" message. I'm trying to checkout the latest code right now, so I'll see how things work there.
</div></div></blockquote><div><br>And another self-reply... The code from git works fine for this case, so I guess there's probably not much sense debugging the old stuff. Is this the appropriate place to post bugs for the source tree, or would you rather I just keep up-to-date and not complain about in-development code?
<br></div><br></div>