Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Error: child pid XXXXX exit signal Segmentation fault (11) #50

Closed
pubfox opened this issue Jan 4, 2013 · 1 comment
Closed
Labels

Comments

@pubfox
Copy link

pubfox commented Jan 4, 2013

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.

@tito
Copy link
Member

tito commented Jan 9, 2013

Hi,

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.

@tito tito closed this as completed Jul 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants