Hi everyone.

Any idea on this error?
I have run Apache with SSL due to this issue.


Thanks,
Mon



________________________________
From: monloi perez <mlp_fol...@yahoo.com>
To: openssl-users@openssl.org
Sent: Wed, July 6, 2011 8:11:22 PM
Subject: Segmentation Fault when restarting apache with ssl


Hi,


I'm new to the list and having this issue.

I installed apache + openssl. When i started apache I get an error 
"Segmentation 
Fault" below are the technical details.


Server version: Apache/2.2.19 (Unix)
Architecture:   64-bit
OpenSSL 1.0.0d

Loaded Modules:
 core_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 php5_module (shared)
 ssl_module  (shared)
 info_module (shared)
 deflate_module (shared)
 rewrite_module (shared)
 authz_host_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 userdir_module (shared)
 dir_module (shared)
 autoindex_module (shared)
 alias_module (shared)
 mime_module (shared)
 setenvif_module (shared)
 log_config_module (shared)


I did a strace and this is what I get ....

32436 open("/usr/local/apache2/conf/ssl.key/server.key", O_RDONLY) = 11
32436 fstat(11, {st_mode=S_IFREG|0644, st_size=887, ...}) = 0
32436 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 
0x2b4a1d61c000
32436 read(11, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 887
32436 close(11)                         = 0
32436 munmap(0x2b4a1d61c000, 4096)      =  0
32436 semget(IPC_PRIVATE, 1, IPC_CREAT|0600) = 2261007
32436 semctl(2261007, 0, SETVAL, 0x1)   = 0
32436 geteuid()                         = 0
32436 semctl(2261007, 0, IPC_SET, 0x7fff25924ba0) = 0
32436 open("/usr/local/apache2/conf/mime.types", O_RDONLY) = 11
32436 fcntl(11, F_GETFD)                = 0
32436 fcntl(11, F_SETFD, FD_CLOEXEC)    = 0
32436 fstat(11, {st_mode=S_IFREG|0644, st_size=49815, ...}) = 0
32436 read(11, "# This file maps Internet media "..., 4096) = 4096
32436 read(11, "# application/mpeg4-generic\n# ap"..., 4096) = 4096
32436 read(11, "on/vnd.aether.imp\n# application/"..., 4096) = 4096
32436 read(11, "ry+xml\n# application/vnd.etsi.ip"..., 4096) = 4096
32436 read(11, "annet-registration\n# application"..., 4096) = 4096
32436 read(11, ".creator.cif\n# application/vnd.m"..., 4096) = 4096
32436 read(11, "roperties+xml\n# application/vnd."..., 4096) = 4096
32436 read(11, "et+xml\n# application/vnd.openxml"..., 4096) = 4096
32436 read(11, "led.xls\n# application/vnd.sealed"..., 4096) = 4096
32436 brk(0x403a000)                    = 0x403a000
32436 read(11, "penscoreformat\t\t\tosf\napplication"..., 4096) = 4096
32436 read(11, "/32kadpcm\n# audio/3gpp\n# audio/3"..., 4096) = 4096
32436 read(11, "able-pixmap\t\t\t\tppm\nimage/x-rgb\t\t"..., 4096) = 4096
32436 read(11, "orola.video\n# video/vnd.motorola"..., 4096) = 663
32436 read(11, "", 4096)                = 0
32436 close(11)                         = 0
32436 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
32434  <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, 
NULL) = 32436
32434 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
32434 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 
0x2b45af9b6000
32434 open("/usr/share/locale/locale.alias", O_RDONLY) = 3
32434 fstat(3, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0

I setup openssl and configured apache using this tutorial.
http://www.devside.net/guides/linux/apache-ssl-deflate

Is there anything else I'm missing?

Thanks,
Mon

Reply via email to