Bug 684908
Summary: | [abrt] krename-4.0.6-2.fc15: ref: Process /usr/bin/krename was killed by signal 11 (SIGSEGV) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> | ||||
Component: | krename | Assignee: | Radek Novacek <rnovacek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | jrosich, kevin, ovasik, rnovacek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | abrt_hash:71627c9dfc3168913f92411d2e4fcfb163bed72b | ||||||
Fixed In Version: | krename-4.0.7-2.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-03-22 03:44:08 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
Rex Dieter
2011-03-14 18:47:43 UTC
Created attachment 484284 [details]
File: backtrace
*** Bug 684504 has been marked as a duplicate of this bug. *** As discussed on IRC, this is an issue with the order of static initializations in C++ not being defined, and the initializations now running in the wrong order. The easiest fix is to change krename-4.0.6/src/plugin.cpp:22 from: const QString Plugin::S_TOKEN_SEPARATOR = TokenHelpDialog::S_TOKEN_SEPARATOR; to: const QString Plugin::S_TOKEN_SEPARATOR = ";;"; krename-4.0.7-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/krename-4.0.7-2.fc15 krename-4.0.7-2 fixed the problem. Thanks to all. John krename-4.0.7-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |