On Wed, Jun 15, 2011 at 2:59 PM, Alexander Graf <agraf@xxxxxxx> wrote: > Hi memory management experts, > > I just had this crash while compiling code on my PPC G5. I was running my PPC KVM tree, which was pretty much 06e86849cf4019945a106913adb9ff0abcc01770 plus a few unrelated KVM patches. User space is 64-bit. > > Is this a known issue or did I hit something completely unexpected? It doesn't look at all familiar to me, nor does google really seem to find anything half-way related. In fact, the only thing that that oops makes me think is that we should get rid of that find_vma_prev() function these days (the vma list is doubly linked since commit 297c5eee3724, and the whole "look up prev" thing is some silly old stuff). But that's an entirely unrelated issue. Also, your disassembly and your gdb line lookup is apparently from some other kernel, because the addresses don't match. The actual running kernel actually says NIP [c000000000190598] .do_munmap+0x138/0x3f0 so it's do_munmap, not find_vma_prev(). Although gdb claiming find_vma_prev() might be from some inlining issue, of course. Regardless, it's useless for debugging - it's the do_munap() disassembly we'd want (but I'm no longer all that fluent in ppc assembly anyway, so ir probably wouldn't help). Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>