Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 32239 invoked from network); 11 Oct 2004 11:41:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Oct 2004 11:41:31 -0000 Received: (qmail 38283 invoked by uid 500); 11 Oct 2004 11:41:30 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 38255 invoked by uid 500); 11 Oct 2004 11:41:29 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 38239 invoked by uid 99); 11 Oct 2004 11:41:29 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Oct 2004 04:41:29 -0700 Received: (qmail 20497 invoked by uid 50); 11 Oct 2004 11:43:26 -0000 Date: 11 Oct 2004 11:43:26 -0000 Message-ID: <20041011114326.20496.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 31633] - proxy client cannot authenticate to remote server / segmentation fault X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=31633 proxy client cannot authenticate to remote server / segmentation fault ------- Additional Comments From Jean-Louis.Morard@rtc.ch 2004-10-11 11:43 ------- Hallo, Following your proposition, I recompiled the httpd server with the -g flag and installed it. Then I used the 3 following tools: a] gcore: # for pid in `ps -eaf | fgrep httpd | cut -d' ' -f4` do truss -f -l -t\!all -S SIGSEGV -p $pid 2>&1 | egrep SIGSEGV & done gcore b] pstack c] gdb httpd The results of these commands as well as the logs are in the tar file. Thanks 1000000000 times for your support! It's great! Cheers, Jean-Louis --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org