-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 doug schmidt wrote: > On a 7.3-release box, I upgraded to php 5.3.2 + extensions. All seems > to be working fine with our php developed application, > however when I start apache, I get this in the apache error log; > > [Tue Apr 27 16:08:33 2010] [notice] Apache/2.2.14 (FreeBSD) PHP/5.3.2 > with Suhosin-Patch mod_ssl/2.2.14 OpenSSL/1.0.0 DAV/2 configured -- > resuming normal operations > [Tue Apr 27 16:08:37 2010] [notice] child pid 37609 exit signal Bus error (10) > > This bus error only happens a few seconds after starting apache. In > trying to track this down, I find that the culprit is > "extension=session.so" in extensions.ini > If I comment this out, there is no bus error. > > Anything else I can do to try and resolve this? > > thanks. > doug
Hi Doug, Check out this page: http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround There's a link to a script (fixphpextorder.sh) that will re-order your extensions.ini file and hopefully fix the core dump problem you have. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFL2ET30sRouByUApARAmI2AJ9zyAA28juefuM4zr8uVIkGhlBgMwCdGfRd TAEJY6tG2TIx6hBYqQCnlQI= =v7Fm -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
