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: krenameAssignee: Radek Novacek <rnovacek>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: 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 Flags
File: backtrace none

Description Rex Dieter 2011-03-14 18:47:43 UTC
abrt version: 1.1.17
architecture: x86_64
Attached file: backtrace, 9351 bytes
cmdline: krename
component: krename
Attached file: coredump, 2928640 bytes
crash_function: ref
executable: /usr/bin/krename
kernel: 2.6.38-0.rc8.git0.1.fc15.x86_64
package: krename-4.0.6-2.fc15
rating: 4
reason: Process /usr/bin/krename was killed by signal 11 (SIGSEGV)
release: Fedora release 15 (Lovelock)
How to reproduce: krename crash on startup
time: 1300128451
uid: 500

Comment 1 Rex Dieter 2011-03-14 18:47:45 UTC
Created attachment 484284 [details]
File: backtrace

Comment 2 Rex Dieter 2011-03-14 18:48:34 UTC
*** Bug 684504 has been marked as a duplicate of this bug. ***

Comment 3 Kevin Kofler 2011-03-14 22:24:45 UTC
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 = ";;";

Comment 4 Fedora Update System 2011-03-16 16:02:12 UTC
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

Comment 5 John Rosich 2011-03-16 16:25:53 UTC
krename-4.0.7-2 fixed the problem. Thanks to all.
John

Comment 6 Fedora Update System 2011-03-22 03:44:04 UTC
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.