Re: [xHarbour-developers] A bug or my fault?

2016-11-23 Thread Enrico Maria Giordano


Il 23/11/2016 18:33, Ron Pinkas ha scritto:

> Should be fixed after:
>
> 2016-11-23 11:24 UTC-0600 Ron Pinkas 
>* source/vm/hvm.c
>  ! Fixed gpf trap in hb_vmQuit() - afill of s_aStatics did not verify 
> type array.

Thank you, Ron! :-)

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] ChangeLog: 2016-11-23 11:24 UTC-0600 Ron Pinkas

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


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


Re: [xHarbour-developers] A bug or my fault?

2016-11-23 Thread Ron Pinkas
Should be fixed after:

2016-11-23 11:24 UTC-0600 Ron Pinkas 
   * 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 
>  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


[xHarbour-developers] A bug or my fault?

2016-11-23 Thread Enrico Maria Giordano
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