View Issue Details

IDProjectCategoryView StatusLast Update
0001675XdebugStacktracespublic2020-03-24 10:40
Reporterchazzbg Assigned Toderick  
PrioritynormalSeveritycrashReproducibilitysometimes
Status resolvedResolutionno change required 
OSFedora LinuxOS Version30 
Product Version2.7.2 
Summary0001675: php-cli: zval_get_type(): php killed by SIGSEGV
Description

Segmentation fault when using php when xdebug

Additional Information

A few days ago while I was working on a project I encountered a segfault while making a request to the builtin Symfony server.
restarting the server didn't help. I disabled loading of xdebug and everything was working again. Tried to reenable it and the problem seemed to go away. Half an hour later I tried to update the DB schema and segfault was back again.

The issue was captured by abrt and I reported it directly to Bugzilla.
here you can see the issue, along with stack traces and debug information
https://bugzilla.redhat.com/show_bug.cgi?id=1719028

the version of PHP is 7.3.6, but I can't see to find it in the selector

TagsNo tags attached.
Operating System
PHP Version7.3.5-7.3.9

Activities

derick

2019-06-14 12:29

administrator   ~0005038

Do you have a reproducible case?

derick

2019-06-28 11:18

administrator   ~0005042

Hi --- could you please provide the requested information?

chazzbg

2019-06-28 15:12

reporter   ~0005049

Hello,
I wasn't able to come up with reliably reproducible setup, but i managed to limit it by reducing the configured items.

with the config below, it was happening:

xdebug.var_display_max_depth=8
xdebug.var_display_max_data=2048
xdebug.var_display_max_children=256
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.cli_color=2
xdebug.collect_assignments=1
xdebug.collect_params=3
xdebug.collect_return=1
xdebug.collect_vars=1
xdebug.dump.POST =
xdebug.dump.GET =

xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.show_exception_trace=0
xdebug.trace_enable_trigger=1
xdebug.extended_info=1

i reduced configuration to :

xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.cli_color=2
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.trace_enable_trigger=1

and seems that the problem is not happening

derick

2020-03-12 16:18

administrator   ~0005288

Is this still an issue with Xdebug 2.9.x?

chazzbg

2020-03-12 18:57

reporter   ~0005295

I can't recall having this issue recently, so i would say no, it is not an issue right now .

derick

2020-03-24 10:40

administrator   ~0005337

Thanks for letting me know. I'll close this out then!

Issue History

Date Modified Username Field Change
2019-06-14 12:13 chazzbg New Issue
2019-06-14 12:29 derick Assigned To => derick
2019-06-14 12:29 derick Status new => feedback
2019-06-14 12:29 derick Note Added: 0005038
2019-06-14 12:30 derick PHP Version 7.3-dev => 7.3.5-7.3.9
2019-06-28 11:18 derick Note Added: 0005042
2019-06-28 15:12 chazzbg Note Added: 0005049
2019-06-28 15:12 chazzbg Status feedback => assigned
2020-03-12 16:18 derick Status assigned => feedback
2020-03-12 16:18 derick Note Added: 0005288
2020-03-12 18:57 chazzbg Note Added: 0005295
2020-03-12 18:57 chazzbg Status feedback => assigned
2020-03-24 10:40 derick Status assigned => resolved
2020-03-24 10:40 derick Resolution open => no change required
2020-03-24 10:40 derick Note Added: 0005337