-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Illegal Instruction in core in debugger dev tools #12024
Comments
cc @nodejs/v8-inspector @eugeneo |
You wouldn't happen to be using ES6 proxies in your application or your dependencies? I suspect you are hitting this assertion: https://github.com/nodejs/node/blob/v7.7.4/deps/v8/src/objects.cc#L3044 (warning: big file) |
No, I'm not using proxies....it even happens on ES5 |
Any idea if this still happens with Node.js 8.x? |
@zwhitchcox, if this still happens on v8.x please comment and reopen (if GitHub allows you to do so), preferably while providing a reproducible test case. I'll close this for now to avoid inactive issues from piling up. |
Version: 7.6.0
Platform: Linux localhost 3.14.0 #1 SMP PREEMPT Sat Mar 18 09:19:20 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: debugger devtools
Seems to happen randomly in the code when running express, but this is the output from the stack trace:
The text was updated successfully, but these errors were encountered: