php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33714 Segmentation fault on interactive mode
Submitted: 2005-07-15 18:48 UTC Modified: 2005-07-23 01:00 UTC
From: dev at null dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.4 OS: Redhat 9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dev at null dot com
New email:
PHP Version: OS:

 

 [2005-07-15 18:48 UTC] dev at null dot com
Description:
------------
php -a

<?
$tmpfiles = scandir('/tmp');

foreach ($tmpfiles as $tmpfile) {

}
Segmentation fault

Reproduce code:
---------------
php -a

<?
$tmpfiles = scandir('/tmp');

foreach ($tmpfiles as $tmpfile) {

}
Segmentation fault

Actual result:
--------------
Segmentation fault.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-15 18:56 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2005-07-23 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 00:01:29 2025 UTC