bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] SYSTEM LIMIT not detected


From: Hans-Peter Sorge
Subject: [Bug-apl] SYSTEM LIMIT not detected
Date: Thu, 1 Nov 2018 13:53:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Hello Jürgen,

here comes an other corner case.

The following two cases work as expected.

      (⍳16)⍴'a'
SYSTEM LIMIT (rank)
      (⍳16)⍴'a'
      ^    ^
      (⍳16)⍴⊂'a'
SYSTEM LIMIT (rank)
      (⍳16)⍴⊂'a'
      ^     ^

This case fails to detect the SYSTEM LIMIT and Kills the session:

      12 10 13 14 12 14 13 14 ⍴ ⊂'0123456789abcdef'
Killed


And some more oddities...

      ⎕WA
14988140544
      ⍴12 10 13 14 12 14 13 14  ⍴ ⊂'0123456789abcdef'
WS FULL
      ⍴12 10 13 14 12 14 13 14⍴⊂'0123456789abcdef'
       ^                       ^
      ⍴10 10 10 10 10 10 10 10  ⍴ ⊂'0123456789abcdef'
Killed (Getötet)

Best Regards,

Hans-Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]