metaeducation / rebol-issues

6 stars 1 forks source link

#1207 Error MessageBox #372

Open rebolbot opened 16 years ago

rebolbot commented 16 years ago

Submitted by: Jerry

The #1207 bug just keeps happening. I cannot fix it. I think it's a bug in the alpha version. For you gurus to test it, I put the program in /users/Jerry/Test. Just run the Transma.r, you will see an editor like this http://jerrylovesrebol.blogspot.com/2008/01/rendering-chinese-using-rebol-gob.html . Keep typing character on it, say, "A", you will see an error messagebox soon like this one http://album.udn.com/JerryTsai/photo/1433822 . For making the glyph data smaller, I include only ASCII char glyph data. DO NOT TYPE IN CHARACTERS WHICH ARE NOT ASCII. This bug happens in many places, for example, aGob/pane, map-inner. It's a GC bug, since a simple "recycle/off" will make it go away.

bc.. Needs code!

p.

CC - Data [ Version: alpha 31 Type: Bug Platform: Windows Category: Unspecified Reproduce: Always Fixed-in:none ]

rebolbot commented 15 years ago

Submitted by: BrianH

I can't test this with the test code provided, as that code depends on functions that no longer exist in the current alphas. Please create some test code for the current alpha that generates the error.