Bug 36557 - mod_ssl causes child process to crash on Win32
Summary: mod_ssl causes child process to crash on Win32
Status: RESOLVED DUPLICATE of bug 36751
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.0.54
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 15:08 UTC by Issac Goldstand
Modified: 2005-09-28 01:34 UTC (History)
1 user (show)



Attachments
complete error_log of crash (586.82 KB, text/plain)
2005-09-08 15:11 UTC, Issac Goldstand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Issac Goldstand 2005-09-08 15:08:42 UTC
I have a  machine running  Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g
mod_perl/2.0.1 Perl/v5.8.7  From time to time in the error log, I get a notice 

[info] (OS 10054)An existing connection was forcibly closed by the remote host.
 : core_output_filter: writing data to the network

This happens almost always when a very heavy CGI script's generating a big page,
and I click on a linkin the browser  before it's done.  Usually, it's fine.  But
when running with mod_ssl, that get's followed by

[info] (620019)APR does not understand this error code: SSL output filter write
failed.
[notice] Parent: child process exited with status 9 -- Restarting.

This is followed by a longish wait while the heavy Apache child process we
happen to have is respawned .

I'd love to supply (or even analyze myself) a crash dump if I could figure out
how to generate one.  I do plan on toying with a debug build of Apache at home
and seeing if I can catch this, but have little hopes of actually catching it
fast enough - I can try,I suppose...

I also have the complete error_log at LogLvel debug - I've attached a portion
from 5 seconds before the crashing child until just as the child process starts
getting respawned immediately following.  As I'm not sure how helpful it will be
I won't provide more until asked to.

--BEGIN error_log--
[Tue Sep 06 13:03:24 2005] [info] Connection: Client IP: 127.0.0.1, Protocol:
SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#9106fa8 [mem: 91396a0] (BIO dump follows)
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1483): | 0000: 17 03 00 01 b5
                                  .....            |
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 437/437
bytes from BIO#9106fa8 [mem: 91396a5] (BIO dump follows)
[Tue Sep 06 13:03:24 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0000: f9 81 84 d6 d7
f9 c9 60-a5 c8 54 df d2 ba 34 e8  .......`..T...4. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0010: 80 2d 06 02 e8
dd fb 5b-2c 3e 2b 82 4d dc 0f 9c  .-.....[,>+.M... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0020: 50 08 fb f9 1d
04 37 c5-ee d0 56 9e 1d 4c cf 78  P.....7...V..L.x |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0030: b2 b2 8a 90 7c
1a ff 74-04 8b 08 cd ee aa b8 67  ....|..t.......g |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0040: 4e 67 94 98 ee
a8 3f b7-48 93 97 5d 50 d9 69 ea  Ng....?.H..]P.i. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0050: d0 89 be c8 91
d9 71 33-56 b8 b6 15 46 06 15 66  ......q3V...F..f |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0060: ed 6f 61 09 29
31 ac 21-1a 2d c6 d9 40 73 d1 4c  .oa.)1.!.-..@s.L |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0070: db 25 d3 34 39
a1 07 1a-c8 be fe 91 17 9f 42 f0  .%.49.........B. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0080: 97 ef c9 4f d2
27 03 26-0e 65 fb dd 3d c0 c7 ec  ...O.'.&.e..=... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0090: 87 0e 9c 40 20
30 5f b5-2d de 63 7c ce 11 5b d3  ...@ 0_.-.c|..[. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00a0: 94 a5 a4 61 f8
00 27 28-d8 e1 8d 19 27 4e cd 97  ...a..'(....'N.. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00b0: 95 88 47 a2 80
b4 7b 9d-ec 78 85 ac 50 df 4c a9  ..G...{..x..P.L. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00c0: 93 e1 4a 52 6d
02 ba 2c-b6 7a 4d 41 fe b4 a3 fc  ..JRm..,.zMA.... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00d0: 45 88 ff 71 ef
a3 6c 4a-4a e0 14 42 eb ca 39 24  E..q..lJJ..B..9$ |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00e0: 39 85 f8 9b dc
e9 8d fa-f5 79 12 5f eb 7e 18 7f  9........y._.~.. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 00f0: c0 cf 15 a5 d2
51 6e 8a-59 ba 00 e8 d9 41 06 e3  .....Qn.Y....A.. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0100: 12 57 ab cf a8
d5 26 79-3b a2 de 02 23 fe 37 b8  .W....&y;...#.7. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0110: ba 58 04 a1 89
d9 64 bf-7a ba 6f a6 d8 ad b2 53  .X....d.z.o....S |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0120: 32 5c 1b 25 f5
98 20 6f-95 f6 0a 14 a2 92 4d 91  2\\.%.. o......M. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0130: 8b 7d 02 dd 0e
68 0a 1e-ba ee 86 16 14 d1 1a 81  .}...h.......... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0140: f3 df 9c 36 66
e2 9c dd-0f d7 a6 1d e2 99 15 c8  ...6f........... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0150: c8 ac a6 a6 c2
c1 81 32-8c 16 55 44 18 07 8c 24  .......2..UD...$ |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0160: fa 7e 04 ff be
4c 8d f2-a3 db a2 c1 58 46 ca 7d  .~...L......XF.} |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0170: 7d 40 6f 0b a5
3b a8 79-4b f4 98 65 46 64 da f1  }@o..;.yK..eFd.. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0180: 34 dc f0 15 f8
01 8f 09-47 f8 b6 f8 d4 ca cb 09  4.......G....... |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 0190: 88 c5 df 76 70
3a 35 88-68 04 90 ba 1c 70 1b fc  ...vp:5.h....p.. |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 01a0: a9 2f ee b4 6b
df 63 76-02 0d 1b 76 cf 73 90 62  ./..k.cv...v.s.b |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1483): | 01b0: 88 35 50 4e 48
                                  .5PNH            |
[Tue Sep 06 13:03:25 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:26 2005] [info] Connection to child 228 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Connection to child 232 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Connection to child 227 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Connection to child 229 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Connection to child 226 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1522): OpenSSL: I/O error, 11
bytes expected to read on BIO#9078858 [mem: 9129ae0]
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit:
error in SSLv2/v3 read client hello A
[Tue Sep 06 13:03:26 2005] [info] (70014)End of file found: SSL handshake
interrupted by system [Hint: Stop button pressed in browser?!]
[Tue Sep 06 13:03:26 2005] [info] Connection to child 228 closed with abortive
shutdown(server localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#9078858 [mem: 9123af0] (BIO dump follows)
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1483): | 0000: 80 4c 01 03 00
00 33 00-00 00 10                 .L....3....      |
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 67/67
bytes from BIO#9078858 [mem: 9123afb] (BIO dump follows)
[Tue Sep 06 13:03:26 2005] [info] Connection to child 228 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:26 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:26 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:26 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:26 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1794): OpenSSL: Write:
SSL negotiation finished successfully
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#9079eb8 [mem: 91145c0] (BIO dump follows)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0000: 80 4c 01 03 00
00 33 00-00 00 10                 .L....3....      |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 67/67
bytes from BIO#9079eb8 [mem: 91145cb] (BIO dump follows)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0000: 00 00 04 00 00
05 00 00-0a 01 00 80 07 00 c0 03  ................ |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0010: 00 80 00 00 09
06 00 40-00 00 64 00 00 62 00 00  .......@..d..b.. |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0020: 03 00 00 06 02
00 80 04-00 80 00 00 13 00 00 12  ................ |
[Tue Sep 06 13:03:27 2005] [info] Connection to child 225 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0030: 00 00 63 4f b2
23 6a 67-1b f9 20 06 1d ab d5 a8  ..cO.#jg.. ..... |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0000: 00 00 04 00 00
05 00 00-0a 01 00 80 07 00 c0 03  ................ |
[Tue Sep 06 13:03:27 2005] [info] Connection to child 230 closed with standard
shutdown(server localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:27 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#e61670 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0000: 16 03 00 00 61
01 00 00-5d 03                    ....a...].       |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1487): | 0011 - <SPACES/NULS>
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 91/91
bytes from BIO#e61670 [mem: 914e5b3] (BIO dump follows)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0000: 43 1d 69 6e c3
e4 89 5b-33 97 48 4a 9a c1 3b 0d  C.in...[3.HJ..;. |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0010: 99 0c f2 72 5a
8a ff 60-a7 d6 39 c7 89 de f0 ba  ...rZ..`..9..... |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0020: 20 16 5b af 71
b4 eb e3-f1 18 5e b2 3a fa 15 50   .[.q.....^.:..P |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0030: 21 4d e8 3f 72
25 63 cb-95 9e be 3b 10 5d ca 7b  !M.?r%c....;.].{ |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0040: 2f 00 16 00 04
00 05 00-0a 00 09 00 64 00 62 00  /...........d.b. |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1483): | 0050: 03 00 06 00 13
00 12 00-63 01                    ........c.       |
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1487): | 0091 - <SPACES/NULS>
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1622): Inter-Process
Session Cache: request=GET status=FOUND
id=165BAF71B4EBE3F1185EB23AFA1550214DE83F722563CB959EBE3B105DCA7B2F (session reuse)
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read client hello A
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write server hello A
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write change cipher spec A
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write finished A
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 flush data
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_io.c(1522): OpenSSL: I/O error, 5
bytes expected to read on BIO#e61670 [mem: 914e5a8]
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit:
error in SSLv3 read finished A
[Tue Sep 06 13:03:27 2005] [debug] ssl_engine_kernel.c(1813): OpenSSL: Exit:
error in SSLv3 read finished A
[Tue Sep 06 13:03:27 2005] [info] (OS 10053)An established connection was
aborted by the software in your host machine.  : SSL handshake interrupted by
system [Hint: Stop button pressed in browser?!]
[Tue Sep 06 13:03:28 2005] [info] Connection to child 232 closed with abortive
shutdown(server localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:28 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#90f42b8 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 80 4c 01 03 00
00 33 00-00 00 10                 .L....3....      |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 67/67
bytes from BIO#90f42b8 [mem: 914e5b3] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 00 00 04 00 00
05 00 00-0a 01 00 80 07 00 c0 03  ................ |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0010: 00 80 00 00 09
06 00 40-00 00 64 00 00 62 00 00  .......@..d..b.. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0020: 03 00 00 06 02
00 80 04-00 80 00 00 13 00 00 12  ................ |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0030: 00 00 63 cd 2e
21 db 80-eb be 83 29 13 ae 11 55  ..c..!.....)...U |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0040: 65 a0 06     
                                   e..              |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read client hello A
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write server hello A
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write certificate A
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write server done A
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 flush data
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#90f42b8 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 16 03 00 00 84
                                  .....            |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 132/132
