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) bt
#0  hb_dynsymName (pDynSym=0xd5ddb4) at dynsym.c:463
#1 0x00325d09 in hb_rddFieldIndex (pArea=0x18605d4, szName=0x1820a44 "NEV") at ../../wafunc.c:229 #2 0x00325e91 in hb_rddFieldExpIndex (pArea=0x18605d4, szField=0x1820a44 "NEV") at ../../wafunc.c:302 #3 0x00344e61 in hb_cdxTagNew (pIndex=0x1860ac4, szTagName=<value temporarily unavailable, due to optimizations>, TagHdr=3072) at ../../ dbfcdx1.c:3675 #4 0x003498f2 in hb_cdxIndexLoad (pIndex=0x1860ac4, szBaseName=<value temporarily unavailable, due to optimizations>) at ../../dbfcdx1.c:4936 #5 0x0034aab9 in hb_cdxOrderListAdd (pArea=0x18605d4, pOrderInfo=0xbffff178) at ../../dbfcdx1.c:7353 #6 0x0033ae64 in hb_cdxOpen (pArea=0x18605d4, pOpenInfo=0xbffff1f0) at ../../dbfcdx1.c:7182 #7 0x00326724 in hb_rddOpenTable (szFileName=0xd5eb44 "/Users/ vszakats/Desktop/work/ep/data/default/m_esem.dbf", szDriver=<value temporarily unavailable, due to optimizations>, uiArea=0, szAlias=0x753a4e "w_ESEM", fShared=1, fReadonly=0, szCpId=0x0, ulConnection=0, pStruct=0x0, pDelim=0x0) at ../../wafunc.c:664
#8  0x0031c79d in HB_FUN_DBUSEAREA () at ../../dbcmd.c:895
#9  0x003059f0 in hb_vmProc (uiParams=6) at hvm.c:5693
#10 0x00306ac6 in hb_xvmDo (uiParams=6) at hvm.c:8796
[...snip my app...]
#21 0x003059f0 in hb_vmProc (uiParams=0) at hvm.c:5693
#22 0x0031aa09 in main (argc=1, argv=0xbffff97c) at mainstd.c:88

Brgds,
Viktor

On 2009.06.29., at 13:08, Przemyslaw Czerpak wrote:

On Mon, 29 Jun 2009, Szak�ts Viktor wrote:
Thank you. The small test is okay now,
but my large app still GPFs in dbUseArea().
(after rebuilding everything with recent
Harbour)

Use GDB or VALGRIND to catch the GPF and show C call stack.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to