-
Notifications
You must be signed in to change notification settings - Fork 7.3k
node v0.12.4 segfault using arrow functions #25503
Comments
This is from V8 3.14, where it's an experimental feature. This feature is still experimental as of 4.3. Don't think there's much that can be done to remedy this issue. |
Thanks. Was just surprised to see my buggy code crash node 😄 |
Honestly I'm also surprised to see even an experimental feature blow up like that. |
Just for the reference: this is still broken in v8 4.2 and is fixed in v8 4.3 (io.js next branch atm, should go into 3.0). |
Going to close this here since there's really nothing we can do in this repo. @greghutch ... I'd recommend that you test this against io.js moving forward (then eventually the converged repo) |
Repro case (on ubuntu, using 64 bit node):
The backtrace looks like this:
The text was updated successfully, but these errors were encountered: