[haiku-bugs] Re: [Haiku] #8115: vm_page_fault: unhandled page at 0xdeadbeef, ip 0x8006176d

  • From: "mmlr" <trac@xxxxxxxxxxxx>
  • Date: Wed, 09 Nov 2011 21:13:52 -0000

#8115: vm_page_fault: unhandled page at 0xdeadbeef, ip 0x8006176d
-----------------------------+---------------------------------------
   Reporter:  humdinger      |      Owner:  mmlr
       Type:  bug            |     Status:  assigned
   Priority:  normal         |  Milestone:  R1
  Component:  System/Kernel  |    Version:  R1/Development
 Resolution:                 |   Keywords:  vm_page_fault, 0xdeadbeef
 Blocked By:                 |   Blocking:
Has a Patch:  0              |   Platform:  All
-----------------------------+---------------------------------------

Comment (by mmlr):

 Replying to [comment:1 anevilyak]:
 > Looks like an uninitialized pointer in the ports code somewhere...

 Actually it looks like use of an already freed pointer. It's similar to
 the other port heap issues reported. Interestingly it actually ends up in
 0xdeadbeef, which could now come from either heap implementation, the old
 heap still used by the port code, and the slab we currently use as kernel
 heap. Until now I thought there weren't any 0xdeadbeef's in those KDLs, so
 it may point at the slab, seeing that we only introduced 0xdeadbeef there
 last week.

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

Other related posts: