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

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

[Octave-bug-tracker] [bug #53034] Octave GUI fails to open when stdin cl


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53034] Octave GUI fails to open when stdin closed. Patch included
Date: Thu, 1 Feb 2018 14:13:29 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #10, bug #53034 (project octave):

I'm sorry but I think your reading of the GLib code is incorrect. If you read
the GLib docs or actually try it yourself, you will see that the child process
has stdin opened to read from /dev/null by default. There are options to have
the child inherit the parent's stdin file descriptor or to pass one end of a
newly created fifo, which the parent can then close if they want to. But all
uses of close_and_invalidate having to do with stdin in GLib are simply
internal cleanup.

But this is starting to digress.

To stay on topic, it would help us fix this issue if someone could provide a
working patch that has actually been tested in a real windowing environment
and that demonstrates a concrete improvement over the status quo.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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