Re: [Jprogramming] crash

2020-03-25 Thread bill lam
I have tested on win10 similar to your configuration but no crash. Can you also try turning off antivirus? On Wed, Mar 25, 2020, 5:09 AM Rudolf Sykora wrote: > Dear Henry, > > > Henry Rich writes: > > > > I did look into it a little, and you could do the same. This is what I > > did (in JQt)

Re: [Jprogramming] crash

2020-03-25 Thread Henry Rich
I have more information. plot puts up the dialog in qt_paintit:   info ({.~i.&LF) 13!:12'' and then exits after the user presses OK.  The crash happens after that, so it's either back in JQt or in the JE on the next sentence. hhr On 3/25/2020 7:19 AM, bill lam wrote: I have tested on win10

Re: [Jprogramming] Iteration

2020-03-25 Thread Hauke Rehr
That’s what ;/6 (? $~) 55 (amoung others) does. We wondered mainly how many repetitions you actually wanted to get. There were 5 in your example and you wanted something extended 50 times. None knew what it was you wanted extended and if it was to be counted. Did you intend to get • 50 • 51 • 55

Re: [Jprogramming] crash

2020-03-25 Thread Raul Miller
Is it related to Qt version and/or compiler options used to build Qt? Thanks, -- Raul On Tue, Mar 24, 2020 at 7:26 PM Henry Rich wrote: > > We are wondering why it crashes J on some systems. > > Henry Rich > > On 3/24/2020 6:51 PM, Devon McCormick wrote: > > Sorry - typo. Last line of J shoul

Re: [Jprogramming] crash

2020-03-25 Thread Henry Rich
The Right People are looking into it.  It crashes after the dialog box is dismissed and execution returns to JQt, or perhaps later when JE goes for the next sentence. Henry Rich On 3/25/2020 3:56 PM, Raul Miller wrote: Is it related to Qt version and/or compiler options used to build Qt? Tha

Re: [Jprogramming] Iteration

2020-03-25 Thread Skip Cave
All, I'm sorry my description of my problem wasn't very clear. I actually wasn't worried about the exact number of generations of 6 random numbers. I just wanted to understand how I could generate multiple sets of 6 random integers without having to type them all out one at a time, as I had done in