You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@pobox.com> on 2000/02/17 02:26:19 UTC

Re: Apache::Request weirdness

On Tue, 8 Feb 2000, Ilya Obshadko wrote:

> Hello,
> 
>   I've discovered the following. Suggest that you use Apache::Request
>   object in both fixup handler and registry script. So we have:
>   
>     1) unpredictable segmentation faults

can you get a stack trace for any of those?

>     2) when parsing POST data, only first-time call (in fixup handler)
>        produces correct results, the other one returns crap.

again, POST data can only be read once, but Apache::Request could probably
give better diagnostics rather than returning "crap", it should just
return empty.