Can you clarify a couple of things.

Does the daemon process crash on Apache startup before ay requests, or only on 
the first request?

How were you trying to use gdb to debug the crash?

The documentation at:

    
http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_Crashes_With_GDB

explains how to setup WSGIDaemonProcess with one process only and with named 
process, so can then identify the correct daemon process and attach gdb to try 
and capture crash.

Just want to make sure when using gdb, that is going about it the right way.

Can you also try mod_wsgi-express instead to see if it will run.

    pip install mod_wsgi

    mod_wsgi-express start-server

    open http://localhost:8000/

If that works, then at least know can work.

If that crashes, my only suspicion would be whether Apache has had that patch 
applied which I blogged about, but the updated Apache -dev package with patch 
wasn't installed and so mod_wsgi has different idea of size of data structures 
and crashing anyway.

Graham

On 26/01/2015, at 5:13 PM, QLands Software <[email protected]> wrote:

> I am using Slackware Linux 14.1 . I build and installed mod_wsgi 4.4.6 from 
> source . I did not added any options to the ./configure script.
> 
> I did not had mod_wsgi before. This is my first WSGI application in my system.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to