What happens is: if a user is logged in and the disqus plugin is enabled, some pages are not accessible. Nginx throws a
Bad Gatewaybecause the php-fpm child craps out.
This looks like this:
[29-Nov-2012 14:13:04] WARNING: [pool multisite] child 16025 exited on signal 11 (SIGSEGV) after 30.822181 seconds from start
No PHP Errors, although
define('WP_DEBUG', true); define('DISQUS_DEBUG', true);is active and throws notices for other plugins.
* Nginx 1.1.19-1ubuntu0.1
* Php5-fpm 5.3.10-1ubuntu3.4
Latest WordPress, latest Disqus Plugin