View Issue Details

IDProjectCategoryView StatusLast Update
0000483XdebugUncategorizedpublic2009-11-08 21:48
ReporterAntronin Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.0.0dev 
Summary0000483: Segfault error 4 in xdebug.so
Description

Since I upgraded my Ubuntu to Karmic Koala (9.10) PHP is segfaulting on xdebug when is starts to generate code coverage report. I'm using PHPUnderControl to test my application and it is reporting faulty tests continuasly.
In my message.log I see the following:

Nov 5 13:06:59 antronin kernel: [17160.746797] php[27697]: segfault at b0a7816 ip b6f2f507 sp bfc7a150 error 4 in xdebug.so[b6f0e000+33000]

Additional Information

I tried to install xdebug 2.0.5 hoping it will solve the issue, but it is not yet available in the Ubuntu repos, and installing from PECL coman line fails: it downloads the tar.gz but does not compile it.. simply stops without any error messages (tried several times).

TagsNo tags attached.
Operating SystemUbuntu 9.10
PHP Version5.2.10

Activities

derick

2009-11-05 13:52

administrator   ~0001119

PECL and PEAR are broken on Karmic Koala (http://tinyurl.com/yhfvet9). Please use "pecl install -Z xdebug" and see if 2.0.5 solves the issues. Alternatively, just do:

pecl download xdebug
tar -xvzf xdebug-2.0.5.tar.gz
cd xdebug-2.0.5
phpize
./configure
make install

Antronin

2009-11-06 10:53

reporter   ~0001122

Thank you for pointing this out.
Installing with t -Z option from PECL solved the case, we can close this bug!

Issue History

Date Modified Username Field Change
2009-11-05 13:24 Antronin New Issue
2009-11-05 13:24 Antronin Operating System => Ubuntu 9.10
2009-11-05 13:24 Antronin PHP Version => 5.2.10
2009-11-05 13:24 Antronin Xdebug Version => 2.0.4
2009-11-05 13:52 derick Note Added: 0001119
2009-11-05 13:52 derick Status new => feedback
2009-11-06 10:53 Antronin Note Added: 0001122
2009-11-08 21:48 derick Status feedback => resolved
2009-11-08 21:48 derick Resolution open => no change required
2009-11-08 21:48 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized