lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 30 Jul 2006 00:18:50 +0200
From:	"Jesper Juhl" <jesper.juhl@...il.com>
To:	"Jesper Juhl" <jesper.juhl@...il.com>,
	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"Hans Reiser" <reiser@...esys.com>,
	"Alexander Viro" <viro@...iv.linux.org.uk>,
	"Al Viro" <viro@....linux.org.uk>, reiserfs-dev@...esys.com,
	reiserfs-list@...esys.com
Subject: Re: possible recursive locking detected - while running fs operations in loops - 2.6.18-rc2-git5

On 26/07/06, Andreas Dilger <adilger@...sterfs.com> wrote:
> On Jul 26, 2006  00:16 +0200, Jesper Juhl wrote:
> > What I did to provoke it was to run 6 different xterms (with a bash
> > shell) with the following loops in them in a test directory that was
> > initially empty :
> >
> > xterm1:   while true; do mkdir a; done
> > xterm2:   while true; do rmdir a; done
> > xterm3:   while true; do touch a/foo; done
> > xterm4:   while true; do find .; done
> > xterm5:   while true; do sync; sleep 1; done
> > xterm6:   while true; do rm -r a; done
>
> See racer test at ftp.lustre.org/pub/benchmarks/racer-lustre.tar.gz
>
> It does the above, but a bunch more things and is a truly pathalogical
> test script that does lots of "stupid user tricks", unlike normal tests
> which are only doing operations that expect to be successful.
>
> PS - during the racer.sh test run "rm" is known to segfault after hitting
>      an internal assertion, nobody is sure why.
> PPS- I don't know who wrote this program, it was originally posted by
>      someone not the author to linux-fsdevel or something.
>

Thanks. That's a nice little test suite.

-- 
Jesper Juhl <jesper.juhl@...il.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