|
From: Julian S. <js...@ac...> - 2007-11-08 00:18:25
|
> 0x758591: subw $0x28, %sp Looks like you're in some hazy world between 16-bit and 32-bit code. I suspect the above instruction is interacting badly with one of Memcheck's analysis passes. Can you rerun all that stuff but with --trace-flags=10001000 so I can see what's going into the instruction selector. It would also be helpful to know if the app runs ok if you run with --took=none. J |