Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 75622 invoked from network); 23 Oct 2009 19:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 19:48:03 -0000 Received: (qmail 75929 invoked by uid 500); 23 Oct 2009 19:48:03 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 75879 invoked by uid 500); 23 Oct 2009 19:48:03 -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 75867 invoked by uid 99); 23 Oct 2009 19:48:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 19:48:03 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 19:48:00 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 9BFDC234C1EE; Fri, 23 Oct 2009 12:47:39 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 48030] Segmentation Fault X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: All X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: bernd.leibing@uni-ulm.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20091023194739.9BFDC234C1EE@brutus.apache.org> Date: Fri, 23 Oct 2009 12:47:39 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48030 --- Comment #11 from Bernd Leibing 2009-10-23 12:47:32 UTC --- Yes I were running the PR 48030 patch. dbx doesn't recognize a "p" command (dbx) p *pollset p: not found I used the "print" command instead. Ok? (dbx) dump pdesc = (nil) numdesc = 0 csd = 0x2 current_conn = 0x2 ptrans = 0x8440178 pollset = 0x843e208 sbh = 0x843e200 child_num_arg = 1 last_poll_idx = 0 status = 0 allocator = 0x843e0e8 i = -1 bucket_alloc = 0x8444188 lr = (nil) (dbx) print *pollset *pollset = { pool = 0x843e170 nalloc = 2U port_fd = 9 port_set = 0x843e248 result_set = 0x843e278 flags = 0 ring_lock = (nil) query_ring = { next = 0x843e2a0 prev = 0x843e2c0 } add_ring = { next = 0x843e22c prev = 0x843e22c } free_ring = { next = 0x843e234 prev = 0x843e234 } dead_ring = { next = 0x843e23c prev = 0x843e23c } waiting = 0 } (dbx) print pollset->port_set[0] pollset->port_set[0] = { portev_events = 1 portev_source = 4U portev_pad = 4222U portev_object = 3U portev_user = 0x843e2c0 } (dbx) print pollset->port_set[1] pollset->port_set[1] = { portev_events = 0 portev_source = 0 portev_pad = 0 portev_object = 0 portev_user = (nil) } (dbx) print pollset->port_set[2] pollset->port_set[2] = { portev_events = 138666480 portev_source = 57864U portev_pad = 2115U portev_object = 4274616192U portev_user = 0x8071370 } (dbx) print pollset->port_set[3] pollset->port_set[3] = { portev_events = 0 portev_source = 0 portev_pad = 0 portev_object = 0 portev_user = (nil) } (dbx) print pollset->port_set[4] pollset->port_set[4] = { portev_events = 0 portev_source = 0 portev_pad = 0 portev_object = 0 portev_user = (nil) } (dbx) print pdesc[0] dbx: reference through nil pointer (dbx) print pdesc[1] dbx: cannot access address 0x14 (dbx) print pdesc[2] dbx: cannot access address 0x28 (dbx) print pdesc[3] dbx: cannot access address 0x3c (dbx) print pdesc[4] dbx: cannot access address 0x50 (dbx) -- 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