bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] AP100 problem


From: Juergen Sauermann
Subject: Re: [Bug-apl] AP100 problem
Date: Wed, 15 Feb 2017 15:12:28 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Kacper,

very interesting observation, thanks! It seems that on my box it also occurs, but at much
longer strings:

            100⎕SVO'OS'

1
            OS←'echo abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLM'
abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLM
            OS←'echo abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMN'
     
I can now reproduce the problem on my machine, which makes it much simpler to fix it.

/// Jürgen



On 02/15/2017 02:26 PM, Kacper Gutowski wrote:
On 15 February 2017 at 03:59, Frederick Pitts wrote:
But the problem does seem specific to my platform.
I can reproduce it under debian testing.  It appears that strings
longer than 12 are somehow misinterpreted by AP100 and garbage is
sent to popen.  It doesn't seem to have anything to do with the *
in the input or the fact that your /bin/sh is bash.


      100⎕SVO'OS'

1
      OS←'echo 6789012'
6789012
      OS←'echo 67890123'
sh: 1: Àüõ¤U: not found


-k




reply via email to

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