Comment 26 for bug 221009

Revision history for this message
Motin (motin) wrote :

Same here. Fsyncs are still issued upon browsing. Using version 3.0+nobinonly-0ubuntu0.8.04.1 :

motin@motin-laptop:~$ strace -p `pidof firefox` -e fsync -tT
Process 11272 attached - interrupt to quit
00:06:20 fsync(38) = 0 <0.013767>
00:06:40 fsync(37) = 0 <0.003164>
00:06:40 fsync(39) = 0 <0.000787>
00:06:40 fsync(33) = 0 <0.003491>
00:06:42 fsync(37) = 0 <0.003133>
00:06:42 fsync(33) = 0 <0.003086>
00:06:42 fsync(37) = 0 <0.002688>
00:06:42 fsync(33) = 0 <0.000831>
00:06:42 fsync(37) = 0 <0.002788>
00:06:42 fsync(33) = 0 <0.001259>
00:06:50 fsync(84) = 0 <0.002727>
00:06:50 fsync(85) = 0 <0.000766>
00:06:50 fsync(32) = 0 <0.002414>
00:06:54 fsync(37) = 0 <0.004228>
00:06:54 fsync(33) = 0 <0.004684>
00:07:01 fsync(37) = 0 <0.037371>
00:07:01 fsync(33) = 0 <0.003869>
00:09:58 fsync(37) = 0 <0.004612>
00:09:58 fsync(33) = 0 <0.003342>
00:10:05 fsync(37) = 0 <0.004900>
00:10:05 fsync(33) = 0 <0.002296>
00:10:05 fsync(37) = 0 <0.002561>
00:10:05 fsync(33) = 0 <0.001017>

The last 6 fsyncs were issued after visiting a single page.

What is needed for this bug report to go from "Incomplete" to "Confirmed" and when is it likely that we will see "Fix Released"?

Is there any work around available until an official fix is avaiable?