James Tabor wrote:
Hi all,
Bored again, decided to build ros on ros.
Getting this,
(subsys/csrss/api/handle.c:75) CsrGetObject returning invalid handle
(KERNEL32:lib/kernel32/mem/global.c:412) Memory Load: 11
(KERNEL32:lib/kernel32/mem/global.c:412) Memory Load: 11
(subsys/csrss/api/handle.c:75) CsrGetObject returning invalid handle
(subsys/csrss/api/handle.c:75) CsrGetObject returning invalid handle
That isn't a real problem in csrss. Csrss checks for a valid console
handle and prints a message if the handle is invalid. The problem is in
CreateProcess. The handling of the stderr handle is wrong.
- Hartmut