octave-maintainers
[Top][All Lists]
Advanced

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

Re: ***[Possible UCE]*** Re: GUI doesn't appear when using ./run-octave


From: Daniel J Sebald
Subject: Re: ***[Possible UCE]*** Re: GUI doesn't appear when using ./run-octave
Date: Sun, 16 Sep 2012 14:13:33 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 09/16/2012 01:44 PM, Daniel J Sebald wrote:

1) Should we be redirecting STDERR away from the console? I can see
redirecting STDIN and STDOUT to make the Octave terminal window function
properly. But I think I'd prefer to have STDERR stay directed to the
console. With all the GUI unix things I'm often seeing verbose error
messages appearing on the console, like "This font not found/that font
not found/etc."

It would be very nice to do this. With STDERR reactivated, once I saw a whole stream of errors upon exit that I hadn't seen before. (Couldn't repeat it.) I just think it would be more helpful for us in the short term (and probably when people submit bug reports) to have STDERR go somewhere visible. Plus, if there are Qt font warnings, I don't think we want that streaming into the Octave terminal inside the GUIDE+O.

The problem is, the redirection of STDERR appears to be done in some library using dup2() that isn't in the Octave mercurial repository (i.e., the "unix" subdirectory).

Dan


reply via email to

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