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

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

[Octave-bug-tracker] [bug #53355] No option (since --gui option change)


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53355] No option (since --gui option change) leaves daemon-like processes when run as background &
Date: Fri, 16 Mar 2018 01:06:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: No option (since --gui option change) leaves
daemon-like processes when run as background &
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Fri 16 Mar 2018 05:06:21 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The changesets that introduced the --gui option no longer account for the
possibility of the user inadvertently running as a background process.  It
leaves an active zombie or daemon-like process running in the background that
affects future bash input:


linux@ ~/octave/bug/53276 $
/usr/local/src/octave/octave-temporary/tip/run-octave &
[2] 19552
linux@ ~/octave/bug/53276 $ GNU Octave, version 4.5.0+
Copyright (C) 2016 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> 
linux@ ~/octave/bug/53276 $ 
linux@ ~/octave/bug/53276 $ octave:1> 
linux@ ~/octave/bug/53276 $ 


Since the meaning of "run-octave" without option has changed from launching
the GUI--in which case "run-octave &" would be fine--this now has to be
addressed, likely in a way that the "run-octave --no-gui &" behaves:


linux@ ~ $ /usr/local/src/octave/octave-temporary/tip/run-octave --no-gui &
[1] 17013
address@hidden ~ $ GNU Octave, version 4.3.0+
Copyright (C) 2016 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.



[1]+  Stopped                
/usr/local/src/octave/octave-temporary/tip/run-octave --no-gui
linux@ ~ $ 


at which point there may be a zombie still, but it stopped and not affecting
future keyboard input.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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