[Pyobjc-dev] crasher demo app
Brought to you by:
ronaldoussoren
From: Burris T. E. <bu...@gi...> - 2004-03-25 06:19:25
|
Okay, here is a bare bones implementation of what I was describing. http://www.gigagig.org/BT/mcfoo.tgz Start this up. It helps to click on the cells, try to drag them. Sometimes it will hang. Sometimes it will crash like this: *** malloc[1540]: Deallocation of a pointer not malloced: 0x726df0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug *** malloc_zone_malloc[1540]: argument too large: 4294967292 mcfoo has exited due to signal 10 (SIGBUS). thanks, burris |