2009/7/3 Aslan <[email protected]>: > > Thanks your suggestion. Now I found the problem point. Please see.. > > 18312 open("/etc/passwd", O_RDONLY) = -1 EACCES (Permission > denied) > 18312 --- SIGSEGV (Segmentation fault) @ 0 (0) --- > > Thank you. Because your help, let me know how to solve this problem.
Need the full output from 'thread apply all bt'. Don't truncate it as the full stack trace is needed to work out where issue arises. There also looks to be something rather odd about that as '/etc/passwd' should always exist and be readable. Only thing that might cause this not to be the case is maybe if you have SELinux extensions enabled and it is blocking it. If you have SELinux enabled, make sure you disable it unless you know how to set it up properly. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
