2012-05-09 14:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idemain.prg
! Disabled: :destroy() calls before application quits.
* Simplified: ambigous variable reference.
; NOTE: now hbIDE does not produces GPF on EXIT but throws
2 RTE the contents of them can be viewed in tracelog.
.
Error BASE/1301 Object destructor failure: Reference to freed block.
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-05-09 14:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idemain.prg
|
||||
! Disabled: :destroy() calls before application quits.
|
||||
* Simplified: ambigous variable reference.
|
||||
|
||||
; NOTE: now hbIDE does not produces GPF on EXIT but throws
|
||||
2 RTE the contents of them can be viewed in tracelog.
|
||||
.
|
||||
Error BASE/1301 Object destructor failure: Reference to freed block.
|
||||
|
||||
2012-05-09 12:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/hbqt_errorsys.prg
|
||||
+ Added: HB_TRACE() call if HVM is closed and error message
|
||||
|
||||
@@ -105,10 +105,7 @@ REQUEST ADS
|
||||
|
||||
FUNCTION Main( ... )
|
||||
LOCAL oTmp
|
||||
#if 1
|
||||
LOCAL oIde
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __HBDYNLOAD__RDDADS__
|
||||
LOCAL hRDDADS, tmp
|
||||
#endif
|
||||
@@ -140,13 +137,14 @@ FUNCTION Main( ... )
|
||||
QResource():registerResource_1( hbqtres_HbIde(), ":/resource" )
|
||||
|
||||
oTmp := HbIde():new( hb_aParams() )
|
||||
#if 1
|
||||
oIde := oTmp:create()
|
||||
oIde:destroy()
|
||||
#if 0
|
||||
oTmp:create()
|
||||
oTmp:destroy()
|
||||
oTmp := NIL
|
||||
#else
|
||||
oTmp:create()
|
||||
#endif
|
||||
oTmp := NIL
|
||||
#endif
|
||||
|
||||
RETURN NIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user