Bug 113180

Summary: kino segfaults after prelink
Product: [Fedora] Fedora Reporter: Christian Iseli <Christian.Iseli>
Component: prelinkAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-16 22:40:32 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:

Description Christian Iseli 2004-01-09 12:55:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
Yesterday, I built the kino 0.7 package from the Fedora.us QA section:
http://bugzilla.fedora.us/show_bug.cgi?id=1153

It was working fine, but today, after the nightly prelink cron, this
is what I get:
(process:2997): Gnome-CRITICAL **: file gnome-program.c: line 869
(gnome_program_locate_file): assertion `program != NULL' failed

(process:2997): Gnome-CRITICAL **: file gnome-program.c: line 869
(gnome_program_locate_file): assertion `program != NULL' failed
Segmentation fault

After doing "prelink -u /usr/bin/kino", the program runs fine again
(The warning/error messages are/were always there).

Later, I tried:
$ prelink /usr/bin/kino
and
$ prelink -mR /usr/bin/kino

And it still worked... :-|  Unfortunately, I didn't think to make a
copy of the crashing executable... :-(

Version-Release number of selected component (if applicable):
prelink-0.3.0-13

How reproducible:
Couldn't Reproduce

Steps to Reproduce:
1.Compile kino-0.7 from the Fedora.us QA section (URL with bug ID
above), using "rpmbuild --rebuild ...".  Here are my rpm settings:
chris: cat /home/chris/.rpmrc
buildarchtranslate: athlon: athlon
chris: cat /home/chris/.rpmmacros
%debug_package  %{nil}
%_enable_debug_packages 0
It should boil down to "rpmbuild --rebuild --target athlon ..."
2.Let the cron prelink run
3.try it and see if it crashes...
    

Actual Results:  kino crashed with a SEGV

Expected Results:  kino should have run normaly

Additional info: