You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? If possible, provides a simple script and debug step to reproduce the problem.
Start VsCode debug
Start a script php -e
Check the variables by VsCode
Sometimes if you click a variable, the debug was stopped and return error "Segmentation fault"
For example, if you click the args variable, it will return "Segmentation fault"
Current File: system/Filters/Filters.php line 163 function $this->initialize(strtolower($uri)); Of CI4 framework v4.2.4
What is your machine environment used (show your uname -a & php -v & gcc -v) ?
$ uname -a
Linux 2daa3851c92a 5.10.76-linuxkit #1 SMP Mon Nov 8 10:21:19 UTC 2021 x86_64 Linux
# php -v
PHP 7.4.29 (cli) (built: Apr 19 2022 01:09:03) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Yasd v0.3.9-alpha, Our Copyright, by codinghuang
with Zend OPcache v7.4.29, Copyright (c), by Zend Technologies
php -e
For example, if you click the
args
variable, it will return "Segmentation fault"Current File:
system/Filters/Filters.php
line163
function$this->initialize(strtolower($uri));
Of CI4 framework v4.2.4uname -a
&php -v
&gcc -v
) ?Here is the log when I click args variable
The text was updated successfully, but these errors were encountered: