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: Tue, 13 Jun 2017 08:46:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #4, bug #49729 (project octave):

I got a little closer now. The reason is X11 forwarding. Apparently, older
versions such as octave-3.8 do not crash when the X-channel is closed. Newer
versions (>= 4.0) do:

%> ssh -X some.host
  %some.host> nohup octave --no-gui foo.m &
  %some.host> logout
%> ssh -X some.host
  %some.host> tail -1 nohup.out
  %some.host> panic: Segmentation fault -- stopping myself...

Note that the logout hangs and has to be interrupted with "^C". By using "-x"
instead nothing hangs and no segfault occurs.

Why does the newer octave depend on the X11 channel, and is it intended?

    _______________________________________________________

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]