octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53364] starting octave backgrounded (octave &


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53364] starting octave backgrounded (octave &) does not initialize terminal correctly
Date: Fri, 16 Mar 2018 15:29:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

URL:
  <http://savannah.gnu.org/bugs/?53364>

                 Summary: starting octave backgrounded (octave &) does not
initialize terminal correctly
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Fri 16 Mar 2018 12:29:53 PM PDT
                Category: Interpreter
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When octave or octave-cli is started as a background job, and then brought to
the foreground again, the terminal settings have not been initialized
correctly, when compared with running in the foreground.


$ ./run-octave -q &
[1] 11616
$ fg
./run-octave -q
>> system stty;       ## typed, but there is no echo
speed 38400 baud; line = 0;
lnext = <undef>; min = 1; time = 0;
-brkint -icrnl -imaxbel iutf8
-icanon -echo
>> quit
$ stty
speed 38400 baud; line = 0;
-brkint -imaxbel iutf8


This behavior has existed since Octave 3.8.2. Octave 3.6.4 was able to start
and initialize in the background correctly.

Starting Octave in the foreground and then backgrounding works fine.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53364>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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