Bug 950263
| Summary: | [abrt] python-urlgrabber-3.9.1-24.fc18: update_refs: Process /usr/bin/python2.7 was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Honza Brázdil <jbrazdil> | ||||||||||||||||||||||
| Component: | python-urlgrabber | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 18 | CC: | james.antill, packaging-team-maint, zpavlas | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:7d8220fad4fc9fd76b9c7b7cb579da630b4e7cf6 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-04-11 09:04:41 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
Honza Brázdil
2013-04-09 23:52:43 UTC
Created attachment 733396 [details]
File: backtrace
Created attachment 733397 [details]
File: cgroup
Created attachment 733398 [details]
File: core_backtrace
Created attachment 733399 [details]
File: dso_list
Created attachment 733400 [details]
File: environ
Created attachment 733401 [details]
File: limits
Created attachment 733402 [details]
File: maps
Created attachment 733403 [details]
File: open_fds
Created attachment 733404 [details]
File: proc_pid_status
Created attachment 733405 [details]
File: var_log_messages
Python crashed in the garbage collector when importing the urllib.py module. That's 1) safe 2) done early after exec(urlgrabber-ext-down). Any means to reproduce this? Is your hardware otherwise stable? urlgrabber-ext-down: import time, os, errno, sys from urlgrabber.grabber import ... urlgrabber/__init__.py: ... just set up few constants urlgrabber/grabber.py: import os import sys import urlparse import time import string import urllib <= crash It might be something with my machine as a while before my browser was crashing so I restarted my computer. Then I was trying to install some package via yum when this occurred. Ok I will close this for now, as it's probably not reproducible. The usual suspects in such crashes are extension modules, but since the downloader runs in a different process than Yum we can't blame RPM bindings. And even pycurl has not been imported yet, so we're left with a bug in Python core or faulty hardware. |