Re: [mp2] bug report: modperl_env.c

2004-04-13 Thread Stas Bekman
Jie Gao wrote: (gdb) run -X -f /usr/local/apache/conf/httpd.conf -k start -DSSL -X Stas wrote: Thanks for the trace with args, Jie, but it gives no new info. Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 12] 0xfea9bbbc in modperl_env_request_tie (my_perl=0x1026fe0,

Re: [mp2] bug report: modperl_env.c

2004-04-10 Thread Jie Gao
(gdb) run -X -f /usr/local/apache/conf/httpd.conf -k start -DSSL -X Stas wrote: Thanks for the trace with args, Jie, but it gives no new info. Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 12] 0xfea9bbbc in modperl_env_request_tie (my_perl=0x1026fe0, r=0x17a8c78) at

Re: [mp2] bug report: modperl_env.c

2004-04-04 Thread Stas Bekman
Jie Gao wrote: Thanks for the trace with args, Jie, but it gives no new info. Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 12] 0xfea9bbbc in modperl_env_request_tie (my_perl=0x1026fe0, r=0x17a8c78) at modperl_env.c:355 355 EnvMgObj = (char *)r; which expands

Re: [mp2] bug report: modperl_env.c

2004-04-02 Thread Jie Gao
On Tue, 30 Mar 2004, Stas Bekman wrote: Date: Tue, 30 Mar 2004 19:23:06 -0800 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [mp2] bug report: modperl_env.c Jie Gao wrote: -8-- Start Bug Report 8

Re: [mp2] bug report: modperl_env.c

2004-04-02 Thread Stas Bekman
Jie Gao wrote: -8-- Start Bug Report 8-- 1. Problem Description: Apache segmentation faults trying to run a registry script. Thanks for the detailed report Jie, but how do we reproduce it without the test script and relevant configuration? Hmm. There is

Re: [mp2] bug report: modperl_env.c

2004-04-02 Thread Jie Gao
On Tue, 30 Mar 2004, Stas Bekman wrote: Date: Tue, 30 Mar 2004 19:23:06 -0800 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [mp2] bug report: modperl_env.c Jie Gao wrote: -8-- Start Bug Report 8

[mp2] bug report: modperl_env.c

2004-03-30 Thread Jie Gao
-8-- Start Bug Report 8-- 1. Problem Description: Apache segmentation faults trying to run a registry script. 2. Used Components and their Configuration: *** mod_perl version 1.9914 From CVS just a couple of hourse ago. *** using

Re: [mp2] bug report: modperl_env.c

2004-03-30 Thread Stas Bekman
Jie Gao wrote: -8-- Start Bug Report 8-- 1. Problem Description: Apache segmentation faults trying to run a registry script. Thanks for the detailed report Jie, but how do we reproduce it without the test script and relevant configuration? [...] [EMAIL