[issue11] --gui crashes on fc4

Gustavo Niemeyer at Labix Tracker tracker at labix.org
Wed Sep 28 13:08:00 PDT 2005


Gustavo Niemeyer <gustavo at niemeyer.net> added the comment:

After a lot of joint debugging, we found out the issue:

LD_PRELOAD=/usr/X11R6/lib/libexpat.so.0 python -c "import pyexpat"
python: Objects/stringobject.c:105: PyString_FromString: Assertion `str !=
((void *)0)' failed.
Aborted (core dumped)

It's an old libexpat version which doesn't provide some of the constants needed
by the pyexpat Python module initializer, making XML_ErrorString() return a NULL
 when it shouldn't.

Including /usr/lib at the top of /etc/ld.so.conf to change the resolution order
fixed it.

Thanks for your help with that issue!

----------
status: need-info -> resolved

_______________________________________
Labix issue tracker <tracker at labix.org>
<http://tracker.labix.org/issue11>
_______________________________________



More information about the Smart mailing list