On Wed, Oct 24, 2012 at 4:21 PM, Alex Wolfe <[email protected]> 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
