https://bugzilla.redhat.com/show_bug.cgi?id=820488 --- Comment #32 from Stephen Gallagher <sgallagh@xxxxxxxxxx> --- Can you install the debuginfo package, then attach to the process with gdb and get a 'bt full' for me? That would be the best solution. None of those warnings look too problematic to me, but I could always be wrong. But the backtrace will tell me for sure. Steps: yum install mod_auth_xradius-debuginfo Start up apache, find out the PID of the process you want to attach to. (You may need to modify apache to launch only one child process, so you can know to attach to that one) gdb -p <PID> 'cont' When it crashes, you'll get the prompt back, type 'bt full' without the quotes and paste the results in this bug, please. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review