[haiku-bugs] Re: [Haiku] #5352: hang on entering KDL while strace:ing CDPlayer

  • From: "bonefish" <trac@xxxxxxxxxxxx>
  • Date: Thu, 04 Feb 2010 11:01:18 -0000

#5352: hang on entering KDL while strace:ing CDPlayer
---------------------------+------------------------------------------------
 Reporter:  jonas.kirilla  |       Owner:  bonefish      
     Type:  bug            |      Status:  new           
 Priority:  normal         |   Milestone:  R1            
Component:  System/Kernel  |     Version:  R1/Development
 Keywords:                 |   Blockedby:                
 Platform:  All            |    Blocking:                
---------------------------+------------------------------------------------

Comment(by bonefish):

 Please look up the symbol the list address printed above (0x80159020)
 belongs to (if you have rebuilt the kernel in the meantime, the address
 may have changed). You can do so via "objdump --syms /system/kernel_x86 |
 grep <address>" (the gcc2 Haiku objdump may have issues -- objdump under
 Linux or FreeBSD should work fine, though) or in the kernel debugger via
 "ls <address>".

 My guess is that the result will be "sTemporaryVariablesLRUQueue", as that
 seems to be the only DoublyLinkedList used in the kernel debugger. But
 before running off in the wrong direction a verification would be nice.
 :-)

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

Other related posts: