11 Jan 09:38
mod_ruby 1.3.0 and apache 2.2.14 on Mac OS X 10.6.2 - continual/repeated segfaults and hang on user page load
Asher <asher <at> ridiculouspower.com>
2010-01-11 08:38:33 GMT
2010-01-11 08:38:33 GMT
I just installed apache 2.2.14 and mod_ruby 1.3.0 on Mac OS X 10.6.2, each with --with-apr-includes=/usr/include/apr-1 and mod_ruby also with --with-apxs. Each compiled without any hint of problem (although without apr-includes specified they bombed horribly due to header paths). I edited httpd.conf with the contents of the example file. Restarting apache with apachectl (stop, start) produces no error. /var/log/apache2/error_log gives this upon startup: [Mon Jan 11 03:20:38 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] mod_bonjour: Skipping user 'ahaig' - cannot read index file '/Users/ahaig/Sites/index.html'. [Mon Jan 11 03:20:39 2010] [notice] Digest: generating secret for digest authentication ... [Mon Jan 11 03:20:39 2010] [notice] Digest: done [Mon Jan 11 03:20:39 2010] [notice] Apache/2.2.14 (Unix) mod_ruby/1.3.0 mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 PHP/5.3.0 configured -- resuming normal operations [Mon Jan 11 03:20:40 2010] [notice] child pid 24960 exit signal Segmentation fault (11) [Mon Jan 11 03:20:42 2010] [notice] child pid 24962 exit signal Segmentation fault (11) [Mon Jan 11 03:20:44 2010] [notice] child pid 24963 exit signal Segmentation fault (11) [Mon Jan 11 03:20:48 2010] [notice] child pid 24964 exit signal Segmentation fault (11) [Mon Jan 11 03:20:50 2010] [notice] child pid 24966 exit signal Segmentation fault (11) [Mon Jan 11 03:20:52 2010] [notice] child pid 24968 exit signal Segmentation fault (11) [Mon Jan 11 03:20:54 2010] [notice] child pid 24969 exit signal Segmentation fault (11) [Mon Jan 11 03:20:56 2010] [notice] child pid 24970 exit signal Segmentation fault (11) [Mon Jan 11 03:20:59 2010] [notice] child pid 24972 exit signal Segmentation fault (11) [Mon Jan 11 03:21:01 2010] [notice] child pid 24973 exit signal Segmentation fault (11) [Mon Jan 11 03:21:03 2010] [notice] child pid 24975 exit signal Segmentation fault (11) [Mon Jan 11 03:21:05 2010] [notice] child pid 24977 exit signal Segmentation fault (11) ... The segmentation faults continue until I tell apachectl to stop. When I go to http://localhost/, the default page ("It works!") loads fine. When I go to http://localhost/~ahaig/ or any variation thereof, it hangs (no error, keeps trying to load but goes(Continue reading)
RSS Feed