Skip to content

Commit 27f9fcf

Browse files
committed
revert(tests): restore crashtracker_segfault.phpt to master state
1 parent b9ca2e6 commit 27f9fcf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tests/ext/crashtracker_segfault.phpt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,32 @@ $rr->waitForRequest(function ($request) {
7575
"source_type": "Crashtracking",
7676
%A
7777
},
78+
"experimental": {
79+
"runtime_stack": {
80+
"format": "Datadog Runtime Callback 1.0",
81+
"frames": [
82+
{
83+
"file": "[internal function]",
84+
"function": "posix_kill"
85+
},
86+
{
87+
"file": "Command line code",
88+
"function": "{closur%s}",
89+
"line": 1
90+
},
91+
%A {
92+
"file": "[internal function]",
93+
"function": "class_exists",
94+
"line": 1
95+
},
96+
{
97+
"file": "Command line code",
98+
"function": "[top-level code]",
99+
"line": 1
100+
}
101+
]
102+
}
103+
},
78104
%A
79105
"incomplete": false,
80106
"metadata": {

0 commit comments

Comments
 (0)