I was too sanguine when I said that: dbr 1 made all my plot-nonavx problems go away. It doesn't.
I'm getting this message from a complex app I'm working on, with certain sorts of line chart: |domain error: cd | rc=. glcmds`glcmds_jglc_@.(Poutput=iQTC)buf which arises within the verb: qt_gpapply_jzplot_ seemingly the result of a bad call into the libjqt.dylib However it doesn't stop the app showing a correct Plot window. I gather there will be fixes for connected problems soon. If they don't make the above error go away, I'll probe deeper, to replicate the error with a simpler example. For now, it's just great to have Plot working (more or less) with j807/j64nonavx/darwin. BTW the app works just fine with j805. On Fri, 18 Jan 2019 at 05:09, bill lam <[email protected]> wrote: > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
