View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001951 | Xdebug | Step Debugging | public | 2021-02-24 21:45 | 2021-03-17 08:29 |
Reporter | mercury.kd | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 3.0.3 | ||||
Summary | 0001951: if key name = emoji | ||||
Description | return \x9f\x98\x82 instead \xf0\x9f\x98\x82 | ||||
Steps To Reproduce | |||||
Tags | No tags attached. | ||||
Attached Files | xdebug.log (13,053 bytes)
[15902] Log opened at 2021-02-24 21:30:47.638454 [15902] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [15902] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [15902] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="15902" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [15902] [Step Debug] <- feature_set -i 1 -v 1 -n show_hidden [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> [15902] [Step Debug] <- feature_set -i 2 -v 100 -n max_children [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> [15902] [Step Debug] <- feature_set -i 3 -v 10000 -n max_data [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response> [15902] [Step Debug] <- feature_set -i 4 -v 4 -n max_depth [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response> [15902] [Step Debug] <- breakpoint_set -i 5 -n 3 -f file%3A///var/www/test/index.php -t line [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="159020001"></response> [15902] [Step Debug] <- breakpoint_set -i 6 -x "Fatal error" -t exception [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="159020002"></response> [15902] [Step Debug] <- breakpoint_set -i 7 -x "Catchable fatal error" -t exception [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="159020003"></response> [15902] [Step Debug] <- breakpoint_set -i 8 -x "Parse error" -t exception [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="159020004"></response> [15902] [Step Debug] <- breakpoint_set -i 9 -x "Xdebug" -t exception [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="159020005"></response> [15902] [Step Debug] <- breakpoint_set -i 10 -x "Unknown error" -t exception [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="159020006"></response> [15902] [Step Debug] <- run -i 11 [15902] [Step Debug] DEBUG: Checking whether to break on /var/www/test/index.php:3. [15902] [Step Debug] DEBUG: I: Current location: /var/www/test/index.php:3. [15902] [Step Debug] DEBUG: I: Matching breakpoint '/var/www/test/index.php:3' against location '/var/www/test/index.php:3'. [15902] [Step Debug] DEBUG: F: File names match (/var/www/test/index.php). [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="break" reason="ok"><xdebug:message filename="file:///var/www/test/index.php" lineno="3"></xdebug:message></response> [15902] [Step Debug] <- context_get -i 12 -c 1 [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="12" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="3" page="0" pagesize="100"><property name="SL_GWPT_Show_Hide_tmp" fullname="$_COOKIE["SL_GWPT_Show_Hide_tmp"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="SL_wptGlobTipTmp" fullname="$_COOKIE["SL_wptGlobTipTmp"]" type="s [15902] [Step Debug] <- context_get -i 13 [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="13" context="0"><property name="$t" fullname="$t" type="uninitialized"></property></response> [15902] [Step Debug] <- stack_get -i 14 [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///var/www/test/index.php" lineno="3"></stack></response> [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14" status="stopping" reason="ok"></response> [15902] Log closed at 2021-02-24 21:30:53.120330 [15902] Log opened at 2021-02-24 21:30:53.453183 [15902] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [15902] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [15902] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="15902" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [15902] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> [15902] Log closed at 2021-02-24 21:30:55.513241 [15901] Log opened at 2021-02-24 21:31:45.056501 [15901] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [15901] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [15901] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="15901" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [15901] [Step Debug] <- feature_set -i 1 -v 1 -n show_hidden [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> [15901] [Step Debug] <- feature_set -i 2 -v 100 -n max_children [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> [15901] [Step Debug] <- feature_set -i 3 -v 10000 -n max_data [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response> [15901] [Step Debug] <- feature_set -i 4 -v 4 -n max_depth [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response> [15901] [Step Debug] <- breakpoint_set -i 5 -n 4 -f file%3A///var/www/test/index.php -t line [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="159010001"></response> [15901] [Step Debug] <- breakpoint_set -i 6 -x "Fatal error" -t exception [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="159010002"></response> [15901] [Step Debug] <- breakpoint_set -i 7 -x "Catchable fatal error" -t exception [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="159010003"></response> [15901] [Step Debug] <- breakpoint_set -i 8 -x "Parse error" -t exception [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="159010004"></response> [15901] [Step Debug] <- breakpoint_set -i 9 -x "Xdebug" -t exception [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="159010005"></response> [15901] [Step Debug] <- breakpoint_set -i 10 -x "Unknown error" -t exception [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="159010006"></response> [15901] [Step Debug] <- run -i 11 [15901] [Step Debug] DEBUG: Checking whether to break on /var/www/test/index.php:4. [15901] [Step Debug] DEBUG: I: Current location: /var/www/test/index.php:3. [15901] [Step Debug] DEBUG: I: Matching breakpoint '/var/www/test/index.php:4' against location '/var/www/test/index.php:3'. [15901] [Step Debug] DEBUG: R: Line number (3) doesn't match with breakpoint (4). [15901] [Step Debug] DEBUG: Checking whether to break on /var/www/test/index.php:4. [15901] [Step Debug] DEBUG: I: Current location: /var/www/test/index.php:4. [15901] [Step Debug] DEBUG: I: Matching breakpoint '/var/www/test/index.php:4' against location '/var/www/test/index.php:4'. [15901] [Step Debug] DEBUG: F: File names match (/var/www/test/index.php). [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="break" reason="ok"><xdebug:message filename="file:///var/www/test/index.php" lineno="4"></xdebug:message></response> [15901] [Step Debug] <- context_get -i 12 -c 1 [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="12" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="3" page="0" pagesize="100"><property name="SL_GWPT_Show_Hide_tmp" fullname="$_COOKIE["SL_GWPT_Show_Hide_tmp"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="SL_wptGlobTipTmp" fullname="$_COOKIE["SL_wptGlobTipTmp"]" type="s [15901] [Step Debug] <- context_get -i 13 [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="13" context="0"><property name="$a" fullname="$a" type="uninitialized"></property><property name="$t" fullname="$t" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="���" fullname="$t["���"]" type="int"><![CDATA[1]]></property></property></response> [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="13" status="stopping" reason="ok"></response> [15901] Log closed at 2021-02-24 21:31:45.583125 [15901] Log opened at 2021-02-24 21:31:46.137898 [15901] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [15901] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [15901] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="15901" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [15901] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> [15901] Log closed at 2021-02-24 21:31:48.260934 | ||||
Operating System | |||||
PHP Version | 7.3.10-7.3.14 | ||||
|
Please follow the instructions at https://xdebug.org/reporting-bugs#remote as there is not enough information in this report. |
|
Ubuntu 16, php 7.4, xdebug 3.0.3 PHP 7.4.15 (cli) (built: Feb 23 2021 15:11:45) ( NTS ) Script in attachment xdebug-2.log (6,546 bytes)
[349] Log opened at 2021-02-25 05:14:52.972235 [349] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [349] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [349] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="349" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [349] [Step Debug] <- feature_set -i 1 -v 1 -n show_hidden [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> [349] [Step Debug] <- feature_set -i 2 -v 100 -n max_children [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> [349] [Step Debug] <- feature_set -i 3 -v 10000 -n max_data [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response> [349] [Step Debug] <- feature_set -i 4 -v 4 -n max_depth [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response> [349] [Step Debug] <- breakpoint_set -i 5 -n 4 -t line -f file%3A///var/www/test/index.php [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="3490001"></response> [349] [Step Debug] <- breakpoint_set -i 6 -x "Fatal error" -t exception [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="3490002"></response> [349] [Step Debug] <- breakpoint_set -i 7 -x "Catchable fatal error" -t exception [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="3490003"></response> [349] [Step Debug] <- breakpoint_set -i 8 -x "Parse error" -t exception [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="3490004"></response> [349] [Step Debug] <- breakpoint_set -i 9 -x "Xdebug" -t exception [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="3490005"></response> [349] [Step Debug] <- breakpoint_set -i 10 -x "Unknown error" -t exception [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="3490006"></response> [349] [Step Debug] <- run -i 11 [349] [Step Debug] DEBUG: Checking whether to break on /var/www/test/index.php:4. [349] [Step Debug] DEBUG: I: Current location: /var/www/test/index.php:3. [349] [Step Debug] DEBUG: I: Matching breakpoint '/var/www/test/index.php:4' against location '/var/www/test/index.php:3'. [349] [Step Debug] DEBUG: R: Line number (3) doesn't match with breakpoint (4). [349] [Step Debug] DEBUG: Checking whether to break on /var/www/test/index.php:4. [349] [Step Debug] DEBUG: I: Current location: /var/www/test/index.php:4. [349] [Step Debug] DEBUG: I: Matching breakpoint '/var/www/test/index.php:4' against location '/var/www/test/index.php:4'. [349] [Step Debug] DEBUG: F: File names match (/var/www/test/index.php). [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="break" reason="ok"><xdebug:message filename="file:///var/www/test/index.php" lineno="4"></xdebug:message></response> [349] [Step Debug] <- context_get -i 12 -c 1 [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="12" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="3" page="0" pagesize="100"><property name="SL_GWPT_Show_Hide_tmp" fullname="$_COOKIE["SL_GWPT_Show_Hide_tmp"]" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="SL_wptGlobTipTmp" fullname="$_COOKIE["SL_wptGlobTipTmp"]" type="s [349] [Step Debug] <- context_get -i 13 [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="13" context="0"><property name="$a" fullname="$a" type="uninitialized"></property><property name="$t" fullname="$t" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="���" fullname="$t["���"]" type="int"><![CDATA[1]]></property></property></response> [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="13" status="stopping" reason="ok"></response> [349] Log closed at 2021-02-25 05:14:54.026198 [349] Log opened at 2021-02-25 05:14:54.807524 [349] [Step Debug] INFO: Connecting to configured address/port: localhost:9009. [349] [Step Debug] INFO: Connected to debugging client: localhost:9009 (through xdebug.client_host/xdebug.client_port). :-) [349] [Step Debug] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/test/index.php" language="PHP" xdebug:language_version="7.4.15" protocol_version="1.0" appid="349" idekey="sublime.xdebug"><engine version="3.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2021 by Derick Rethans]]></copyright></init> [349] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> [349] Log closed at 2021-02-25 05:14:56.901568 |
|
This is addressed in Xdebug already, by enabling the |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-24 21:45 | mercury.kd | New Issue | |
2021-02-24 21:45 | mercury.kd | File Added: xdebug.log | |
2021-02-24 22:39 | derick | Assigned To | => derick |
2021-02-24 22:39 | derick | Status | new => feedback |
2021-02-24 22:39 | derick | Note Added: 0005697 | |
2021-02-25 05:21 | mercury.kd | Note Added: 0005698 | |
2021-02-25 05:21 | mercury.kd | File Added: test.php | |
2021-02-25 05:21 | mercury.kd | File Added: xdebug-2.log | |
2021-02-25 05:21 | mercury.kd | Status | feedback => assigned |
2021-03-03 11:22 | derick | Status | assigned => acknowledged |
2021-03-17 08:29 | derick | Status | acknowledged => resolved |
2021-03-17 08:29 | derick | Resolution | open => no change required |
2021-03-17 08:29 | derick | Note Added: 0005717 |