-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
How to reproduce:
Build and run example from jsrdbg/example directory.
Connect to the debugger using jrdb. Then:
jrdb> set evaluation-depth=2
jrdb> i lResult:
[1] 26826 segmentation fault (core dumped) src/jsrdbg_example
Reason:
SpiderMonkey crashes when this property is accessed
Line 352 in 3de305d
| desc.parameterNames = fn.parameterNames; |
on "lastIndexOf" function.
spidermonkey-24.2.0-r4
Reactions are currently unavailable