chakra-core / chakra-core/ChakraCore
StackTraceArguments are set to be from a global context too often in some cases
Open
Bug
Severity: 3
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
When using the flag -simplejitafter:1 (or flags that imply it), it is possible for stack frame argument type information to be marked as having a global caller for every frame. This is most easily visible in debugging output; functions with global callers are printed in backtraces without any arguments (or the simple "()" to indicate no arguments). The cause is likely something in how jitted functions construct stack frame objects.
Contributor guide
Assessment
This issue has not been assessed yet.