This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2001-10-19.03:42:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The python interpreter crashes when import _socket
fails (.so).
This only happens when running purify (on solaris 2.8).
The problem is that dlerror() returns NULL, which is
then
passed to strlen().

Attached is a file with the stack trace which caused
the problem,
and a patch to fix the problem.

Neal
History
Date User Action Args
2007-08-23 13:56:52adminlinkissue472642 messages
2007-08-23 13:56:52admincreate