Bug 1213163
| Summary: | [abrt] python3: PyType_IsSubtype(): python3.4 killed by SIGSEGV | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Rogers <pr0tz3r5> | ||||||||||||||||||||||
| Component: | python3 | Assignee: | Matej Stuchlik <mstuchli> | ||||||||||||||||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 21 | CC: | bkabrda, egafford, jberan, jruzicka, matt, mimccune, mstuchli, pviktori, rkuska, tomspur, willb | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7b8e63042b77eed404974b6960ee68b9b67a08c2 | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:250984ed904692f63f43d895e8d03b0f094a8277 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-05-13 11:48:38 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
Paul Rogers
2015-04-19 16:18:39 UTC
Created attachment 1016106 [details]
File: backtrace
Created attachment 1016107 [details]
File: cgroup
Created attachment 1016108 [details]
File: core_backtrace
Created attachment 1016109 [details]
File: dso_list
Created attachment 1016110 [details]
File: environ
Created attachment 1016111 [details]
File: exploitable
Created attachment 1016112 [details]
File: limits
Created attachment 1016113 [details]
File: maps
Created attachment 1016114 [details]
File: open_fds
Created attachment 1016115 [details]
File: proc_pid_status
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Python crashes while trying to import the extension module _scrypt from:
/usr/lib64/python3.4/site-packages/_scrypt.cpython-34m.so
This file presumably it comes from the py-scrypt project on Bitbucket [1]. I've filed a bug there [2], but, since this software is not in Fedora, I can't do much more. You can either uninstall scrypt, or update it when a fix is released.
Somewhat related, I recommend installing non-system Python packages using "pip install --user" as a normal user, instead of running "pip" under root. It's quite easy to damage your system with "sudo pip".
[1] https://bitbucket.org/mhallin/py-scrypt/src/55ba75e449556fa4f4c1ee7d255cb4c746f17b77/src/scrypt.c?at=default
[2] https://bitbucket.org/mhallin/py-scrypt/issue/17/importing-_scrypt-crashes-python3
Sorry for the accidental re-assignment. |