Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 39204 invoked from network); 24 Dec 2010 19:53:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 19:53:42 -0000 Received: (qmail 17419 invoked by uid 500); 24 Dec 2010 19:53:42 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 17356 invoked by uid 500); 24 Dec 2010 19:53:41 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 17347 invoked by uid 99); 24 Dec 2010 19:53:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 19:53:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 19:53:38 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBOJrH54011841 for ; Fri, 24 Dec 2010 19:53:17 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBOJrHjp011839; Fri, 24 Dec 2010 14:53:17 -0500 (EST) Date: Fri, 24 Dec 2010 14:53:17 -0500 (EST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 50520] New: Segment fault in brigade_consume X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ssl X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: j-comm@westvi.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50520 Summary: Segment fault in brigade_consume Product: Apache httpd-2 Version: 2.2.17 Platform: PC Status: NEW Severity: normal Priority: P2 Component: mod_ssl AssignedTo: bugs@httpd.apache.org ReportedBy: j-comm@westvi.com As mentioned in header: glibc 2.12.2 OpenSSL: 1.0.0c gcc 4.5.2 HTTPD: 2.2.17 APR: 1.4.2 APR-Util: 1.3.10 Trivially reproducable. Please let me know if anything else is needed. Stack trace: (gdb) bt full #0 0x00000058 in ?? () No symbol table info available. #1 0x080c6a94 in brigade_consume (bio=0x853f938, in=0x85515ae "", inlen=79) at ssl_engine_io.c:419 b = 0x854910c str = 0x806be8b "memmove" str_len = 3087003636 consume = actual = 0 status = 0 #2 bio_filter_in_read (bio=0x853f938, in=0x85515ae "", inlen=79) at ssl_engine_io.c:534 inl = 79 inctx = 0x8547048 block = APR_BLOCK_READ #3 0x081122e4 in BIO_read () No symbol table info available. #4 0x080f9a27 in ssl3_read_n () No symbol table info available. #5 0x080fa72a in ssl3_read_bytes () No symbol table info available. #6 0x080fbea4 in ssl3_get_message () No symbol table info available. #7 0x080ec8c9 in ssl3_get_client_hello () No symbol table info available. #8 0x080f0c39 in ssl3_accept () No symbol table info available. #9 0x080e2acb in SSL_accept () No symbol table info available. #10 0x080da461 in ssl23_get_client_hello () No symbol table info available. #11 0x080da5ec in ssl23_accept () No symbol table info available. #12 0x080e2acb in SSL_accept () No symbol table info available. #13 0x080c5e8a in ssl_io_filter_connect (filter_ctx=0x853dea8) at ssl_engine_io.c:1111 c = 0x853d990 sslconn = 0x853de50 sc = cert = n = ssl_err = verify_result = server = 0x831fd38 #14 0x080c649f in ssl_io_filter_input (f=0x8549078, bb=0x854b010, mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0) at ssl_engine_io.c:1357 status = inctx = 0x8547048 len = 8192 is_init = 0 #15 0x080959fb in ap_rgetline_core (s=0x854a0a8, n=8192, read=0xbffff3ac, r=0x854a090, fold=0, bb=0x854b010) at protocol.c:231 rv = e = bytes_handled = 0 current_alloc = 0 pos = last_char = 0x0 do_alloc = 1 saw_eos = 0 #16 0x080977d6 in read_request_line (conn=0x853d990) at protocol.c:596 rv = ll = pro = major = 1 minor = 0 http = "\350\363\377\277" len = 139712912 num_blank_lines = 0 max_blank_lines = 100 uri = #17 ap_read_request (conn=0x853d990) at protocol.c:891 r = 0x854a090 p = 0x854a050 expect = access_status = tmp_bb = 0x854b010 csd = cur_timeout = #18 0x081b7e35 in ap_process_http_connection (c=0x853d990) at http_core.c:183 r = csd = 0x0 #19 0x080aa876 in ap_run_process_connection (c=0x853d990) at connection.c:43 pHook = n = rv = #20 0x081ed792 in child_main (child_num_arg=) at prefork.c:662 current_conn = csd = 0x853d7f8 ptrans = 0x853d7b8 allocator = 0x853b728 status = i = lr = pollset = 0x853b858 sbh = 0x853b850 bucket_alloc = 0x8541aa0 last_poll_idx = 1 #21 0x081eda9f in make_child (s=0x82758b0, slot=0) at prefork.c:707 pid = #22 0x081ee2fc in ap_mpm_run (_pconf=0x82710a8, plog=0x82b71c0, s=0x82758b0) at prefork.c:983 index = remaining_children_to_start = rv = #23 0x0808fb55 in main (argc=2, argv=0xbffff7d4) at main.c:739 c = 88 'X' configtestonly = 0 confname = 0x81f8267 "conf/httpd.conf" def_server_root = 0x81f8254 "/usr/local/apache2" temp_error_log = 0x0 error = process = 0x826f130 server_conf = 0x82758b0 pglobal = 0x826f0a0 pconf = 0x82710a8 plog = 0x82b71c0 ptemp = 0x82790c8 pcommands = 0x82730b0 opt = 0x8273150 rv = 0 mod = optarg = 0x0 signal_server = -- 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@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org