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 jbeck
Recipients jbeck
Date 2014-05-01.20:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398976678.74.0.10327376478.issue21412@psf.upfronthosting.co.za>
In-reply-to
Content
I am porting Python 3.4.0 to Solaris 12.  The Makefile I inherited from my predecessor had --without-pymalloc as an option to be passed to configure.  Curious why, I removed this line, only to find that after python was built, it core dumped:

LD_LIBRARY_PATH=/builds/jbeck/ul-python-3/components/python/python34/build/sparcv9 ./python -E -S -m sysconfig --generate-posix-vars
Fatal Python error: PyThreadState_Get: no current thread
make[3]: *** [pybuilddir.txt] Abort (core dumped)

But if I add the --without-pymalloc line back to my Makefile, everything works fine.
 
Note that although this example was on sparc, the exact same thing occurred on x86.

I searched for a similar bug but did not find out; please feel free to close this as a duplicate if there is one that I missed.  I also suspect I have not provided enough information, out of a desire not to trigger information overload.  But I would be happy to provide whatever specifics might be requested.
History
Date User Action Args
2014-05-01 20:37:58jbecksetrecipients: + jbeck
2014-05-01 20:37:58jbecksetmessageid: <1398976678.74.0.10327376478.issue21412@psf.upfronthosting.co.za>
2014-05-01 20:37:58jbecklinkissue21412 messages
2014-05-01 20:37:57jbeckcreate