New submission from ashwani: Hello,
I did a local installation of python 3.3.0 on my organization's CentOS machine. We also have Python 2.6.6 installed for every users on this machine. Python 3.3.0 crashes when I import the hash lib. Following is snapshot of the crash. ir[63] [~/]$ python3 -X faulthandler Python 3.3.0 (default, Dec 9 2012, 20:13:58) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import hashlib Fatal Python error: Segmentation fault Current thread 0x00007f0362784700: File "/usa/arao/Python-3.3.0/lib/python3.3/hashlib.py", line 99 in __get_openssl_constructor File "/usa/arao/Python-3.3.0/lib/python3.3/hashlib.py", line 141 in <module> File "<frozen importlib._bootstrap>", line 313 in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 869 in _load_module File "<frozen importlib._bootstrap>", line 562 in module_for_loader_wrapper File "<frozen importlib._bootstrap>", line 1004 in load_module File "<frozen importlib._bootstrap>", line 1023 in load_module File "<frozen importlib._bootstrap>", line 586 in _check_name_wrapper File "<frozen importlib._bootstrap>", line 1525 in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 1558 in _find_and_load File "<stdin>", line 1 in <module> Segmentation fault Can someone help me on this? Thanks, Ashwin ---------- components: Library (Lib) messages: 177317 nosy: nixdash priority: normal severity: normal status: open title: Segmentation fault when importing hashlib type: crash versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16660> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com