Bug 539711 - [abrt] crash detected in alienarena-7.32-1.fc12
Summary: [abrt] crash detected in alienarena-7.32-1.fc12
Keywords:
Status: CLOSED DUPLICATE of bug 515109
Alias: None
Product: Fedora
Classification: Fedora
Component: alienarena
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:2cbc1172ffa1385275ab909c662...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-20 21:10 UTC by Łukasz Łucka
Modified: 2009-12-30 01:24 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-30 01:24:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.