That's odd!

On this ipad, running ipados 15.7.1:

   (([:,&',' each}:),{:);:'cat dog mouse'
┌────┬────┬────┐
│cat,│dog,│cat,│
└────┴────┴────┘
   JVERSION
Engine: j903/j64/iOS
beta-k: GPL3/2022-10-25T00:03:13
Platform: iOS/iPadOS
Version: 903.1 52
Installer: App Store
Contact: www.jsoftware.com

A problem I do find in Jios/J103,  as previously in J701,  is that J crashes 
for verbs/tasks that work in, say, Windows,  when, it seems, the required 
memory exceeds some unknown limit in the tablet.  I've put this in my 
startup.ijs script,  apparently to no avail:

NB. set memory limit to ~20
9!:21 ]16000000000

Cheers,

Mike
Sent from my iPad

> On 10 Nov 2022, at 08:42, esal <[email protected]> wrote:
> 
> Hi everybody
> 
> I have an old verb that transforms a boxed array containing database table
> column names into a string suitable for copying and pasting into a SQL
> SELECT statement. It crashes J903.
> 
> Here is a simplified demonstration.
> 
> 
>>   JVERSION
>> 
>> Engine: j903/j64avx2/windows
>> 
>> Release-b: commercial/2022-01-28T04:09:50
>> 
>> Library: 9.03.08
>> 
>> Qt IDE: 1.9.5s/5.15.2(5.15.2)
>> 
>> Platform: Win 64
>> 
>> Installer: J903 install
>> 
>> InstallPath: c:/j903
>> 
>> Contact: www.jsoftware.com
>> 
> 
> 
>> NB. this works
>> 
>> ]aux=.;:'cat dog mouse'
>> 
>> ┌───┬───┬─────┐
>> 
>> │cat│dog│mouse│
>> 
>> └───┴───┴─────┘
>> 
>>> (([:,&',' each}:),{:)aux
>> 
>> cat,
>> 
>> dog,
>> 
>> mouse
>> 
>> 
> 
>> NB. this crashes J
>> 
>>> (([:,&',' each}:),{:);:'cat dog mouse'
>> 
>> 
>> Best Regards,
> 
> Esa
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to