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

Memory leak #442

Open
matejkramny opened this issue Sep 5, 2013 · 0 comments
Open

Memory leak #442

matejkramny opened this issue Sep 5, 2013 · 0 comments
Labels

Comments

@matejkramny
Copy link

line 189 modules/oauth2.js

I am calling /auth/facebook/callback?code={code} from my mobile application. This in theory should work, i am simulating the facebook callback to the website..

Using node-inspector i found out that i get http 400 from line 184 (oauth2.js) and message that contains redirect_uri isn't an absolute URI. Check RFC 3986.

After the code calls return p.fail({...}) from line 189 on file oauth2 the app causes a memory leak. (basically starts using about 1.4gb RAM, and 100% cpu.) Sounds like a while(true)?

This only time I am grateful for V8's memory limit :P.

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

2 participants