[ wxwindows-Bugs-1793812 ] wxExecute success but with zero
output/error
SourceForge.net
noreply at sourceforge.net
Tue Oct 30 00:50:51 PDT 2007
Bugs item #1793812, was opened at 2007-09-13 12:09
Message generated for change (Comment added) made by mortenmacfly
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1793812&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: Fatal
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Morten MacFly (mortenmacfly)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxExecute success but with zero output/error
Initial Comment:
I'm running wxExecute in Windows XP Pro SP2 like this:
exec_success = wxExecute(command, e_output, e_error, wxEXEC_NODISABLE);
The command would definitely return something and the command is launched correctly (exec_success says so). Hence both: e_output, e_error are *sometimes* empty. This used to work properly with wx284 (and below) but in wx285 it sometimes is broken and the output/error isn't captured. I don't see a pattern when this happens but it really does sometimes. If you launch the same command over and over again you might experience this, too.
Anyone that can confirm?
----------------------------------------------------------------------
>Comment By: Morten MacFly (mortenmacfly)
Date: 2007-10-30 08:50
Message:
Logged In: YES
user_id=923756
Originator: YES
BTW: It's magically gone in 2.8.6 although I don't see any relevant
changes that could have "caused the fix". ;-) Mayve the devs do?!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1793812&group_id=9863
More information about the wx-dev
mailing list