Bug 583783
Summary: | [abrt] crash in bzr-2.0.5-1.fc12: Process /usr/bin/python was killed by signal 11 (SIGSEGV) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | greg | ||||
Component: | qbzr | Assignee: | Toshio Ernie Kuratomi <a.badger> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | a.badger, dahjelle.redhat.com, henrik, jzeleny, shahms | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:9018135e340bfbac684360fddc1bae66f57dcda5 | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-05-10 05:09:40 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
greg
2010-04-19 17:49:45 UTC
Created attachment 407648 [details]
File: backtrace
Is this reproducible? Do I need to set anythings in the UI? Is the bzr branch this is being done in available publically? I jsut tried bzr qmerge --ui-mode on my F12 box in one of my own trees and did not get a seg fault but I didn't have anything to merge at the time. How to reproduce ----- 1. Attempt to run bzr qdiff on a file that does not exist. 2. 3. Comment ----- Attempt to run bzr qdiff on a file that does not exist. I made a typo... Still not able to reproduce: $ bzr qdiff asdlkahdkjadiue bzr: ERROR: Path(s) are not versioned: asdlkahdkjadiue $ rpm -q bzr qbzr bzr-2.0.5-1.fc12.x86_64 qbzr-0.18.5-1.fc12.noarch Also, since these seem to be involved in the crash: PyQt4-4.7.3-1.fc12.x86_64 qt-4.6.2-14.fc12.x86_64 Are your versions of these packages the same? setting needinfo -- someone who can reproduce this crash, I need to know the output of: rpm -q bzr qbzr PyQt4 qt * A reliable reproducer * If you have multiple machines, whether you can reproduce on multiple machines. I suspect that PyQt4 may be causing these crashes and upgrading to the latest f12 version will fix it. rpm -q bzr qbzr PyQt4 qt ----> bzr-2.0.5-1.fc12.x86_64 package qbzr is not installed PyQt4-4.7.2-2.fc12.x86_64 qt-4.6.2-8.fc12.x86_64 I try to stay up to date so I'm not sure it was the version at that time. Also note I always use the excellent bzr explorer thanks for your support (In reply to comment #7) > rpm -q bzr qbzr PyQt4 qt > ----> > bzr-2.0.5-1.fc12.x86_64 > package qbzr is not installed Note: I've packaged qbzr so it would be helpful to install that in place of your local copy so we're all using the same versions of things:: su -c yum install qbzr > PyQt4-4.7.2-2.fc12.x86_64 > qt-4.6.2-8.fc12.x86_64 > > > I try to stay up to date so I'm not sure it was the version at that time. Also > note I always use the excellent bzr explorer > This looks like a PyQt/Sip bug as reported here: https://bugzilla.redhat.com/show_bug.cgi?id=583951 If you can update these packages and it stops crashing I'll feel confident in closing this as a duplicate: su -c 'yum --enablerepo=updates-testing update sip PyQt4' (That should get you: sip-4.10.2-1.fc12, PyQt4-4.7.3-1.fc12) Okay, closing as fixed by the sip/PyQt4 update. Feel free to reopen this bug or create a new one if this continues. *** This bug has been marked as a duplicate of bug 583951 *** |