Herbert Rosmanith wrote:
>>+sub log_error {
>>+    Apache->server->log_error(@_);
>>+}
>>+
> 
> 
> yep, I have alread done this. however, with the latest cvs, apache-2
> segfaults:
> 
>     [Tue Jun 04 13:24:48 2002] [error] > trans
>     [Tue Jun 04 13:24:48 2002] [error] > SubEnvironment
>     [Tue Jun 04 13:24:48 2002] [error] > trans
>     [Tue Jun 04 13:24:48 2002] [notice] child pid 19339 exit signal
>     Segmentation fault (11)
> 
> unfortunately, httpd does not generate a core-file:
> 
>     bash-2.03# ulimit -c 8192
>     bash-2.03# /usr/local/apache2/bin/httpd -DDEBUG
>     [Tue Jun 04 13:26:22 2002] [warn] _default_ VirtualHost overlap on
>     port 80, the first has precedence
>     (...do something with the browser...)
>     Segmentation fault
> 
> any idea how I can get a core-dump?

how do you know that the core's size is less than 8192K? Try again with:

   ulimit -c unlimited

Also try the latest cvs version, I've added this function to compat.pm 
and the tests, do all tests pass for you?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to