I hope you can help me.
The thing is, I was editing a user via Django Admin, and tried to add a new group from there. The add group page didn't showed up, and uWSGI log showed as follow:
*** HARAKIRI ON WORKER 3 (pid: 4763) ***
HARAKIRI: --- uWSGI worker 3 (pid: 4763) WAS managing request /admin/auth/group/add/ since Mon Apr 18 13:00:19 2011 ---
DAMN ! process 4763 died :( trying respawn ...
Then I found out that I can't access group Admin at all! Does anyone knows what is happening here?
Thanks!
##### EDIT #####
It seems that the problem is the request takes to much time to process, and uWSGI kills it, while django test server doesn't, so in django test server the request is processed after a long while though. I'm using Django_debug_toolbar, here is some info:
Resource Value
User CPU time 4364.273 msec
System CPU time 964.061 msec
Total CPU time 5328.334 msec
Elapsed time 5541.512 msec
Context switches 10983 voluntary, 1053 involuntary
SQL
346 queries in 177.71ms
If anymore data would help finding a solution, just ask me, I couldn't think of anything more relevant to add here. Thanks!