Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 8784 invoked from network); 30 Dec 2008 17:11:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 17:11:43 -0000 Received: (qmail 81941 invoked by uid 500); 30 Dec 2008 17:11:42 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 81914 invoked by uid 500); 30 Dec 2008 17:11:42 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 81903 invoked by uid 99); 30 Dec 2008 17:11:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 09:11:42 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.43.133] (HELO sca-es-mail-2.sun.com) (192.18.43.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 17:11:32 +0000 Received: from fe-sfbay-10.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mBUHAxHk012327 for ; Tue, 30 Dec 2008 09:11:11 -0800 (PST) Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0KCP00G018YWLF00@fe-sfbay-10.sun.com> (original mail from jdd@sun.com) for modules-dev@httpd.apache.org; Tue, 30 Dec 2008 09:10:59 -0800 (PST) Received: from sam.lenoxway.net (m198-158.dsl.rawbw.com [198.144.198.158]) by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0KCP004KM929BH00@fe-sfbay-10.sun.com>; Tue, 30 Dec 2008 09:10:58 -0800 (PST) Date: Tue, 30 Dec 2008 09:10:56 -0800 From: John David Duncan Subject: Re: Why is r->handler a garbled string? In-reply-to: <6E73164C-7FE0-4413-9B14-84761B011AF2@apache.org> Sender: John.Duncan@sun.com To: modules-dev@httpd.apache.org, Sander Temme Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.930.3) Content-type: text/plain; delsp=yes; format=flowed; charset=US-ASCII Content-transfer-encoding: 7BIT References: <712B2AE0-92E8-455E-B679-9C8818E76600@sun.com> <6E73164C-7FE0-4413-9B14-84761B011AF2@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org > You may be looking at something getting clobbered, and somehow that > manifests itself on OpenSolaris but not on the other platform(s). > Perhaps that has to do with the way data structures are aligned, > endianness (are you on Sparc or Intel?) etc. > > Perhaps set some breakpoints and see if the handler field is ever > intact and where it gets clobbered. In the SUNWapch22 package on OpenSolaris 2008.11, httpd 2.2.9 is stripped, so I can't do much with the debugger. But when I build my own apache 2.2.9 with debugging symbols (configure --with-included-apr --enable-maintainer-mode), I can't reproduce the problem. (And I think I have seen this same problem on amd64 Ubuntu, but I still need to confirm that...) JD