Bug 539711

Summary: [abrt] crash detected in alienarena-7.32-1.fc12
Product: [Fedora] Fedora Reporter: Łukasz Łucka <lukaszlucka>
Component: alienarenaAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: a.aspden, che666, fanisatt, kochas315, martinrssf, mrlhwliberty, pal666, rda, shugh247, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:2cbc1172ffa1385275ab909c662bfb1db80c9199
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-30 01:24:33 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 Łukasz Łucka 2009-11-20 21:10:58 UTC
abrt detected a crash.

cmdline: /usr/libexec/alienarena
component: alienarena
executable: /usr/libexec/alienarena
kernel: 2.6.31.5-127.fc12.x86_64
package: alienarena-7.32-1.fc12
rating: 4
reason: Process was terminated by signal 11

Comment 1 Martin F 2009-11-26 03:15:18 UTC
Similar problem in Fedora 11. Here is a bug I found in openal-soft.

Installing debuginfo for alienarena and openal-soft shows the segfault occurs in unix/qal_unix.c:73, where Com_Print() is called with one missing string argument (the format %s is there but no string is passed.)

Upon checking why dynlib==NULL, it turns out libopenal_name is hard-coded to a previous version in line 34 of the same file, where libopenal_name is 1.8.466 instead of 1.10.622.

Comment 2 Martin F 2009-11-26 03:33:26 UTC
I took a look at src.rpm and it seems like the code above is in alienarena, and the version is auto-generated at the time of build and the build fails when two versions of libopenal.so.* exist. So it's a bug in alienarena plus it needs rebuilt.

Comment 3 Martin F 2009-11-26 04:16:54 UTC
Ok, I test-built it and it is working. I edited the spec file with
LIBOPENAL=libopenal.so.1

Comment 4 Tom "spot" Callaway 2009-12-30 01:24:33 UTC

*** This bug has been marked as a duplicate of bug 515109 ***