File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ on-going issues.
15
15
Recent Bugs
16
16
-----------
17
17
18
+ * rtcheck_handler_cleanup() throws 'invalid handle specified' on Windows
19
+ in closing of STDOUT (see FIXME comment). Does not affect normal running,
20
+ but a debug build complains.
21
+
18
22
* very peculiar non-linear memory issue in rt when allocating a large
19
23
flat hierarchy of objects. I have three combs, each with 10k
20
24
members unioned. Each member is an rcc. Rendering with just one
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ rtcheck_handler_cleanup(struct ged_rtcheck *rtcp)
60
60
(* gedp -> ged_delete_io_handler )(rrtp , BU_PROCESS_STDERR );
61
61
}
62
62
63
+ // FIXME: Windows throws 'invalid handle specified' exception here - is ged_delete_io_handler already closing STDOUT?
63
64
bu_process_close (rrtp -> p , BU_PROCESS_STDOUT );
64
65
65
66
/* wait for the forked process */
You can’t perform that action at this time.
0 commit comments