Should be fixed after:

2016-11-23 11:24 UTC-0600 Ron Pinkas <ron.pinkas/at/xharbour.com>
   * source/vm/hvm.c
     ! Fixed gpf trap in hb_vmQuit() - afill of s_aStatics did not verify type 
array.


> On Nov 23, 2016, at 9:38 AM, Enrico Maria Giordano 
> <e.m.giord...@emagsoftware.it> wrote:
> 
> Why the following sample is crashing here? My fault or xHarbour bug?
> 
> FUNCTION MAIN()
> 
>     USE NOTEXISTS
> 
>     RETURN NIL
> 
> 
> FUNCTION ERRORSYS()
> 
>     ERRORBLOCK( { | e | DefError( e ) } )
> 
>     RETURN NIL
> 
> 
> STATIC FUNCTION DEFERROR( e )
> 
>     ? e:GenCode
> 
>     QUIT
> 
>     RETURN NIL
> 
> EMG
> 
> --
> 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


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

Reply via email to