#45801 [Com]: PHPUnit testcase crashes (segfault)

[email protected] ("jtaal at eljakim dot nl")
Newsgroups php.bugs
Message-ID <[email protected]>
 ID:               45801
 Comment by:       jtaal at eljakim dot nl
 Reported By:      jtaal at eljakim dot nl
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: *
 PHP Version:      5.2.6
 Assigned To:      fb-req-jani
 New Comment:

Sebastian Bergman managed to narrow it down:
http://bugs.php.net/bug.php?id=45805

please close this bug


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

[2008-08-13 01:04:25] [email protected]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi



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

[2008-08-12 16:22:27] jtaal at eljakim dot nl

Description:
------------
I'm getting a segmentation fault when running a very simple PHPUnit
testcase.
I'm using the latest pear package from pear.phpunit.de.

The testcase is issuing an E_STRICT.

I think deep inside PHPUnit something happens that causes this to
happen. However, since PHPUnit is "just" a bunch of PHP classes, I dare
say this is a bug inside the PHP interpreter.

I've been able to run and crash this on both Linux (debian lenny) and
Windows XP SP3 (both using PHP 5.2.6).


Reproduce code:
---------------
<?php // MyTest.php
require_once 'PHPUnit/Framework.php';

class MyObject {
    public function getX() {
        return NULL;
    }
}

class MyTest extends PHPUnit_Framework_TestCase {
    public function test1() {
        $obj = new MyObject;
        $source = & $obj->getX();
    }
}

Actual result:
--------------
$ phpunit MyTest.php

Strict Standards: Only variables should be assigned by reference in
/home/jtaal/public_html/MyTest.php on line 18
PHPUnit 3.2.21 by Sebastian Bergmann.

Segmentation fault



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


-- 
Edit this bug report at http://bugs.php.net/?id=45801&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.