Edit report at https://bugs.php.net/bug.php?id=61143&edit=1
ID: 61143 User updated by: seth dot mos at dds dot nl Reported by: seth dot mos at dds dot nl Summary: XML Parser segfaults on large xml -Status: Closed +Status: Assigned Type: Bug Package: Reproducible crash Operating System: FreeBSD 8.3 PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: Added link to the backtrace with Suhosin enabled. Also notified the Suhosin maintainer with this backtrace. Previous Comments: ------------------------------------------------------------------------ [2012-03-15 13:15:22] seth dot mos at dds dot nl Hi, Please find a full backtrace of the Segfault here. http://redmine.pfsense.org/attachments/download/557/php-gdb-full.txt Kind regards, Seth ------------------------------------------------------------------------ [2012-03-13 13:25:18] seth dot mos at dds dot nl I managed to get a core file and the output from truss. This is from a PHP with Suhosin, without Suhosin PHP does not core dump http://iserv.nl/files/pfsense/phpcore/ Not sure if that is enough. ------------------------------------------------------------------------ [2012-02-27 19:16:15] seth dot mos at dds dot nl Just confirmed that disabling the Suhosin extension in our PHP 5.3.10 build succesfully resolves the crash. We will take this up with the Suhosin maintainers. Kind regards, ------------------------------------------------------------------------ [2012-02-20 17:50:08] ras...@php.net I tried to reproduce this crash with the provided files on both Linux and FreeBSD and was unable to. We'll need more information. Could you get a backtrace for us? And second, could you try it without Suhosin enabled? ------------------------------------------------------------------------ [2012-02-20 13:11:28] seth dot mos at dds dot nl Description: ------------ Previously we used PHP 5.2.17 in pfSense 2.0 before we upgraded our build process to the current 5.3.10. We use the suplied xml to PHP array function in pfSense to convert RRD files and add new fields to RRD files. Here is the PHP version that we use on pfSense. [2.1-DEVELOPMENT][root@pfsense.localdomain]/root(1): php -v PHP 5.3.10 with Suhosin-Patch (cgi-fcgi) (built: Feb 17 2012 14:05:19) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH $xml = file_get_contents("wan-traffic.rrd.old.xml"); $array = xml2array($xml, 1, "tag"); /* this ^^ causes a segfault */ Please see the complete code below and a test file to work on. Test script: --------------- PHP code that triggers our crash, please download the entire code and XML file from: http://iserv.nl/files/pfsense/php/wan-traffic.rrd.old.xml http://iserv.nl/files/pfsense/php/testscript.txt Expected result: ---------------- Return a array of the XML data. Actual result: -------------- PHP core dumps with a signal 11. http://iserv.nl/files/pfsense/php/php%20core%20dump%205.3.10%20freebsd%208.3.png ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61143&edit=1