Opened 19 years ago
Closed 18 years ago
#176 closed Defect (fixed)
No stderr.txt output using wrapper on Windows
| Reported by: | Owned by: | davea | |
|---|---|---|---|
| Priority: | Minor | Milestone: | Undetermined |
| Component: | Client - Build | Version: | |
| Keywords: | Cc: |
Description
The current SVN of the wrapper.C in boinc_samples is missing a line that was in the previous (old-style) wrapper
in boinc_init_diagnostics()
| BOINC_DIAG_REDIRECTSTDERR
The current SVN build does not output anything to stderr when on Windows. I have not had an opportunity to test on Linux, but by inserting the above line right after
| BOINC_DIAG_TRACETOSTDERR
I was able to get the stderr output back.
Change History (2)
comment:1 Changed 18 years ago by
| Owner: | changed from romw to davea |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Should be fixed now; please check