bytes from BIO#90f42b8 [mem: 914e5ad] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 10 00 00 80 5e
25 3c d0-9e 78 12 89 2c 25 ba 99  ....^%<..x..,%.. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0010: dc 8e 6e fe de
e6 a4 11-f8 f3 7c 9a 93 9e f5 db  ..n.......|..... |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0020: fb 35 05 59 ef
97 18 52-5a 7f db 6f 79 4b ea 81  .5.Y...RZ..oyK.. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0030: 20 17 07 8b 01
35 1a 74-dc 14 a8 e4 d7 57 3f 02   ....5.t.....W?. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0040: d4 01 05 08 06
d3 df 4b-8e 93 f7 24 fc 86 2b cb  .......K...$..+. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0050: 96 a1 0e ab a1
56 7d e0-f8 10 75 ab 4c ec 56 86  .....V}...u.L.V. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0060: ef c6 7e 55 0f
c5 7c 9b-ea b0 9c 1b 09 6a ea d4  ..~U..|......j.. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0070: 75 7a c8 03 2b
79 d3 22-2c 1d 93 a3 d4 83 ca f6  uz..+y.",....... |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0080: 87 67 60 b8  
                                   .g`.             |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read client key exchange A
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#90f42b8 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 14 03 00 00 01
                                  .....            |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 1/1
bytes from BIO#90f42b8 [mem: 914e5ad] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 01           
                                   .                |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#90f42b8 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 16 03 00 00 38
                                  ....8            |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 56/56
bytes from BIO#90f42b8 [mem: 914e5ad] (BIO dump follows)
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0000: 3c 71 70 bf 6a
af 67 7a-99 12 4e fc 5f 87 a2 20  <qp.j.gz..N._..  |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0010: 44 a8 7f 0b 03
a9 40 69-e6 53 37 97 fc c0 6b bc  D.....@i.S7...k. |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0020: 29 fb 4e c9 ca
f4 e5 e9-69 25 68 17 5d 62 ea 50  ).N.....i%h.]b.P |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1483): | 0030: 1d dc ce 1f 81
5f 37 fc-                         ....._7.         |
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:28 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read finished A
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write change cipher spec A
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write finished A
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 flush data
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1622): Inter-Process
Session Cache: request=SET status=OK
id=2B0AD3B98A976FABD84DDBD20975DC92BEA21B5B5EBE1AA6085281F739D233FB timeout=299s
(session caching)
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1780): OpenSSL:
Handshake: done
[Tue Sep 06 13:03:29 2005] [info] Connection: Client IP: 127.0.0.1, Protocol:
SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#90f42b8 [mem: 914e5a8] (BIO dump follows)
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0000: 17 03 00 01 bd
                                  .....            |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 445/445
bytes from BIO#90f42b8 [mem: 914e5ad] (BIO dump follows)
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0000: fd f1 8b d6 ef
bf 41 51-6e 6f 90 ef d0 70 e6 2a  ......AQno...p.* |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0010: f0 bd db 5d c1
c9 30 86-23 1d 5d 99 4e cd 71 66  ...]..0.#.].N.qf |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0020: a8 70 88 ff e6
1a 02 1d-83 51 9f 6f d4 a4 35 23  .p.......Q.o..5# |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0030: 42 6f 54 07 41
46 76 a9-21 a3 39 97 44 fe 8e 4e  BoT.AFv.!.9.D..N |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0040: 36 f5 0a fc b2
e4 55 b2-78 e1 d3 e4 ea e6 87 89  6.....U.x....... |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0050: f3 f0 b2 92 93
92 06 12-d7 a8 fd 4b f5 2a 91 71  ...........K.*.q |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0060: e4 f5 63 7c 59
9d 18 46-6a 70 3a 7c 62 d3 9b 5c  ..c|Y..Fjp:|b..\\ |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0070: 5d 6d 72 21 ec
71 29 51-93 f6 c4 48 1c f1 c7 e1  ]mr!.q)Q...H.... |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0080: c5 29 48 92 aa
c7 ef 74-69 30 cb 78 fa 34 a0 3c  .)H....ti0.x.4.< |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0090: f7 fd 81 10 23
cb 41 f6-49 02 61 51 7e 22 d4 80  ....#.A.I.aQ~".. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00a0: c1 64 42 d5 ec
ce 52 ea-51 50 29 d9 f4 4b 7e 38  .dB...R.QP)..K~8 |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00b0: 5e b6 61 df 09
b4 c7 eb-be 5b 2a eb 21 69 b0 9b  ^.a......[*.!i.. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00c0: 55 00 42 e9 86
a5 5b bc-27 c4 fe 15 70 06 35 54  U.B...[.'...p.5T |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00d0: d5 76 ea ff 04
a0 c1 c6-f2 3d 37 53 a5 b9 7e 93  .v.......=7S..~. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00e0: 68 7d 02 a4 14
13 b1 ca-50 ad d1 92 97 90 03 3f  h}......P......? |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 00f0: d9 88 28 e5 54
9d e1 8d-96 e9 8b 22 23 3b af 3f  ..(.T......"#;.? |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0100: d7 ab dd c8 f6
86 10 6b-db f6 7a 2d d4 08 4e ca  .......k..z-..N. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0110: 41 31 23 3c 6e
d3 60 77-11 fd 64 46 3f 44 20 30  A1#<n.`w..dF?D 0 |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0120: 46 d6 40 de cf
55 b9 ad-2d 60 ea 8e e7 07 2c d8  F.@..U..-`....,. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0130: 5a d4 a0 73 57
6e ed 63-fd 68 a6 02 a7 4a 8c 07  Z..sWn.c.h...J.. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0140: 7c 7d 5f 5b f5
03 1c 50-b9 7a 2b 2f ae 9a 1a 30  |}_[...P.z+/...0 |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0150: f1 22 0b 34 4e
eb a1 fc-da 94 cf bd ce 82 d9 39  .".4N..........9 |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0160: ca b8 09 2c a0
ae f2 40-9c 60 b5 c0 14 1c b4 d3  ...,...@.`...... |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0170: 1f 04 6b 91 1e
36 2e 57-7c e3 b5 2c e4 4f c1 23  ..k..6.W|..,.O.# |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0180: 79 c3 5c f9 d9
92 84 48-fd 0e 45 03 1f 1c 24 e7  y.\\....H..E...$. |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 0190: 63 20 35 56 e1
66 5e 05-3a 34 08 16 0c c0 b7 34  c 5V.f^.:4.....4 |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 01a0: 92 07 72 72 72
5d 81 35-d6 73 2a aa ac 8f df cd  ..rrr].5.s*..... |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1483): | 01b0: 34 23 a6 df b3
c4 89 c3-78 5a b7 89 95           4#......xZ...    |
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:29 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#90876f8 [mem: 916d8f0] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [info] Connection to child 232 established (server
localhost:443, client 127.0.0.1)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 80 4c 01 03 00
00 33 00-00 00 10                 .L....3....      |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0010: 00 80 00 00 09
06 00 40-00 00 64 00 00 62 00 00  .......@..d..b.. |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0040: 65 c6 df     
                                   e..              |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#e68c00 [mem: 9180c78] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0020: 03 00 00 06 02
