Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F29CB200C00 for ; Wed, 18 Jan 2017 22:24:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F08B7160B43; Wed, 18 Jan 2017 21:24:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 44863160B22 for ; Wed, 18 Jan 2017 22:24:09 +0100 (CET) Received: (qmail 7945 invoked by uid 500); 18 Jan 2017 21:24:08 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 7935 invoked by uid 99); 18 Jan 2017 21:24:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2017 21:24:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BDFD8C19E8 for ; Wed, 18 Jan 2017 21:24:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id LYdQeAbPWzti for ; Wed, 18 Jan 2017 21:24:04 +0000 (UTC) Received: from cloud1-vm154.de-nserver.de (cloud1-vm154.de-nserver.de [178.250.10.56]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id E7A865FB0F for ; Wed, 18 Jan 2017 21:24:03 +0000 (UTC) Received: (qmail 8951 invoked from network); 18 Jan 2017 22:23:41 +0100 X-Fcrdns: No Received: from phoffice.de-nserver.de (HELO [10.242.2.5]) (185.39.223.5) (smtp-auth username hostmaster@profihost.com, mechanism plain) by cloud1-vm154.de-nserver.de (qpsmtpd/0.92) with (ECDHE-RSA-AES256-SHA encrypted) ESMTPSA; Wed, 18 Jan 2017 22:23:41 +0100 Subject: Re: mod_http2 and Frequent wake-ups for mpm_event To: dev@httpd.apache.org, Yann Ylavic , Stefan Eissing References: <9413e65e-b037-c07d-267e-dcd7011386ff@profihost.ag> From: Stefan Priebe - Profihost AG Message-ID: <09fe1a46-b2ba-fee9-985a-2d7e6c3d6793@profihost.ag> Date: Wed, 18 Jan 2017 22:23:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-User-Auth: Auth by hostmaster@profihost.com through 185.39.223.5 archived-at: Wed, 18 Jan 2017 21:24:10 -0000 Hi Yann, sadly it does not solve the issue. Trace looks still the same: Core was generated by `/usr/local/apache2/bin/httpd -k start'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fe0228a9014 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007fe0228a9014 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007fe022d3c036 in ?? () from /usr/lib/x86_64-linux-gnu/libapr-1.so.0 #2 0x00007fe022d3c46f in apr_hash_set () from /usr/lib/x86_64-linux-gnu/libapr-1.so.0 #3 0x000000000052a238 in h2_ihash_remove () #4 0x0000004500000000 in ?? () #5 0x00007fe0022c5328 in ?? () #6 0x00007fe002fec300 in ?? () #7 0x0000000000506b24 in purge_stream () #8 0x00007fe0014690a0 in ?? () #9 0x00007fe000fad2d8 in ?? () #10 0x00007fe00194e0a0 in ?? () #11 0x0000004500000000 in ?? () #12 0x00007fe0014690a0 in ?? () #13 0x00007fe000fad2d8 in ?? () #14 0x00007fe002fec340 in ?? () #15 0x000000000052a18f in ihash_iter () #16 0x00007fe0014690a0 in ?? () #17 0x0000000000000004 in ?? () #18 0x00007fe0014690a0 in ?? () #19 0x00007fe002fec3c0 in ?? () #20 0x0000000000000000 in ?? () Stefan Am 18.01.2017 um 17:49 schrieb Yann Ylavic: > On Wed, Jan 18, 2017 at 4:38 PM, Stefan Priebe - Profihost AG > wrote: >> Ok will wait whether you provide a fix or I should revert that part. > > Patch updated in PR 57399. > > Thanks, > Yann. >