Mod_wsgi worker processes segmentation fault (11)
问题 I am having a problem with my django application, which is hosted with apache/mod_wsgi. I added some matplotlib code into the application, and apache worker processes now crashing. I reduced this problem to the following: Without any matplotlib imports application works ok when "import matplotlib" is added anywhere in the application, worker processes die with segfault and users see no reply from server "import matplotlib" works just fine in commandline python interpreter - segfault happens