https://bz.apache.org/bugzilla/show_bug.cgi?id=67912
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from [email protected] --- This is not a distribution issue. Linux administrators expect that when OS libraries are updated, all daemons continue working without interruption. That means that daemons continue to use the old unupdated OS libraries, until the daemon is restarted. In this case the NSS library was updated, affecting many daemons. All behaved as expected, except Apache which produced critical SEGV faults or various random strange critical symptoms. The problem appears to be that Apache, unlike all other daemons, was using a mix of the old unchanged NSS library, with the new updated NSS library. If Apache is doing this, this is a programming error. We have seen Apache crash with other OS library updates, not just this one. Asking upstream CentOS to put in something to restart Apache because Apache behaves poorly and inconsistently with all other Linux daemons, is not the preferred solution. Much appreciated. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
