Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-04-02 Thread Sailesh Krishnamurthy
Hi, I got to the technical reason behind this issue. Looks like the fix may be to increase the request timeout on the apache side. Can someone tell me which timeout parameter to increase: The basic cause is thathe segmentation fault being generated by ssl3_write_pending(). This happens when a tim

Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Joshua Slive
On Thu, Feb 28, 2008 at 11:56 AM, Sailesh Krishnamurthy <[EMAIL PROTECTED]> wrote: > As you said, this may be better pursued over the mod_ssl mailing list. > The problem is similar to the one described here: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg21131.html > > if i can find the culprit

Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Sailesh Krishnamurthy
As you said, this may be better pursued over the mod_ssl mailing list. The problem is similar to the one described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg21131.html if i can find the culprit cgi app, that may help. can enable duebug loggin in apache help? do let me know. thx On T

Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Joshua Slive
On Thu, Feb 28, 2008 at 10:35 AM, Sailesh Krishnamurthy <[EMAIL PROTECTED]> wrote: > is there any way to atleast alleviate this and not produce the core dumps. > recompiling or changing the ssl modules of this > system is quite a big task because it is a widely used roduction isntance? I have not

Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Sailesh Krishnamurthy
is there any way to atleast alleviate this and not produce the core dumps. recompiling or changing the ssl modules of this system is quite a big task because it is a widely used roduction isntance? On Thu, Feb 28, 2008 at 10:05 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Thu, Feb 28, 2008 a

Re: [EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Joshua Slive
On Thu, Feb 28, 2008 at 9:52 AM, Sailesh Krishnamurthy <[EMAIL PROTECTED]> wrote: > Hi, We have a production apache 1.3 instance on solaris, where of late one > of the httpd processes has been crashing and > producing core dumps. This looks to be a known issue with large SSL file > downloads happen

[EMAIL PROTECTED] ssl3_write_pending causes apache 1.3 httpd to crash/coredump

2008-02-28 Thread Sailesh Krishnamurthy
Hi, We have a production apache 1.3 instance on solaris, where of late one of the httpd processes has been crashing and producing core dumps. This looks to be a known issue with large SSL file downloads happening over apache 1.3. However what I" want to know is how can I debug this production issue