You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the best you could try to do is to get more information :) Like generating a core file, and load it with gdb to show the backtrace.
I don't know exactly how mod_wsgi is working, and how the process share the lib between client. Some peoples already reported issues about threading, so maybe you are in the case. Absolutely no idea.
I use jnius with Apache + mod_wsgi with django. I made a jar file in JRE lib to invoke it with jnius.
It seems work, but with 50% Success rate.
The Apache error as follows:
child pid XXXXX exit signal Segmentation fault (11)
Anyone help?
Thanks a lot.
The text was updated successfully, but these errors were encountered: