Test: /ext/session/tests/bug24592.phpt - Version 7.2.0-dev        

Bug #24592 exit signal Segmentation fault (11)
Submitted: 2003-07-10 11:11:43 Modified: 2003-07-21 16:50:15
From: jhuston Assigned:
Status: Closed Package: Session related
PHP Version: 4.3.3RC2-dev, 5.0.0b2-dev OS: Sparc Solaris 9

There is 1 diff reported by users for this test.

Count Diff
38 (100%)
001+ Fatal error: Uncaught Exception: Could not gather sufficient random data in %s/bug24592.php:2
002+ Stack trace:
003+ #0 %s/bug24592.php(2): session_start()
004+ #1 {main}
005+
006+ Next Exception: Could not gather sufficient random data in %s/bug24592.php:2
007+ Stack trace:
008+ #0 %s/bug24592.php(2): session_start()
009+ #1 {main}
010+
011+ Next Exception: Could not gather sufficient random data in %s/bug24592.php:2
012+ Stack trace:
013+ #0 %s/bug24592.php(2): session_start()
014+ #1 {main}
015+
016+ Next Exception: Could not gather sufficient random data in %s/bug24592.php:2
017+ Stack trace:
018+ #0 %s/bug24592.php(2): session_start()
019+ #1 {main}
001- Notice: Undefined index: foo in %s on line %d
003- Notice: Undefined index: bar in %s on line %d
004- NULL
005- NULL
006- array(0) {
007- }
021+ Next Error: Failed to create session ID: files (path: ) in %s/bug24592.php:2
022+ Stack trace:
023+ #0 %s/bug24592.php(2): session_start()
024+ #1 {main}
025+ thrown in %s/bug24592.php on line 2
008- array(2) {
009- ["foo"]=>
010- NULL
011- ["bar"]=>
012- NULL
013- }