a little more info on libpython loading issue
authorKen Raeburn <raeburn@mit.edu>
Tue, 12 Dec 2006 22:56:00 +0000 (22:56 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 12 Dec 2006 22:56:00 +0000 (22:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18941 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/locate/python/py-locate.c

index 948e028183f44fe91741744c939259f13d433cbd..37342ac7ae0ed8f02cbd26585c69aae4edfd4c27 100644 (file)
    logical -- in fact, I'd be concerned if it were otherwise.  But not
    obvious if you're not thinking about it.
 
+   Actually, sometimes even with delayed initialization it could be a
+   problem.
+
+   You may be able to work around it with something like:
+   % env LD_PRELOAD=/usr/lib/libpython2.3.so.1.0 kinit ...blah...
+
    This module seems rather sensitive to bugs in the Python code.  If
    it's not correct, you may get core dumps, Python GC errors, etc.
    Probably more signs of bugs in this code.