v998 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

mod_spdy fails with a segmentation fault #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version/revision number of mod_spdy are you using?
- latest

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)

- Server version: Apache/2.2.22 (Ubuntu)
- Server built:   Apr 17 2014 21:49:26

- Operating System / Kernel: Ubuntu 12.04 LTS / 2.6.32-042stab088.4 #1 SMP Thu 
Apr 3 17:41:05 MSK 2014 x86_64 GNU/Linux

- MPM: MPM_EVENT

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)

 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_event_module (static)
 http_module (static)
 so_module (static)
 security2_module (shared)
 actions_module (shared)
 alias_module (shared)
 asis_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 authn_alias_module (shared)
 authn_anon_module (shared)
 authn_dbd_module (shared)
 authn_dbm_module (shared)
 authn_default_module (shared)
 authn_file_module (shared)
 authnz_ldap_module (shared)
 authz_dbm_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_owner_module (shared)
 authz_svn_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cache_module (shared)
 cgi_module (shared)
 cgid_module (shared)
 charset_lite_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 dav_lock_module (shared)
 dav_svn_module (shared)
 dbd_module (shared)
 defensible_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 expires_module (shared)
 fcgid_module (shared)
 filter_module (shared)
 geoip_module (shared)
 headers_module (shared)
 info_module (shared)
 ldap_module (shared)
 log_forensic_module (shared)
 mime_module (shared)
 mime_magic_module (shared)
 evasive20_module (shared)
 negotiation_module (shared)
 version_module (shared)
 pagespeed_module (shared)
 perl_module (shared)
 proxy_module (shared)
 proxy_http_module (shared)
 qos_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 rpaf_module (shared)
 setenvif_module (shared)
 speling_module (shared)
 ssl_module (shared)
 status_module (shared)
 suexec_module (shared)
 unique_id_module (shared)

What browser version did you use to access the mod_spdy server?  On what
operating system? What flags was the browser invoked with?  (For
Chrome/Chromium, go to about:version to check.)

tried on both Chrome and Firefox using Windows 7

What steps will reproduce the problem?
1. download 64 bit package for debian/ubuntu. 
2. install mod_spdy
3.  browse to website

What is the expected result? What do you see instead?

the expected result is that the website should load, with mod_spdy enabled.

what we see instead is a segmentation fault.

Please provide any additional information below.

raising apache's error logging level to Debug does not provide any additional 
information.

does mod_spdy depend on any files at its runtime in particular? we have apache 
chroot'ed at runtime. however, the rest of the server remains operational; 
pages over HTTPS cease to function with mod_spdy enabled.

Original issue reported on code.google.com by sted...@gmail.com on 23 May 2014 at 10:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,

You're using MPM Event, you should be using MPM Worker.

Apparently, MPM Event is creating segmentation faults.

Original comment by skymi...@gmail.com on 5 Jan 2015 at 11:04