jd crashes on  Windows 7 and Linux(RHEL 7.0), with the following script 
content:load'data/jd'
jdadminx'jdcore'
jd'createtable ab ab1 int, ab2 byte 20'
jd'createtable b2 aval2 int, d2 edatetime, bval2 int'
jd'reference b2 aval2 ab ab1'
jd'insert ab';'ab1';1 2 3 4 5;'ab2';>;._1' red orange yellow green blue'
jd'insert b2';'aval2';(10$1 2 3 
4);'d2';(10$'2015-02-02',:'2015-01-01');'bval2';i.10
OK:
jd'reads from b2,b2=ab'
Crash:jd'createunique ab ab1'jd'reads from b2,b2=ab'

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to