Hey, Thanks for reporting. At the first glance, these are my (probably wrong) thoughts:
As expected, it works well here (amd64, python2.6, rdflib 2.4.2-1+b1). Your debug steps are clear, but I'm not really sure if python-rdflib is the one to blame here. "Bus error" looks more like an internal Python interpreter malfunction than a problem in the library itself, maybe caused by porting issues. OTOH, given it fails calling query() (SPARQL query parsing is involved), the problem may be in the C extension (SPARQLParserc.so). As a starting point, I should investigate if SIGBUS is raised either by a problem in the extension or is Python-related. If you don't mind, I've a couple of questions for you. Perhaps this is a dumb question but, is Qemu MIPS emulation reliable enough to use it for debugging purposes? Have you tried it in real hardware? Does it fail anyway? Do you know about any other python library with C extensions experiencing the same behavior in your Qemu image? Or maybe crashing with other Python/OS/whatever internal errors? Thanks. Nacho -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org