Hello, i am trying to setup django with wsgi but have encountered some strange problems. Default applications works fine and output to browser, but as soon as i add
import threading (for example), app starts to segfault. [Wed Dec 03 15:28:34 2008] [notice] child pid 3960 exit signal Segmentation fault (11) My LogLevel is set to debug but i can only see [Wed Dec 03 15:28:34 2008] [info] [client 89.178.157.xx] mod_wsgi (pid=3960, process='', application='xx.ru|'): Loading WSGI script '/ var/django/axion/axion.wsgi'. [Wed Dec 03 15:29:57 2008] [info] [client 91.76.127.xx] (104) Connection reset by peer: core_output_filter: writing data to the network [Wed Dec 03 15:29:57 2008] [info] [client 91.76.127.xx] (32)Broken pipe: core_output_filter: writing data to the network I use Python 2.5.2 and latest mod_wsgi compiled from source Thx for any help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
