Il 07/10/2024 11:04, Enrico Maria Giordano ha scritto:

I dig down further. The crash is in the function

void hb_vmSend( USHORT uiParams )

that is in source\vm\hvm.c at the line 7416:

if( pFuncSym->scope.value & HB_FS_PCODEFUNC )
    /* Running pCode dynamic function from .HRB */
   hb_vmExecute( ( ( PHB_PCODEFUNC ) pFunc )->pCode, ( ( PHB_PCODEFUNC ) pFunc )->pSymbols );
else
    pFunc(); <-- IT CRASHES HERE!!!

Please help!

FYI, pSym->szName is "__DESTRUCTOR". In the PRG code there is a class with a DESTRUCTOR method. If I remove that method the crash goes away. But please note: in Win32 there are no problems. I am completely lost... :-(

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg



_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to