On Wed, Sep 5, 2012 at 6:31 PM, Alex Wolfe <[email protected]> wrote: > Thanks for the tip. Here's what I got... > > $ find node_modules -name \*.node > node_modules/bufferstream/node_modules/buffertools/build/Release/buffertools.node > node_modules/socketstream/node_modules/redis/node_modules/hiredis/build/Release/hiredis.node > node_modules/socketstream/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/bufferutil.node > node_modules/socketstream/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/validation.node
Okay. You'll have to apply the principle of exclusion to find out if it's a bug in node core or one of the add-ons. Valgrind may help here. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
