You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/09/18 21:23:23 UTC

DO NOT REPLY [Bug 47874] New: mod_fcgid crashes if added during restart

https://issues.apache.org/bugzilla/show_bug.cgi?id=47874

           Summary: mod_fcgid crashes if added during restart
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_fcgid
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: trawick@apache.org


start httpd without mod_fcgid
add LoadModule directive
endless crashes in child init hook for every process

pstack ~/inst/22/core 
core '/export/home/trawick/inst/22/core' of 11316:   
/export/home/trawick/inst/22/bin/httpd -k start
 fee74e17 apr_proc_mutex_child_init (4, feb19bb0, 81da478, fee75baf) + 1b
 fee75bd9 apr_global_mutex_child_init (feb19838, feb19bb0, 81da478, feb00e73) +
39
 feb00ea1 proctable_child_init (82371f8, 82d2790, 8047508, feaf75bf) + 3d
 feaf75da initialize_child (82d2790, 82371f8, 81e9918, fee74e0b) + 2a
 080aa31c ap_run_child_init (82d2790, 82371f8, 80475e8, 8181788) + 70
 081817c5 child_main (5, 8181130, 8047618, 8181e6a) + 1bd
 08181f4f make_child (82371f8, 5, 80476a8, fee92089) + 1bf
 081822fb perform_idle_server_maintenance (81da478, 8047720, 80476f4, 81da478)
+ 297
 08182a12 ap_mpm_run (81da478, 822e5c8, 82371f8, 8082fc8) + 69a
 08082fed main     (3, 8047904, 8047914, 808133f) + 1079
 0808139d _start   (3, 8047a28, 8047a4f, 8047a52, 0, 8047a58) + 7d

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47874] mod_fcgid crashes if added during restart

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47874

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> ---
This is true of how many httpd modules?  I imagine it's rather a lot.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47874] mod_fcgid crashes if added during restart

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47874

--- Comment #2 from Chris Wilson (Aptivate) <ch...@aptivate.org> ---
I had the same problem with mod_wsgi:
https://code.google.com/p/modwsgi/issues/detail?id=300

The question is, is it supposed to be supported by Apache or not?

If so, it would be great to see it fixed in the module.

If not, it would be great for Apache to ignore changes to the loaded module
list on reload. Otherwise every distro has to remember that every package that
contains Apache modules must trigger a full restart (with downtime) whenever
it's installed or uninstalled.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org