I haven't yet researched this further however I'd like to add that I think this started happening when I added file watcher functionality, so that adds to the suspicion that it is a bug in fs.watch/watchFile. I'll get a backtrace.
On Wednesday, October 24, 2012 4:31:37 PM UTC+2, Ben Noordhuis wrote: > > On Wed, Oct 24, 2012 at 4:21 PM, Alex Wolfe <[email protected]<javascript:>> > wrote: > > I recently was able to ascertain what was causing it, at least at a high > > level. I am using the socketstream module, which in turn uses the > chokidar > > module. The latter is a wrapper around fs.watch and fs.watchFile. When > I > > disable the socketstream feature that relied on that chokidar (live > > reloading of CSS), the problem no longer occurs. So I assume it's > either a > > problem in that module, or a problem in fs.watch/watchFile. > > If it triggers an assert in node and there are no native add-ons > involved, it's a bug in node. > -- 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
