[haiku-3rdparty-dev] app crashing processHeap::free()

  • From: "Ryan Kingston" <ryanmk54@xxxxxxxxx>
  • To: haiku-3rdparty-dev@xxxxxxxxxxxxx
  • Date: Sat, 28 Jul 2012 17:09:46 -0600

An app I made keeps crashing with a Segment Fault in
processHeap::free()
My app is a window with a BView inside that draws a list of
objects in a BList.  Interestingly enough, if I run my app
through the terminal, I can create more objects than if I run
through paladin.  I am assuming this is an error with limited
memory, but I am not sure where I am coding wrong.

With running through the terminal I get below output before
crashing:
    ObjDemo: /Buildbot/nightly-
uploader/workdir/haiku/src/system/libroot/posix/malloc/superb
lock.h:171:class BPrivate::block * BPrivate::superblock::
getBlock(): getNumAvailable() == 0

Could someone give me some insight?

Thanks in advance

Other related posts: