-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Debugging across http requests throws exception #3682
Comments
Is it possible that you have an older iojs binary on your PATH? The |
It's possible (I use n to manage multiple node/iojs versions). So I tried to mitigate this using the node:4.0.0 docker image and still get an error, but no mention of iojs.
|
It's possible v4.0.0 had a missed error message somewhere, @willm can I get you to try v4.2.2? |
Same issue with 4.2.2, it seems to go way back (I also tried 0.10.40)
|
cc @indutny |
Is this nodejs/node-v0.x-archive#9028 ? because that's also reproducible on v5.1.0 |
It looks like it could well be the case. I've tested all the versions and can confirm that the regression happened in 0.11.14 (0.11.13 works fine) |
+1 |
* Restrict the receiver to instances of the FunctionTemplate. * Use `args.This()` instead of `args.Holder()`. Fixes: nodejs#3682 PR-URL: nodejs#5521 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Hi,
I hope this is the right place to post this, but I think I've found an issue with
node debug
.Given this code in
test.js
:I think this should be allowing me to inspect the res object. Not sure if this is a node or V8 issue though. I'm running node 4.0.0 on Ubuntu 14.04.3 LTS
The text was updated successfully, but these errors were encountered: