php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45471 PHP segfaults running the SimplePie test suite
Submitted: 2008-07-09 21:19 UTC Modified: 2008-07-16 20:11 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: geoffers+phpbugs at gmail dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5.3CVS-2008-07-09 (CVS) OS: Debian Etch/Mac OS 10.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 26 = ?
Subscribe to this entry?

 
 [2008-07-09 21:19 UTC] geoffers+phpbugs at gmail dot com
Description:
------------
Whatever OS I attempt to run the SimplePie (trunk ? the latest release 
obviously relied upon some bug in PHP and now causes a E_FATAL (which is 
really a backwards compatibility break, but I digress)) test suite on it 
results in PHP crashing. I've been unable to create a minimal test case, 
but it is entirely reproducible.

Reproduce code:
---------------
http://svn.simplepie.org/simplepie/trunk/test/test.php

Expected result:
----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
?
</html>

Actual result:
--------------
Segfault occurs, after some output.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-09 22:06 UTC] johannes@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 for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

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.

Please also try to reduce the size of the testcase.
 [2008-07-16 20:11 UTC] geoffers+phpbugs at gmail dot com
It seems to have been fixed between when I reported this and now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC