Comment 3 for bug 383435

Revision history for this message
Ben Dunlap (bdunlap-agentintellect) wrote :

Hmm, the more I look at this, the more it's starting to look like the following Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=421482

I am seeing loads of fsync() calls when the symptoms occur. @Keepiru, how about you? I'm using strace at the command line to reveal the fsync() calls:

    strace -p <pid of Firefox> -e fsync -tT