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