You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/09/15 18:11:12 UTC

DO NOT REPLY [Bug 31247] - Intermittent Segmentation Faults in mod_cgi

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31247>.
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=31247

Intermittent Segmentation Faults in mod_cgi





------- Additional Comments From jorton@redhat.com  2004-09-15 16:11 -------
Do you have CGI script which output a lot of data? The byterange filter will
consume memory proportional to output for such scripts, bug 29962.

>From gdb can you:

print *b
print *(struct cgi_bucket_data *)b->data

if you do:

up
up
print *f->r

you should be able to see which particular CGI script has triggered the segfault.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org