On Mon, Aug 4, 2008 at 6:24 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:
> Please rebuild Harbour with -g option (f.e. set it in C_USR) and then try > to build tt75s with -nostrip hbmk parameter. It should enable all debug > information so we can see callstack in GDB and locate where the program > crashes. My C_USR is: C_USR=-O3 -g -DHB_NO_READDBG -DHB_EXT_INKEY -DHB_PP_MULTILINE_STRING Here it is the bt: here1 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xdffff26c 0x00054fbc in hb_selectReadSocket (Socket=0x30fb18) at ../../hbinet.c:239 239 FD_SET(Socket->com, &set); (gdb) bt #0 0x00054fbc in hb_selectReadSocket (Socket=0x30fb18) at ../../hbinet.c:239 #1 0x00056c88 in HB_FUN_HB_INETACCEPT () at ../../hbinet.c:1619 #2 0x0003197c in hb_vmDo (uiParams=<value temporarily unavailable, due to optimizations>) at ../../hvm.c:4847 #3 0x0002d7a8 in hb_vmExecute (pCode=0xb4a50 "\r\004\001$\006", pSymbols=0xb7014) at ../../hvm.c:1019 #4 0x00002620 in HB_FUN_MAIN () #5 0x0003197c in hb_vmDo (uiParams=<value temporarily unavailable, due to optimizations>) at ../../hvm.c:4847 #6 0x00033258 in hb_vmInit (bStartMainProc=1) at ../../hvm.c:490 #7 0x0003c69c in main (argc=<value temporarily unavailable, due to optimization best regards, Lorenzo _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour