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

.prototype segfaults #76

Closed
ghost opened this issue Jan 22, 2011 · 5 comments
Closed

.prototype segfaults #76

ghost opened this issue Jan 22, 2011 · 5 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jan 22, 2011

I like to inspect prototype attributes to get a feel for what methods objects support, but this causes segfaults on most objects, like this one:

$ node
> require('canvas').prototype

rlwrap: warning: node killed by signal 11 - rlwrap will now kill itself with the same signal
Segmentation fault

This is on node v0.2.5 and it seems that most everything else works.

@kkaefer
Copy link
Contributor

kkaefer commented May 21, 2011

Same on 0.4.7. Also applies to require('canvas').Image

@LinusU
Copy link
Collaborator

LinusU commented Jul 3, 2015

This is still a problem with version 1.2.3 on node 0.12.4.

@LinusU
Copy link
Collaborator

LinusU commented Feb 15, 2016

This is still a problem with version 1.3.10 on node 5.5.0.

@basvanmeurs
Copy link

This is still a problem in Node 6.8 and 7.2.

@zbjornson
Copy link
Collaborator

@basvanmeurs #808 (not merged) hopefully fixes this but the VS Code debugger seems to be doing something unique that exacerbates the problem. What's your environment like - any debuggers?

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

4 participants