On Mon, 29 Jun 2009, Szak�ts Viktor wrote:
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
> hb_dynsymName (pDynSym=0xd5ddb4) at dynsym.c:463
> 463      HB_TRACE(HB_TR_DEBUG, ("hb_dynsymName(%p)", pDynSym));

GDB shows line where it cannot GPF so I guess it's a problem with
line numbers or stripped frame pointer by -fomit-frame-pointer.
Please rebuild Harbour with -g compiler switch and without
-fomit-frame-pointer but with all other default switches to replicate
default build and runtime conditions as close as possible and repeat
above test.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to