[haiku-bugs] Re: [Haiku] #5506: Kernel panic "heap configuration invalid - max bin count reached"

  • From: "mmlr" <trac@xxxxxxxxxxxx>
  • Date: Mon, 01 Mar 2010 22:21:55 -0000

#5506: Kernel panic "heap configuration invalid - max bin count reached"
---------------------------+------------------------------------------------
 Reporter:  drcouzelis     |       Owner:  mmlr          
     Type:  bug            |      Status:  assigned      
 Priority:  normal         |   Milestone:  R1            
Component:  System/Kernel  |     Version:  R1/Development
 Keywords:                 |   Blockedby:                
 Platform:  x86            |    Blocking:                
---------------------------+------------------------------------------------

Comment(by mmlr):

 That's an extremely curious one! The allocator being created here is the
 grow heap, which uses a fixed configuration (the small heap one). It even
 uses a fixed size, which doesn't actually matter though as the size can't
 influence the configuration. The configuration is kept in the static
 sHeapClasses and is never modified. It had to be good at one point as
 heap_init already used it to set up the small heap before that point. I
 can only guess this to be memory corruption. Is this always reproducible?
 FWIW this exact image boots fine on QEMU here.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5506#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: