php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29927 Instansiating two Tidy objects causes segfault
Submitted: 2004-09-01 08:59 UTC Modified: 2010-12-20 10:00 UTC
From: aashley at optimiser dot com Assigned:
Status: No Feedback Package: Tidy (PECL)
PHP Version: 5.0.1 OS: Gentoo Linux
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: aashley at optimiser dot com
New email:
PHP Version: OS:

 

 [2004-09-01 08:59 UTC] aashley at optimiser dot com
Description:
------------
When using Tidy in PHP5.0.1 instansiating two Tidy objects causes a segfault. This worked successfully in 5.0.0.

Using Tidy snapshot from the 11th of August 2004.

Reproduce code:
---------------
<?php
if (!extension_loaded('tidy')) {
  $prefix = (PHP_SHLIB_SUFFIX == 'dll') ? 'php_' : '';
  dl($prefix.'tidy.'.PHP_SHLIB_SUFFIX);
}

loadContent();
$tidy = new Tidy();

function loadContent() {
  $tidy = new Tidy();
}
?>

Expected result:
----------------
aashley@dt-pc0144 ~ $ php test.php
aashley@dt-pc0144 ~ $

Actual result:
--------------
aashley@dt-pc0144 ~ $ php test.php
Segmentation fault
aashley@dt-pc0144 ~ $

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-01 09:39 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

Works fine for me, please try a snapshot.
 [2004-09-15 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".
 [2010-12-20 10:00 UTC] jani@php.net
-Package: Reproducible crash +Package: Tidy
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 05:01:28 2025 UTC