
bugzilla at apache
Nov 6, 2009, 2:37 AM
Post #20 of 22
(1570 views)
Permalink
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48030 --- Comment #19 from Markus Schiegl <apache [at] schiegl> 2009-11-06 02:37:47 UTC --- I have/had the same issues. HTTPD 2.2.14 immediately cored on startup (2.2.13 didn't) ... [Fri Nov 06 07:05:06 2009] [notice] child pid 27488 exit signal Segmentation fault (11), possible coredump in /c/apache/versions/2.2.14/mpm-worker ... pstack output: ff0cc1d4 __pollsys (ffbf9688, 0, ffbf96f0, 0, 0, 0) + 8 ff067b68 pselect (ffbf9688, ff134630, ff134630, 0, ffbf96f0, 0) + 1c8 ff067ee0 select (0, 0, 0, 0, ffbf9758, 7a120) + a0 ff2fbf74 apr_sleep (7a120, 0, 0, 0, 0, 20000) + 78 0005e794 ???????? (10cb10, 14bfc8, 0, 77f30, 0, 8d000) 0005ebec ???????? (1d4c1, 10bec8, 8fc00, 8d000, 8d280, 2) 0005f170 ???????? (9cad0, 0, 0, ffffffff, 1, 8d000) 0005f20c ???????? (2, 14bf70, 90000, 8d000, 0, 0) 0005ffc0 ap_mpm_run (2, 4, 0, 8d258, 0, 8fdcc) + 1e8 0002925c main (0, 8bc00, 8d000, 98c60, 707a0, 0) + a1c 00028728 _start (0, 0, 0, 0, 0, 0) + 108 but only if worker is been used (event and prefork work so far). Applied the patch and this fixed it. This is a "Solaris 10 5/09 s10s_u7wos_08 SPARC Generic_139555-08 sun4u". Thank you very much! -- 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 [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|