php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79386 Crash php
Submitted: 2020-03-16 11:06 UTC Modified: 2020-03-29 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: wapinet at mail dot ru Assigned: cmb (profile)
Status: No Feedback Package: Xdebug
PHP Version: 7.4.3 OS: Windpws 10 x64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wapinet at mail dot ru
New email:
PHP Version: OS:

 

 [2020-03-16 11:06 UTC] wapinet at mail dot ru
Description:
------------
Xdebug 2.9.2 works fine
problem with 2.9.3 version


Apache 2.4.41 threaded (x64)
LoadModule    php7_module    "%sprogdir%/modules/php/%phpdriver%/php7apache2_4.dll"

PHP 7.4.3 thread safe (x64)
Xdebug 2.9.3 (x64) 

php.ini:

zend_extension = xdebug

[xdebug]

;xdebug.auto_trace               = off
;xdebug.cli_color                = 0
;xdebug.coverage_enable          = on
xdebug.default_enable            = on
;xdebug.extended_info            = 1
;xdebug.file_link_format         = ""
;xdebug.filename_format          = ""
;xdebug.force_display_errors     = 0
;xdebug.force_error_reporting    = 0
;xdebug.halt_level               = 0
;xdebug.idekey                   = ""
;xdebug.max_nesting_level        = 256
;xdebug.max_stack_frames         = -1
;xdebug.overload_var_dump        = 2
; disable the @ (shut-up) operator
;xdebug.scream                   = off

;xdebug.collect_assignments      = off
;xdebug.collect_includes         = on
;xdebug.collect_params           = off
;xdebug.collect_return           = off
;xdebug.collect_vars             = off

;xdebug.dump.COOKIE              = ""
;xdebug.dump.ENV                 = ""
;xdebug.dump.FILES               = ""
;xdebug.dump.GET                 = ""
;xdebug.dump.POST                = ""
;xdebug.dump.REQUEST             = ""
;xdebug.dump.SERVER              = ""
;xdebug.dump.SESSION             = ""
;xdebug.dump_globals             = on
;xdebug.dump_once                = on
; dump undefined values from the superglobals
;xdebug.dump_undefined           = off

;xdebug.gc_stats_enable          = off
xdebug.gc_stats_output_dir       = "%sprogdir%/userdata/temp/xdebug"
;xdebug.gc_stats_output_name     = "gcstats.%p"

; 1 - single profiler file will be written for multiple requests
;xdebug.profiler_aggregate       = 0
; 1 - append, 0 - overwrite
;xdebug.profiler_append          = 0
;xdebug.profiler_enable          = 0
; XDEBUG_PROFILE as GET/POST/COOKIE parameter
;xdebug.profiler_enable_trigger  = 0
; XDEBUG_PROFILE secret
;xdebug.profiler_enable_trigger_value = ""
xdebug.profiler_output_dir       = "%sprogdir%/userdata/temp/xdebug"
;xdebug.profiler_output_name     = "cachegrind.out.%p"

;xdebug.remote_addr_header       = ""
;xdebug.remote_autostart         = off
;xdebug.remote_connect_back      = off
;xdebug.remote_cookie_expire_time = 3600
;xdebug.remote_enable             = off
;xdebug.remote_handler           = "dbgp"
;xdebug.remote_host              = "localhost"
;xdebug.remote_log               = ""
; req - connect on every script starts, jit - connect only on error
;xdebug.remote_mode              = "req"
;xdebug.remote_port               = 9000
;xdebug.remote_timeout           = 200

;xdebug.show_error_trace         = 0
;xdebug.show_exception_trace     = 0
;xdebug.show_local_vars          = 0
;xdebug.show_mem_delta           = 0

; XDEBUG_PROFILE as GET/POST/COOKIE parameter
;xdebug.trace_enable_trigger     = off
; XDEBUG_PROFILE secret
;xdebug.trace_enable_trigger_value = ""
; 0 - human readable, 1 - computer readable, 2 - HTML
;xdebug.trace_format             = 0
; 1 - append, 0 - overwrite
;xdebug.trace_options            = 0
xdebug.trace_output_dir          = "%sprogdir%/userdata/temp/xdebug"
;xdebug.trace_output_name        = "trace.%c"

;xdebug.var_display_max_children = 128
;xdebug.var_display_max_data     = 512
;xdebug.var_display_max_depth    = 3

Actual result:
--------------
crash php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-16 13:19 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-03-16 13:19 UTC] cmb@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2020-03-29 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC