[haiku-bugs] Re: [Haiku] #6034: BFS Panics

  • From: "axeld" <trac@xxxxxxxxxxxx>
  • Date: Fri, 21 May 2010 21:36:31 -0000

#6034: BFS Panics
------------------------------+---------------------------------------------
 Reporter:  bryanv            |       Owner:  axeld    
     Type:  bug               |      Status:  new      
 Priority:  critical          |   Milestone:  R1       
Component:  File Systems/BFS  |     Version:  R1/alpha2
 Keywords:  Panics            |    Platform:  x86      
Blockedby:                    |       Patch:  0        
 Blocking:                    |  
------------------------------+---------------------------------------------
Changes (by axeld):

  * priority:  normal => critical


Comment:

 This looks like a bug in the BPlusTree code. Can you add some debug output
 that reveals the variables involved? Something like:
 {{{
 panic("Volume: %p, header: %p, droppedKey: %p, in: %u, node: %p,
 newLength: %u\n",
         fStream->GetVolume(), &fHeader, ...);
 }}}
 And then in KDL, it would be nice to see the output of:
 {{{
 bfs_btree_node <node> <header> <volume>
 }}}

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

Other related posts: