Hello,
I am trying to troubleshoot a crash in our Application since our recent migration to PB 2019 (build 2082). Seem like it is taking place in the same area of the program and can be reproduced on the development machine. From windows event log it looks like it is crashing on PBSHR190.dll and PBVM190.dll. The following debug statements was collected using the /pbdebug flag. It is not consistent and fails at different intervals. Seem to be related to garbage collection which was never an issue in 32 bit. Last successful and stable build was with PB 12.6.3506.
Executing instruction at line 2586
Executing object function __DESTROY_OBJECT for class DWOBJECT, lib entry _TYPEDEF
Executing system dll function
End class function __DESTROY_OBJECT for class DWOBJECT, lib entry _TYPEDEF
Executing instruction at line 2587
End class function +DESTROY for class DWOBJECT, lib entry _TYPEDEF
End class function DATASTOREDESTROY for class DATASTORE, lib entry _TYPEDEF
Executing instruction at line 5054
Executing instruction at line 5055
End class function +DESTROY for class DATASTORE, lib entry _TYPEDEF
Executing object function +DESTROY for class DATASTORE, lib entry _TYPEDEF
Executing instruction at line 5054
Executing object function DATASTOREDESTROY for class DATASTORE, lib entry _TYPEDEF
Executing system dll function
Executing object function +DESTROY for class DWOBJECT, lib entry _TYPEDEF
Executing instruction at line 2586
Executing object function __DESTROY_OBJECT for class DWOBJECT, lib entry _TYPEDEF
Executing system dll function.
Thanks in advance,
Shai