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

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

[Octave-bug-tracker] [bug #49729] octave in background dies when disconn


From: Muhali
Subject: [Octave-bug-tracker] [bug #49729] octave in background dies when disconnecting ssh
Date: Mon, 28 Nov 2016 21:57:06 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: octave in background dies when disconnecting ssh
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 28 Nov 2016 01:57:03 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I often put octave jobs in the background and then disconnect the ssh session.
This used to work fine.

Since a few weeks, e.g. with the current dev version, this no longer works.
For example, when starting the script


# foo.m
while true
pause(2) ;
strftime("%T", localtime(time))
endwhile


via

%> nohup octave --no-gui -f foo.m &

and then disconnect and reconnect the ssh session, octave has died on the
remote machine. With more complicated scripts, I even get a segfault.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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