Már bocsánat... DE!
1. Ez nem böngésző hiba, felesleges az IE/FF flame ez ügyben.
2. Az
fsync()
man page szerint:
The fsync() function shall request that all data for the open file descriptor named by fildes is to be transferred to the storage device associated with the file described by fildes in an implementation-defined manner.
Magyarul önmagában az fsync() hívásának nem kéne ilyen idióta következményeinek lennie. Ha nem az SQLite van elkaffantva és hozza függőségi helyzetbe a fél világot a létező file descriptorral miközben bekapcsolja a _POSIX_SYNCHRONIZED_IO-t:
If _POSIX_SYNCHRONIZED_IO is defined, the fsync() function shall force all currently queued I/O operations associated with the file indicated by file descriptor fildes to the synchronized I/O completion state.
akkor lehet választani, hogy ez fsync() hiba (nem hinném) vagy filerendszer, azaz kernel környéki hiba. De semmi esetre sem a böngészőé.