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.

classification
Title: Importing humanhash and uuid causes a segmentation fault crash
Type: Stage: resolved
Components: macOS Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
View: 18458
Assigned To: ronaldoussoren Nosy List: compaqdrew, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2013-12-03 05:13 by compaqdrew, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python_2013-12-02-231131_shadowfax.crash compaqdrew, 2013-12-03 05:12 Crash report
Messages (2)
msg205075 - (view) Author: Drew (compaqdrew) Date: 2013-12-03 05:12
$ pip-3.3 install humanhash
$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import uuid
>>> import humanhash
Segmentation fault: 11
msg205076 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-12-03 05:19
If you are running on OS X 10.9 Mavericks, install Python 3.3.3.
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 64067
2013-12-03 05:19:32ned.deilysetstatus: open -> closed

superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

nosy: + ned.deily
messages: + msg205076
resolution: duplicate
stage: resolved
2013-12-03 05:13:05compaqdrewcreate