Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault while getting variables. #24

Open
swojtasiak opened this issue Dec 23, 2017 · 0 comments
Open

Segmentation fault while getting variables. #24

swojtasiak opened this issue Dec 23, 2017 · 0 comments
Labels

Comments

@swojtasiak
Copy link
Owner

swojtasiak commented Dec 23, 2017

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 l

Result:
[1] 26826 segmentation fault (core dumped) src/jsrdbg_example

Reason:

SpiderMonkey crashes when this property is accessed

desc.parameterNames = fn.parameterNames;

on "lastIndexOf" function.

spidermonkey-24.2.0-r4

@swojtasiak swojtasiak added the bug label Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant