On Mon, 04 Aug 2008, Lorenzo Fiorini wrote: > Under Mac OS X now I get a segfault in HB_InetAccept as soon as I run tt75s: > ------ > DO WHILE lRunning > ? "here1" > nSocket := HB_InetAccept( nServerSock ) > ? "here2" > ----- > I see here1 but not here2. > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0xdffff28c > 0x00054fdc in ?? ()
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. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour