ID: 50010 Updated by: d...@php.net Reported By: rick at alpinenetworking dot com -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Mac OS X 10.5.8 PHP Version: 5.3.0 New Comment:
Same problem as #49142 Previous Comments: ------------------------------------------------------------------------ [2009-10-27 07:51:01] rick at alpinenetworking dot com Description: ------------ The script below gives me the following error in my error logs: [Tue Oct 27 01:34:20 2009] [notice] child pid 28231 exit signal Bus error (10) When I run the same script on Mac OS X 10.6.1 with the version of PHP that ships with the OS I get the following: [Tue Oct 27 01:17:35 2009] [notice] child pid 2536 exit signal Segmentation fault (11) The code at the URL below is as small as I could get it. It's 35 lines and if I take out any part of it then I the segfault/bus error stops occurring. Reproduce code: --------------- http://pastie.org/671293 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50010&edit=1