On Thu, 2007-08-09 at 15:10 +0400, Alexey Dobriyan wrote:
> LTP run reproducably hangs during rwtest01 test
> rwtest -N rwtest01 -c -q -i 60s -f sync 10%25000:rs-sync=$$
> Calltrace is always the same:
> 
> INFO: trying to register non-static key
>       __lock_acquire+0x210/0xc9e
>       lock_acquire+0x87/0xa3
>       _spin_lock_irqsave+0x2f/0x5f
>       prop_norm_single+0x32/0x74
>       set_page_dirty+0xd6/0x151
>       set_page_dirty_balance+0xc/0x71
>       do_wp_page+0x4ae/0x52b
>       handle_mm_fault+0x616/0x6c4
>       do_page_fault+0x1b0/0x51c


[EMAIL PROTECTED] ~]# PATH=/testcases/bin/:$PATH /testcases/bin/rwtest -N 
rwtest01 -c -q -i 60s -f sync 10%25000:rs-sync=$$
rwtest01    1  PASS  :  Test passed
[EMAIL PROTECTED] ~]# PATH=/testcases/bin/:$PATH /testcases/bin/rwtest -N 
rwtest01 -c -q -i 60s -f sync 10%25000:rs-sync=$$
   
I can reproduce, but not always.

Also, since the task->dirties member is initialized in fork.c this
should either _always_ happen or never. So this does point to some
memory corruption, ->dirties is the very last member of the task struct.

/me goes try with slab_debug,...

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to