Thank you Joey. Ian had already sent me the files and I can reproduce the bug. I'll also forward that to Eric and Henry.
I think the bug exists in all platforms but somehow only Darwin nonavx can produce the random data for NaN failure. Thu, 17 Jan 2019, Joey K Tuttle написал(а): > Bill, > > OK, edited project as requested - ran failing plot and then: > > MBpro:bin jkt$ ls -l ~/*bin > -rw-r--r-- 1 jkt staff 176 Jan 17 20:47 /Users/jkt/Tfm.bin > -rw-r--r-- 1 jkt staff 240048 Jan 17 20:47 /Users/jkt/y.bin > MBpro:bin jkt$ zip forBillLam.zip ~/*bin > adding: Users/jkt/Tfm.bin (deflated 56%) > adding: Users/jkt/y.bin (deflated 62%) > > will send the resulting zip file (forBillLam.zip) to [email protected]. > > Again, doing dbr 1 and running again - the graph was produced correctly with > no errors, but I'll send, along with the above, file forBillLam2.zip > comprising the same two files (that are a little different). > > Thanks for chasing this. > > - joey > > > On 2019Jan 17, at 20:04, bill lam <[email protected]> wrote: > > > > Please edit file addons/graphics/plot/jzplot.ijs > > and add the 2 fwrite lines as shown below. > > > > run plot and let it raise NaN exception. > > send the 2 files to our email address > > to help us track it down. > > > > project=: 3 : 0 > > '~/y.bin' fwrite~ 3!:1 y > > '~/Tfm.bin' fwrite~ 3!:1 Tfm > > dat=. }:"1 (y,.1) mp Tfm > > dist=. ViewDist-{:"1 dat > > ((ViewDist*}:"1 dat)%dist),.dist > > ) > > ---------------------------------------------------------------------- > 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 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
