Bug 539711
| Summary: | [abrt] crash detected in alienarena-7.32-1.fc12 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Łukasz Łucka <lukaszlucka> |
| Component: | alienarena | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | 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
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. 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. Ok, I test-built it and it is working. I edited the spec file with LIBOPENAL=libopenal.so.1 *** This bug has been marked as a duplicate of bug 515109 *** |