Here is the details of my previous bug reports:

i found bugs in my code http://paste.factorcode.org/paste?id=2137.

i found bugs in <get-button> verb is causing vm crash,

: <get-button> ( -- button )
    "Get"
    [
        drop
        username get >>value  ! it causing data stack underflow than
vm crash. it must be value>>
        user-info
        github-info !!get!! set-model ! i foget get verb
    ] <border-button> ;



vm is crashing just factor32-bit linux build. i tried the same code with
factor64-bit linux build and factor doesn't crashes but it opens an "data
stack underflow" window.
so it crashes when you trying to run a buggy (data stack underflow) code. i
tested with some shufflers with empty stack :

* dip -- it crashes vm
* drop -- it doesn't
* array2, array3 -- it doesn't
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to