[REBOL] Re: crashing Rebol/View trying to duplicate a layout
From: anton:lexicon at: 1-Oct-2002 17:29
This crash doesn't happen on the newer betas:
REBOL/View 1.2.8.3.1 3-Aug-2002
REBOL/View 1.2.5.3.1 6-May-2002
so it looks like that one is fixed already.
I reduced the crash to:
f: make face []
make object! f
which crashes on:
REBOL/View 1.2.1.3.1 21-Jun-2001
Anton.
> while doing a few tests with VID I managed to crash Rebol.
> >> view lay: layout [button "Hop" "Poh" [view/new make object! lay]]
>
> which crashes hopelessly when pressing the button
>
> It seems that what crashes rebol is duplicating the lay object
> since the code
> below crashes in a similar way :
>
> >> lay: layout [button "hop"]
> >> make object! lay
> **CRASH**
>
> Since I don't know if this is a know problem I thought to ask there before
> sending the bug to feedback. Is there anything wrong in trying to
> "make object!
> lay" ? I guess that even if it was, Rebol should not crash doing so ;)
Crashes should never happen and should be reported.