Date: Sun, 25 Mar 2018 23:36:51 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 225499] www/apache24: child pid exit signal Segmentation fault Message-ID: <bug-225499-16115-c3YVed88GM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225499-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-225499-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225499 Laurence 'GreenReaper' Parry <greenreaper@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greenreaper@hotmail.com --- Comment #14 from Laurence 'GreenReaper' Parry <greenreaper@hotmail.com>= --- For what it's worth, I ran into this after a rebuild, and found that settin= g: [opcache] opcache.optimization_level=3D0x2ef resolved the issue for me on a MediaWiki and Drupal installation (FreeBSD 10.4). This removes passes 5 and 9 which perform block optimization and register allocation, while leaving other optimizations intact. If this doesn't work = for you you could try setting it to 0 and then flipping bits like I did. Obviously, this is not ideal, but as others have noted, 5.6 is kind of on l= ife support and the best solution is likely to be an orderly migration to 7.x (ideally 7.1 or above) which will require testing of your application as th= ere are likely to be some issues. On the plus side, the performance gain is incredible. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225499-16115-c3YVed88GM>