Thanks for your help.

I haven't yet made an attempt to isolate the part of the app where this is 
occurring, so I don't have a test yet.  Based on the error, it seems like it's 
happening due to the file system being watched.  I think the only module I use 
that would be doing that is socketstream, which watches the file system for 
changes in CSS files and the like so that it can notify browser clients of 
changes.  I'll see if I can isolate the problem to that module.

I'm not using any native add-ons of my own creation, however some of the 
modules I use may.  Is there a good way to ascertain which modules use native 
add-ons?

$ npm ls
├── async@0.1.22 
├─┬ bufferstream@0.5.1 
│ └── buffertools@1.1.0 
├── colors@0.6.0-1  extraneous
├─┬ eversocket@0.0.1 
│ ├── chai@0.5.0 
│ ├─┬ mocha@0.14.1 
│ │ ├── commander@0.5.2 
│ │ ├── debug@0.5.0 
│ │ ├── diff@1.0.2 
│ │ ├── growl@1.5.0 
│ │ └─┬ jade@0.20.3 
│ │   └── mkdirp@0.3.0 
│ └── temp@0.4.0 
├─┬ socketstream@0.3.0RC2 
│ ├── apitree@1.0.0 
│ ├── chokidar@0.2.6 
│ ├─┬ clean-css@0.4.1 
│ │ └── optimist@0.1.9 
│ ├── commander@0.6.1 
│ ├─┬ connect@2.3.3 
│ │ ├── bytes@0.0.1 
│ │ ├── cookie@0.0.3 
│ │ ├── crc@0.2.0 
│ │ ├── debug@0.7.0 
│ │ ├── formidable@1.0.11 
│ │ ├── fresh@0.0.1 
│ │ ├── mime@1.2.4 
│ │ ├── qs@0.4.2 
│ │ └── range-parser@0.0.1 
│ ├─┬ connect-redis@1.4.0 
│ │ └── debug@0.7.0 
│ ├── eventemitter2@0.4.9 
│ ├── redis@0.7.2 
│ ├── semver@1.0.14 
│ ├─┬ socket.io@0.9.6 
│ │ ├── policyfile@0.0.4 
│ │ ├── redis@0.6.7 
│ │ └─┬ socket.io-client@0.9.6 
│ │   ├─┬ active-x-obfuscator@0.0.1 
│ │   │ └── zeparser@0.0.5 
│ │   ├── uglify-js@1.2.5 
│ │   ├─┬ ws@0.4.20 
│ │   │ ├── options@0.0.3 
│ │   │ └── tinycolor@0.0.1 
│ │   └── xmlhttprequest@1.2.2 
│ └── uglify-js@1.3.1 
├─┬ ss-hogan@0.1.3 
│ └── hogan.js@2.0.0 
├─┬ ss-less@0.1.1 
│ └── less@1.3.0 
└─┬ store@0.0.1 
  ├── mkdirp@0.3.3 
  └── node-uuid@1.3.3 



On Sep 5, 2012, at 10:46 AM, Ben Noordhuis <i...@bnoordhuis.nl> wrote:

> 
> Does your application use any native add-ons? Do you have a test I can try?
> 

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to