Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295119 Details for
Bug 393541
www-servers/apache-2.2.21-r1 has not applied upstream mpm-prefork fix to mpm-itk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
upstream PR 41743
22_all-pr41743-itk.patch (text/plain), 1.05 KB, created by
Denis Kaganovich
on 2011-12-07 18:57:39 UTC
(
hide
)
Description:
upstream PR 41743
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2011-12-07 18:57:39 UTC
Size:
1.05 KB
patch
obsolete
>https://issues.apache.org/bugzilla/show_bug.cgi?id=41743 > >--- a/server/mpm/experimental/itk/itk.c 2011-12-07 01:45:15.000000000 +0300 >+++ b/server/mpm/experimental/itk/itk.c 2011-12-07 01:50:05.000000000 +0300 >@@ -363,6 +363,7 @@ static void just_die(int sig) > > static void stop_listening(int sig) > { >+ mpm_state = AP_MPMQ_STOPPING; > ap_close_listeners(); > > /* For a graceful stop, we want the child to exit when done */ >@@ -383,6 +384,7 @@ static void sig_term(int sig) > */ > return; > } >+ mpm_state = AP_MPMQ_STOPPING; > shutdown_pending = 1; > is_graceful = (sig == AP_SIG_GRACEFUL_STOP); > } >@@ -396,6 +398,7 @@ static void restart(int sig) > /* Probably not an error - don't bother reporting it */ > return; > } >+ mpm_state = AP_MPMQ_STOPPING; > restart_pending = 1; > is_graceful = (sig == AP_SIG_GRACEFUL); > } >@@ -492,7 +495,7 @@ static int num_listensocks = 0; > int ap_graceful_stop_signalled(void) > { > /* not ever called anymore... */ >- return 0; >+ return mpm_state == AP_MPMQ_STOPPING; > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 393541
: 295119