octave-maintainers
[Top][All Lists]
Advanced

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

exec : typo in documents and erroneously terminates on native windows


From: Tatsuro MATSUOKA
Subject: exec : typo in documents and erroneously terminates on native windows
Date: Tue, 3 May 2016 14:30:19 +0900 (JST)

Hello

I have execute exec on native windows (4.0.2) and Cygwin (4.0.1)

In the documents(help and manual)

*******************************
     FILE.  For example,

          exec ("ls" "-l")

     will run 'ls' and return you to your shell prompt.
*******************************
          exec ("ls" "-l")
should be
          exec ("ls", "-l")
(missing comma)

BTW, octave termination of octave by exec ("ls", "-l") is an expected behavior.
However, octave erroneously terminates on octave 4.0.2 (32 and 64 bit)
I attached message from Windows. (Sorry it is written in Japanese.)
 
Translation
 Octave-cli is terminated.
 Problems occurred and program does not work correctly.
 Program is terminated by windows system.
 If there is a solution, it is reported from windows system.
    (Button [Terminate program])


Tatsuro

Attachment: exec_hang.png
Description: PNG image


reply via email to

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