You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Oden Eriksson <oe...@mandriva.com> on 2010/11/26 13:57:08 UTC

segfault with POST

Hello.

We're currenty experiencing a strange segfault in Mandriva Cooker (the 
development branch) with the latest apache-2.2.17, gcc-4.5.1 and all that.

Compiling apache using "-DDEBUG=1 -DAPR_BUCKET_DEBUG=1 -DAPR_RING_DEBUG=1" or 
without "-fomit-frame-pointer" makes the segfault go away. This seems to 
happen on 32bit cooker only.

More info here:

https://qa.mandriva.com/show_bug.cgi?id=61384

A possible related issue in WebDAV:

https://qa.mandriva.com/show_bug.cgi?id=61655

Cheers.
-- 
Regards // Oden Eriksson
Security team manager - Mandriva
CEO NUX AB

Re: segfault with POST

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 11/26/2010 6:57 AM, Oden Eriksson wrote:
> Hello.
> 
> We're currenty experiencing a strange segfault in Mandriva Cooker (the 
> development branch) with the latest apache-2.2.17, gcc-4.5.1 and all that.
> 
> Compiling apache using "-DDEBUG=1 -DAPR_BUCKET_DEBUG=1 -DAPR_RING_DEBUG=1" or 
> without "-fomit-frame-pointer" makes the segfault go away. This seems to 
> happen on 32bit cooker only.
> 
> More info here:
> 
> https://qa.mandriva.com/show_bug.cgi?id=61384
> 
> A possible related issue in WebDAV:
> 
> https://qa.mandriva.com/show_bug.cgi?id=61655

Sounds like an over-aggressive optimization on gcc's part?