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 |
- [Bug-apl] AP100 problem Frederick Pitts
- Re: [Bug-apl] AP100 problem Juergen Sauermann
- Re: [Bug-apl] AP100 problem Frederick Pitts
- Re: [Bug-apl] AP100 problem enztec
- Re: [Bug-apl] AP100 problem Frederick Pitts
- Re: [Bug-apl] AP100 problem enztec
- Re: [Bug-apl] AP100 problem Frederick Pitts
- Re: [Bug-apl] AP100 problem Kacper Gutowski
- Re: [Bug-apl] AP100 problem Juergen Sauermann
- Re: [Bug-apl] AP100 proble... Juergen Sauermann
- Re: [Bug-apl] AP100 problem Juergen Sauermann
- Re: [Bug-apl] AP100 problem Juergen Sauermann