lkml.org 
[lkml]   [2008]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: Tree for November 7
On Fri, 7 Nov 2008 20:54:57 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
>
> Changes since 20081106:
>
> Undropped trees:
> cpus4096
> creds
> userns
>
> Dropped trees (temporarily):
> v4l-dvb (due to an unfixed build failure)
> semaphore-removal (due to unfixed conflicts against Linus' tree)
> xfs (unresolved build error)
> firmware (unfixed build failure)
> perfmon3 (build errors and a merge conflict)
>

following script hangs easily on my x86-64 box (on VMWare)
(When a program hangs, all other programs hang when they access filesystem(ext3)/disk)

==
#!/bin/bash

while true; do
dd if=/dev/zero of=./tmpfile bs=4096 count=10000
sync
rm ./tmpfile
sync;
done;
==
Any idea ?

my .config is attached.

Thanks,
-Kame
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2008-11-10 07:49    [W:0.156 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site