ID:               46074
 Updated by:       dmi...@php.net
 Reported By:      neko at nekochan dot net
-Status:           Assigned
+Status:           Closed
 Bug Type:         Reproducible crash
 Operating System: IRIX 6.5.30
 PHP Version:      5.3.0alpha2
 Assigned To:      dmitry
 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2009-09-03 14:33:12] s...@php.net

Automatic comment from SVN on behalf of dmitry
Revision: http://svn.php.net/viewvc/?view=revision&revision=287992
Log: Fixed bug #46074 (Bus error during running PHP CLI under IRIX
6.5.30)

------------------------------------------------------------------------

[2009-09-02 11:24:20] dmi...@php.net

Can anyone provide an access to IRIX server, where I can check the
patch? (contact me by email)

------------------------------------------------------------------------

[2009-08-21 20:18:23] dgarciacampos at gmail dot com

I just finished compiling and "make test"ing php on a linux-sparc
machine.
bash-3.2$ uname -a
Linux gcars0kq 2.6.27.12-78.2.9.fc9.sparc64.smp #1 SMP Sat Jan 24
22:46:27 EST 2009 sparc64 sparc64 sparc64 GNU/Linux


I'd like to point out that the last patch from the e-mail thread below
is slightly wrong, thread heading: ([12 Jul 5:20am UTC] pogma at
thewrittenword dot com)

The changes made to Zend/zend_vm_execute.h a somewhat misleading. 
If anybody needs a copy of this file or the the other two files
mentioned in the patch, i can gladly send them to you, just e-mail me at
dgarciacampos at gmail dot com.

Thanks,
David A. Garcia-Campos

------------------------------------------------------------------------

[2009-07-14 02:49:51] pogma at thewrittenword dot com

Well, even though it built and tested ok, the patch had an error.

+               sizeof(temp_variable) * op_array->T TSRMLS_CC));

should be
+               sizeof(temp_variable) * op_array->T) TSRMLS_CC);

Seems to be that building php with an apxs that was built with
mpm=worker requires this.

------------------------------------------------------------------------

[2009-07-12 17:56:14] neko at nekochan dot net

I've tested the new patch and it is also working well on IRIX. Thanks 
much!

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/46074

-- 
Edit this bug report at http://bugs.php.net/?id=46074&edit=1

Reply via email to