On Mon, 29 Jun 2009, Szak�ts Viktor wrote: > Not much closer I guess after switching to plain -g. > [ BTW, I'm doing these traces on Darwin x86, so there was no > -fomit-frame-pointer > switch here. All what's changed now is missing TRACE calls. ] > --- > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x0000d5a2 > hb_gcItemRef (pItem=0xc6d8e4) at garbage.c:518 > 518 pAlloc->used ^= HB_GC_USED_FLAG;
This is completely different problem then previous one. Now it's inside GC. Such errors can be caused by any memory corruption. It's inside HB_IDLESLEEP(). Try to reduce the code necessary to replicate GPF by adding hb_gcAll(.t.) to your code. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
