I ran the script attached to call gltext with an empty string and it did not crash.
Can you help by providing a simple script to reproduce the crash? require 'gl2' coinsert 'jgl2' gl2_run=: 3 : 0 wd FORM wd 'pshow' EMPTY ) FORM=: 0 : 0 pc demo closeok;pn "gl2 demo"; minwh 450 350; cc gs isigraph; ) demo_gs_paint=: 3 : 0 gltextxy 150 150 gltext 'aaaa' gltextxy 150 150 gltext '' ) gl2_run'' Сб, 01 июн 2013, Henry Rich писал(а): > Yes, you nailed it. Calling gltext with empty string crashes jqt. I > have checked in a kludge to use gltext^:(*@#) and it doesn't crash > any more. > > Obviously this should be fixed in jqt. > > Henry Rich > > On 6/1/2013 10:10 AM, Raul Miller wrote: > >Oops glfont0 is indeed libjqt... > > > >Anyways, I am convinced that that is where the problem is. > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
