Project

Profile

Help

Issue #3129

Updated by bmbouter over 6 years ago

Occasionally, the httpd instance that the Pulp wsgi app runs on will segfault. This causes httpd to do a graceful, but the restart can have effects on other applications in the same httpd instance. 

 I have observed this on at least four different machines: 

 <pre> 
 [Sun Nov    5 03:28:12 2017] httpd[27508]: segfault at 8 ip 00007f6ef3d7aa90 sp 00007f6ed6df3d70 error 4 in libpython2.7.so.1.0[7f6ef3c7b000+17d000] 
 </pre> 

 Unfortunately I do not know how to reproduce this issue.

Back