Re: [uClinux-dev] Coldfire 5271 hitting BUG_ON(page_count(buddy) != 0);

2009-06-26 Thread Lennart Sorensen
On Fri, Jun 26, 2009 at 01:21:25PM +1000, Greg Ungerer wrote: > Hi Lennart, > > Lennart Sorensen wrote: >> I am hitting a memory management bug and I would love some hints as to >> how to track down the bug and fix it. >> >> The bug hit is line 423 of page_alloc.c which is: >> >> BUG_ON(page_count(

Re: [uClinux-dev] Coldfire 5271 hitting BUG_ON(page_count(buddy) != 0);

2009-06-25 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: I am hitting a memory management bug and I would love some hints as to how to track down the bug and fix it. The bug hit is line 423 of page_alloc.c which is: BUG_ON(page_count(buddy) != 0); The function it is part of is: static inline int page_is_buddy(st

[uClinux-dev] Coldfire 5271 hitting BUG_ON(page_count(buddy) != 0);

2009-06-25 Thread Lennart Sorensen
I am hitting a memory management bug and I would love some hints as to how to track down the bug and fix it. The bug hit is line 423 of page_alloc.c which is: BUG_ON(page_count(buddy) != 0); The function it is part of is: static inline int page_is_buddy(struct page *page, struct page *buddy,