octave-maintainers
[Top][All Lists]
Advanced

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

Re: exec : typo in documents and erroneously terminates on native window


From: Tatsuro MATSUOKA
Subject: Re: exec : typo in documents and erroneously terminates on native windows
Date: Wed, 4 May 2016 08:07:01 +0900 (JST)

> From: Tatsuro MATSUOKA 

> To: "octave-maintainers
> Cc: 
> Date: 2016/5/3, Tue 14:30
> Subject: exec : typo in documents and erroneously terminates on native windows
> 
> 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


Typo on exec has been fixed by Rik.
http://octave.1599824.n4.nabble.com/Re-exec-segfaults-on-Windows-td4676709.html


For erroneously termination of octave by exec on windows, it is registrar to 
the bug tracker.

http://savannah.gnu.org/bugs/?47840


Tatsuro



reply via email to

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