View Issue Details

IDProjectCategoryView StatusLast Update
0001093XdebugUncategorizedpublic2014-12-01 17:19
ReporterHoffmann.P@gmx.net Assigned To 
PrioritylowSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
PlatformLinux-amd64OSMint 17OS Version3.13.0-40
Product Version2.2.3 
Summary0001093: Crashes when using PHPExcel
Description

xdebug leaves with a segfault:

Dec 1 17:55:37 ber-desktop kernel: [27251.384709] php-cgi[11292]: segfault at 14 ip 00007fd53dfc7370 sp 00007fff3856da80 error 4 in xdebug.so[7fd53dfb8000+2e000]

Do you need a gdb stacktrace and if yes, how do I do that?

Steps To Reproduce

Download PHPExcel and run:

<?php
require_once("PHPExcel.php");
$objPHPExcel = new PHPExcel();
?>

TagsNo tags attached.
Operating System
PHP Version5.5.5-5.5.9

Activities

Hoffmann.P@gmx.net

2014-12-01 17:12

reporter   ~0002919

Fixed in the current version

derick

2014-12-01 17:12

administrator   ~0002920

You should first try to upgrade Xdebug to the latest version, as I've fixed a few bugs. If it then still breaks, please let me know where I can get PHPExcel, and which options you have set for Xdebug - by supplying the phpinfo() output section for Xdebug.

Hoffmann.P@gmx.net

2014-12-01 17:13

reporter   ~0002921

Thanks, can be closed now!

derick

2014-12-01 17:19

administrator   ~0002922

Ok, awesome :-)