Quote Originally Posted by caduel View Post
have you checked that the open calls don't fail?

you can also close stdout and stderr and open a regular file (for that filedescriptor) and just display that file's contents (see the manpages on close, dup etc).

HTH
Yes, I verified - the QFile::Open(int, OpenMode) call is returning 'true' for both stderr, and stdout.

I haven't tried closing stderr/stdout and putting new files in their place - I've done it before, I was just hoping not to here.

I am, however, trying to support Windows in this as well (my primary test environment right now). I may try moving it to Linux and testing to see if that changes things at all as well.