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 vstinner
Recipients Tasy, vstinner, xtreak
Date 2019-01-17.12:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547727170.65.0.88495210717.issue35713@roundup.psfhosted.org>
In-reply-to
Content
What is your OS (name and version)?

What is your compiler (name and version)?

> Fatal Python error: _PySys_BeginInit: can't initialize sys module

I have no idea why you get this error. You should try to run this function in a debugger like gdb and run the code step by step to see what happens.

"""

0:06:18 load avg: 0.55 [171/416] test_hashlib
*** Error in `./python': corrupted size vs. prev_size: 0x000000000276b7a0 ***
Fatal Python error: Aborted

Current thread 0x00002ba4468c7bc0 (most recent call first):
  File "/usr/local/data/mySoftware/Python-3.7.2/Lib/test/test_hashlib.py", line 904 in _test_pbkdf2_hmac
"""

That's maybe unrelated, but _test_pbkdf2_hmac() is not supposed to crash.
History
Date User Action Args
2019-01-17 12:12:51vstinnersetrecipients: + vstinner, xtreak, Tasy
2019-01-17 12:12:50vstinnersetmessageid: <1547727170.65.0.88495210717.issue35713@roundup.psfhosted.org>
2019-01-17 12:12:50vstinnerlinkissue35713 messages
2019-01-17 12:12:50vstinnercreate