00 80 04-00 80 00 00 13 00 00 12  ................ |
[Tue Sep 06 13:03:30 2005] [info] Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:30 2005] [info] (OS 10054)An existing connection was forcibly
closed by the remote host.  : core_output_filter: writing data to the network
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1776): OpenSSL:
Handshake: start
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0030: 00 00 63 41 ba
2e 26 1c-95 2d 81 cb d8 6b cb a3  ..cA..&..-...k.. |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read client hello A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 67/67
bytes from BIO#90876f8 [mem: 916d8fb] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [info] (620019)APR does not understand this error
code: SSL output filter write failed.
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write server hello A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0040: 88 b8 fd     
                                   ...              |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
before/accept initialization
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 11/11
bytes from BIO#e5b618 [mem: 91909d8] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 16 03 00 00 61
01 00 00-5d 03                    ....a...].       |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1487): | 0011 - <SPACES/NULS>
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 91/91
bytes from BIO#e5b618 [mem: 91909e3] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 43 1d 69 72 fb
c3 fa 2e-ef 0b 1c a7 77 79 6b 13  C.ir........wyk. |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0010: 67 4d 93 52 a5
cb 72 41-35 f6 eb 2b 0e ed be f8  gM.R..rA5..+.... |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0020: 20 2b 0a d3 b9
8a 97 6f-ab d8 4d db d2 09 75 dc   +.....o..M...u. |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0030: 92 be a2 1b 5b
5e be 1a-a6 08 52 81 f7 39 d2 33  ....[^....R..9.3 |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0040: fb 00 16 00 04
00 05 00-0a 00 09 00 64 00 62 00  ............d.b. |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0050: 03 00 06 00 13
00 12 00-63 01                    ........c.       |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1487): | 0091 - <SPACES/NULS>
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1622): Inter-Process
Session Cache: request=GET status=FOUND
id=2B0AD3B98A976FABD84DDBD20975DC92BEA21B5B5EBE1AA6085281F739D233FB (session reuse)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read client hello A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write server hello A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write change cipher spec A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 write finished A
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 flush data
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#e5b618 [mem: 91909d8] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 14 03 00 00 01
                                  .....            |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 1/1
bytes from BIO#e5b618 [mem: 91909dd] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 01           
                                   .                |
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#e5b618 [mem: 91909d8] (BIO dump follows)
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:30 2005] [debug] ssl_engine_io.c(1483): | 0000: 16 03 00 00 38
                                  ....8            |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 56/56
bytes from BIO#e5b618 [mem: 91909dd] (BIO dump follows)
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0000: fb ec d9 9d f6
87 51 38-e3 5d ce 48 0a 25 1a 6f  ......Q8.].H.%.o |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0010: 24 c3 f8 d9 aa
40 3b 92-d9 05 7c 24 08 05 a1 fc  $....@;...|$.... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0020: 0d 2d a4 dc e2
62 40 07-69 bd 7b 4e 0f e8 02 3f  .-...b@.i.{N...? |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0030: 9a 1d 7d 55 8a
42 10 2c-                         ..}U.B.,         |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_kernel.c(1784): OpenSSL: Loop:
SSLv3 read finished A
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_kernel.c(1780): OpenSSL:
Handshake: done
[Tue Sep 06 13:03:31 2005] [info] Connection: Client IP: 127.0.0.1, Protocol:
SSLv3, Cipher: RC4-MD5 (128/128 bits)
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 5/5
bytes from BIO#e5b618 [mem: 91909d8] (BIO dump follows)
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0000: 17 03 00 01 bd
                                  .....            |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1511): OpenSSL: read 445/445
bytes from BIO#e5b618 [mem: 91909dd] (BIO dump follows)
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1458):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0000: 03 55 d4 f5 b0
8a f8 22-ee 99 7b 00 c5 33 f7 33  .U....."..{..3.3 |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0010: 5c c6 ac 46 a1
12 45 40-96 3f 78 8d 1f 70 5e 49  \\..F..E@.?x..p^I |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0020: cd bf 9b 45 8c
d9 d2 dc-9c 31 54 d3 8b 03 f5 f5  ...E.....1T..... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0030: 94 b8 af dc ca
ca 7a d7-24 d8 13 5e 1f db 05 a8  ......z.$..^.... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0040: 76 b5 48 9f d4
e5 39 70-08 34 a4 04 04 77 50 21  v.H...9p.4...wP! |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0050: b9 e5 97 14 1f
37 42 51-10 9d 33 87 0c 49 01 2e  .....7BQ..3..I.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0060: ff 16 b5 e4 83
cd 67 78-2c 26 b4 55 f7 76 53 87  ......gx,&.U.vS. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0070: 74 2f 37 92 f5
5b f5 bd-f1 90 42 aa fe 6b 58 51  t/7..[....B..kXQ |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0080: 98 18 5f 6e a7
2b 7c 6d-e4 b1 9e ac 4e 76 13 81  .._n.+|m....Nv.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0090: 7b a8 d3 14 d9
ab a2 88-05 5c 4e bb 40 6e b6 50  {........\\N.@n.P |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00a0: f2 4f 48 45 b0
cc b7 66-3c 48 66 81 64 9b 41 be  .OHE...f<Hf.d.A. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00b0: b1 c9 0f bc 3e
93 e7 d6-a8 13 46 d0 1b 5c 9b ac  ....>.....F..\\.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00c0: 73 e8 e5 bb ed
48 8f 33-9b 27 a3 a8 6f c7 bf dc  s....H.3.'..o... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00d0: 10 aa d8 e1 b1
b0 2f 69-85 bd e8 8f cf 76 0a fb  ....../i.....v.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00e0: 46 d1 37 52 32
3b 3d 30-f3 10 0b b8 05 71 16 fe  F.7R2;=0.....q.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 00f0: b7 78 b3 e5 1d
19 49 19-67 91 57 75 76 81 c3 b7  .x....I.g.Wuv... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0100: af d3 a5 e9 c5
89 94 61-ca 44 cb 4e db 03 6d e6  .......a.D.N..m. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0110: 31 da 25 3b 99
2b 99 ca-ce 2d 1d dd d2 4e dc b4  1.%;.+...-...N.. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0120: 6d 16 d7 4f a9
96 e7 08-21 de 93 f4 61 aa 98 b9  m..O....!...a... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0130: dd 7f 4d f7 28
21 3e 5c-ad 23 86 0d 25 1c 9e a7  ..M.(!>\\.#..%... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0140: 50 9c 51 0a 91
ff d2 be-2d a6 d9 65 4f 97 bc b9  P.Q.....-..eO... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0150: ea b2 8e 4d 91
86 04 29-d4 f3 e4 01 4e 47 4a a5  ...M...)....NGJ. |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0160: 93 26 b6 d5 bf
37 22 2b-33 53 41 19 3a 67 8e 6e  .&...7"+3SA.:g.n |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0170: 61 ec 89 76 d9
fd ed cd-4f ec ef a8 83 12 13 dc  a..v....O....... |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0180: 32 7e 96 27 c3
21 da 55-47 10 8c 82 45 72 01 3d  2~.'.!.UG...Er.= |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 0190: f4 64 bc 32 e6
e9 d1 d2-fe cc f0 b6 06 f6 fa f6  .d.2............ |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 01a0: 15 62 02 38 89
63 df c8-ae 03 d0 0b 74 38 41 70  .b.8.c......t8Ap |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1483): | 01b0: cf e3 11 ae 57
0c 1a cc-00 96 c6 b9 1a           ....W........    |
[Tue Sep 06 13:03:31 2005] [debug] ssl_engine_io.c(1489):
+-------------------------------------------------------------------------+
[Tue Sep 06 13:03:31 2005] [notice] Parent: child process exited with status 9
-- Restarting.
[Tue Sep 06 13:03:33 2005] [info] Init: Initializing OpenSSL library
[Tue Sep 06 13:03:33 2005] [info] Init: Seeding PRNG with 136 bytes of entropy
[Tue Sep 06 13:03:38 2005] [info] Loading certificate & private key of SSL-aware
server
[Tue Sep 06 13:03:38 2005] [debug] ssl_engine_pphrase.c(469): unencrypted RSA
private key - pass phrase not required
[Tue Sep 06 13:03:38 2005] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Tue Sep 06 13:03:38 2005] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Tue Sep 06 13:03:38 2005] [debug] ssl_scache_dbm.c(404): Inter-Process Session
Cache (DBM) Expiry: old: 0, new: 0, removed: 0
[Tue Sep 06 13:03:38 2005] [info] Init: Initializing (virtual) servers for SSL
[Tue Sep 06 13:03:38 2005] [info] Configuring server for SSL protocol
[Tue Sep 06 13:03:38 2005] [debug] ssl_engine_init.c(405): Creating new SSL
context (protocols: SSLv2, SSLv3, TLSv1)
[Tue Sep 06 13:03:38 2005] [debug] ssl_engine_init.c(716): Configuring RSA
server certificate
[Tue Sep 06 13:03:38 2005] [debug] ssl_engine_init.c(755): Configuring RSA
server private key
[Tue Sep 06 13:03:38 2005] [info] Server: Apache/2.0.54, Interface:
mod_ssl/2.0.54, Library: OpenSSL/0.9.7g
[Tue Sep 06 13:03:39 2005] [notice] Apache/2.0.54 (Win32) mod_ssl/2.0.54
OpenSSL/0.9.7g mod_perl/2.0.1 Perl/v5.8.7 configured -- resuming normal operations
[Tue Sep 06 13:03:39 2005] [notice] Server built: Jun 29 2005 21:02:20
[Tue Sep 06 13:03:39 2005] [notice] Parent: Created child process 1228
---END error_log---
Comment 1 Issac Goldstand 2005-09-08 15:11:34 UTC
Created attachment 16341 [details]
complete error_log of crash

I was looking for the attachment link on the submit page and couldn't find it
there.	Sorry for the long-ish inline excerpt from the log in the original
post...
Comment 2 Joe Orton 2005-09-08 15:14:49 UTC
Not much can be done without a backtrace, sorry.
Comment 3 Joe Orton 2005-09-28 09:34:16 UTC
See bug 36751 for analysis of this issue; it's mod_perl-specific.

*** This bug has been marked as a duplicate of 36751 ***