fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fastcgipp-users] Segfault on apache shutdown


From: Eddie Carle
Subject: Re: [Fastcgipp-users] Segfault on apache shutdown
Date: Fri, 12 Aug 2011 09:37:11 -0600

On Fri, 2011-08-12 at 12:08 -0300, Riccardo Campisano wrote:
> I have this error message at /var/log/messages on apache shutdown
>    test.fcgi[5930]: segfault at 0 ip b77462e8 sp bf8e8540 error 4 in
> libfastcgipp.so.2.0.0[b773d000+73000]
> 
> the test.fcgi is this example
> http://www.nongnu.org/fastcgipp/doc/2.0beta/a00003.html compiled with
> the last GIT version of fastcgipp (at 2011/08/12)
> 
> apache run with mod_fcgid:   Apache/2.2.16 (Unix) mod_ssl/2.2.16
> OpenSSL/0.9.8g DAV/2 mod_fcgid/2.3.6 PHP/5.2.9 configured

Well that's a noodle scratcher. A little more info would be required.
Did anything of consequence show up in the /tmp/errlog file? If you try
running the FastCGI application from the command line ( ./test.fcgi ),
does it segfault? Did you do a clean build? Also, try adding
error_log("Debug 0"), error_log("Debug 1"), in spots throughout the
response() function and perhaps in the Request constructor. It can
unfortunately be tricky to run a FastCGI app through a debugger.
-- 
        Eddie Carle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]