On Wed, 06 Sep 2006 20:04:27 -0700
Badari Pulavarty <[EMAIL PROTECTED]> wrote:

> > I've been unable to reproduce this crash, btw.  Is there some magic
> > incantation apat from running `fsx-linux'?
> >   
> All I do is on a single 1k filesystem, run 4 copies of fsx (on 4 
> different files, ofcourse).
> I hit the assert anywhere between 10min-2hours.

hm, OK.

It could be that running

        while (1) {
                write(fd, "", 1);
                fsync(fd);
        }

will speed it up: cause a storm of commits, increase the probability.
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to