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 2011/10/26 12:29:20 UTC

DO NOT REPLY [Bug 52090] New: Apache thread hangs with error 500 when sending a file

https://issues.apache.org/bugzilla/show_bug.cgi?id=52090

             Bug #: 52090
           Summary: Apache thread hangs with error 500 when sending a file
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: michel@michel.eti.br
    Classification: Unclassified


Created attachment 27850
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27850
GDB output

Hi.

I'm using Apache and PHP to make an ecommerce and I found a bug when loading
the website. It's giving me an error 500 in the middle of the page loading, on
the source file on the browser side I can see that the HTML isn't complete.

Here it goes the crash, please let me known if you need something else.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 52090] Apache thread hangs with error 500 when sending a file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52090

--- Comment #2 from Michel Pereira <mi...@michel.eti.br> 2011-10-26 12:31:06 UTC ---
Hi.

The browser start receiving the file but it's stops and the status change to
500.

I used the directive "EnableSendfile Off" and it not worked.

Thank you

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 52090] Apache thread hangs with error 500 when sending a file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52090

Michel Pereira <mi...@michel.eti.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #4 from Michel Pereira <mi...@michel.eti.br> 2011-11-03 21:06:30 UTC ---
Hi.

I'm using Debian squeeze and got the same problem using Slackware 13.37.

Here is the options that I use to compile from source:

./configure --enable-rewrite --enable-so --enable-maintainer-mode


Thank you

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 52090] Apache thread hangs with error 500 when sending a file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52090

--- Comment #3 from Michel Pereira <mi...@michel.eti.br> 2011-10-26 14:22:53 UTC ---
Created attachment 27852
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27852
GDB output 2

A new GDB output with "EnableSendfile off".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 52090] Apache thread hangs with error 500 when sending a file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52090

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Kew <ni...@webthing.com> 2011-10-26 11:07:12 UTC ---
What do you mean by "error 500 in the middle of the page loading"?

What happens if you disable sendfile, as recommended in the documentation for
cases where incomplete documents being served?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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