[ltp] Re: paging request BUG in 2.6.19-rc5 on resume - X60s

Mike Galbraith linux-thinkpad@linux-thinkpad.org
Tue, 14 Nov 2006 08:06:10 +0100


On Mon, 2006-11-13 at 20:34 +0100, Martin Lorenz wrote:

> c016ff96 <unlock_new_inode>:
> c016ff96:       83 a0 2c 01 00 00 b7    andl   $0xffffffb7,0x12c(%eax)
> c016ff9d:       e9 e0 ff ff ff          jmp    c016ff82 <wake_up_inode>

Ok, that's what I figured it had to be with that mask (though I can't
convince either of my compilers to produce that offset), so now we just
have to figure out how the heck it can get there and find a corrupted
pointer.

Can you enable frame-pointers, and capture another explosion?  A more
complete trace might help.  It would definitely help to reproduce
without the proprietary modules having ever been loaded.  

	-Mike