Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Elijah Stone
; > wrote: > > > >> > > > >> Elijah; > > > >> > > > >> Most times I can’t even get in to task manager. As this problem > > crashes > > > >> the whole system and causes the need for a reboot, I am obviously > >

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread bill lam
ry. It >> > > is >> > > > > better to trigger out of memory crash than waiting indefinitely >> and >> > > finally >> > > > > power off the computer. >> > > > > >> > > > >> On Sat, 3 Dec 2022 at 8:1

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread bill lam
gt; finally > > > > > power off the computer. > > > > > > > > > >> On Sat, 3 Dec 2022 at 8:14 PM Richard Donovan < > rsdono...@hotmail.com> > > > wrote: > > > > >> > > > > >> Elijah; > > > >

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Raul Miller
t in to task manager. As this problem > > crashes > > > >> the whole system and causes the need for a reboot, I am obviously > > loathe to > > > >> try to recreate it!ick Next time it happens I wrepost with more info! > > > >> > > > &

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread bill lam
gt; crashes > > >> the whole system and causes the need for a reboot, I am obviously > loathe to > > >> try to recreate it!ick Next time it happens I wrepost with more info! > > >> > > >> Thanks > > >> > > >> Sent from Mail<

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Raul Miller
mory crash than waiting indefinitely and > >>>> finally > >>>> power off the computer. > >>>> > >>>> On Sat, 3 Dec 2022 at 8:14 PM Richard Donovan > >>>> wrote: > >>>> > >>>>> Elijah; > >&g

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread 'robert therriault' via Programming
this problem crashes >>>>> the whole system and causes the need for a reboot, I am obviously loathe >>>>> to >>>>> try to recreate it!ick Next time it happens I wrepost with more info! >>>>> >>>>> Thanks >>

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Raul Miller
> Most times I can’t even get in to task manager. As this problem crashes > >>> the whole system and causes the need for a reboot, I am obviously loathe > >>> to > >>> try to recreate it!ick Next time it happens I wrepost with more info! > >&

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread 'robert therriault' via Programming
m Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows >>> >>> >>> From: Programming on behalf of >>> Elijah Stone >>> Sent: Friday, December 2, 2022 11:19:58 AM >>> To: J Programming >>&g

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Raul Miller
tps://go.microsoft.com/fwlink/?LinkId=550986> for Windows > >> > >> > >> From: Programming on behalf of > >> Elijah Stone > >> Sent: Friday, December 2, 2022 11:19:58 AM > >> To: J Programming > >> S

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Richard Donovan
t;> try to recreate it!ick Next time it happens I wrepost with more info! >> >> Thanks >> >> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows >> >> >> From: Programming on behalf of >>

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread 'Mike Day' via Programming
e need for a reboot, I am obviously loathe to >>> try to recreate it!ick Next time it happens I wrepost with more info! >>> >>> Thanks >>> >>> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows >>> >>> _

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Henry Rich
tps://go.microsoft.com/fwlink/?LinkId=550986> for Windows From: Programming on behalf of Elijah Stone Sent: Friday, December 2, 2022 11:19:58 AM To: J Programming Subject: Re: [Jprogramming] Avoiding J crash Rebooting is a bit drastic; can you not kill j from task m

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread bill lam
; From: Programming on behalf of > Elijah Stone > Sent: Friday, December 2, 2022 11:19:58 AM > To: J Programming > Subject: Re: [Jprogramming] Avoiding J crash > > Rebooting is a bit drastic; can you not kill j from task manager? > > Beyond that, break _should_ work.

Re: [Jprogramming] Avoiding J crash

2022-12-03 Thread Richard Donovan
kId=550986> for Windows From: Programming on behalf of Elijah Stone Sent: Friday, December 2, 2022 11:19:58 AM To: J Programming Subject: Re: [Jprogramming] Avoiding J crash Rebooting is a bit drastic; can you not kill j from task manager? Beyond that, break _s

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread Raul Miller
ets to the paging > state. When I was even newer with j I was pretty good at writing > sentences that would, given opportunity, consume all the memory in the > world. > > > Date: Fri, 2 Dec 2022 10:53:04 + > > From: Richard Donovan > > To: J Program

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread David Lambert
rogramming Subject: [Jprogramming] Avoiding J crash Message-ID: Content-Type: text/plain; charset="Windows-1252" Hi! Is there any way to avoid the situation whereby by error I put J into an infinite loop from which the only recovery is to reboot my Windows laptop? I gue

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread Henry Rich
Run jbreak twice to interrupt the running sentence (at the next point where it allocates memory, which is often).  A single Jbreak interrupts only at the end of a sentence. Henry Rich On 12/2/2022 6:58 AM, 'Mike Day' via Programming wrote: If .../bin/jbreak.bat doesn’t work, I use Task Manag

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread 'Mike Day' via Programming
Sorry, I didn’t spot Elijah’s reply. M Sent from my iPad > On 2 Dec 2022, at 11:58, Mike Day wrote: > > If .../bin/jbreak.bat doesn’t work, I use Task Manager to “end task”. > Forgive me if > This is blindingly obvious, but you didn’t mention it! > > Cheers, > > Mike > > > > Sent from

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread 'Mike Day' via Programming
If .../bin/jbreak.bat doesn’t work, I use Task Manager to “end task”. Forgive me if This is blindingly obvious, but you didn’t mention it! Cheers, Mike Sent from my iPad > On 2 Dec 2022, at 10:53, Richard Donovan wrote: > > Hi! > > Is there any way to avoid the situation whereby by er

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread Elijah Stone
Rebooting is a bit drastic; can you not kill j from task manager? Beyond that, break _should_ work. I can look into making it a bit more responsive for long array operations, but am curious to know what specifically has caused you trouble. On Fri, 2 Dec 2022, Richard Donovan wrote: Hi! Is

Re: [Jprogramming] Avoiding J crash

2022-12-02 Thread Ian Clark
This is a serious known issue in jios. But since you say "Windows laptop" I guess you don't mean jios. As far as jios is concerned, all I can say is: I'm working on it. On Fri, 2 Dec 2022 at 10:53, Richard Donovan wrote: > Hi! > > Is there any way to avoid the situation whereby by error I put

[Jprogramming] Avoiding J crash

2022-12-02 Thread Richard Donovan
Hi! Is there any way to avoid the situation whereby by error I put J into an infinite loop from which the only recovery is to reboot my Windows laptop? I guess that my erroneous routine is locking the CPU to such a such an extent that I can’t even get to run Jbreak. I quite often receive a re