Hi! I switch to an older serial driver, BTW the new one set the baud to 19.2k.
(KERNEL32:mem/global.c:412) Memory Load: 8 CSR: NtOpenProcess() failed for handle duplication Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 8
Funny debug message, James
James Tabor wrote:
Hi! I switch to an older serial driver, BTW the new one set the baud to 19.2k.
(KERNEL32:mem/global.c:412) Memory Load: 8 CSR: NtOpenProcess() failed for handle duplication Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 8
Funny debug message, James
Well!
When running two cmd consoles, with first building ros on ros, and the second running ctm. The first cmd console windows exits and this,
CSR: NtOpenProcess() failed for handle duplication Failed to tell csrss about new process. Expect trouble. (MSVCRT:io/open.c:103) not valid fd 0, g_fdend 5, fdinfo 7802d2f0, bucket 7802d2 f0, fdflags 0 (MSVCRT:io/open.c:694) _setmode: inval fd (0) SHELLHOOK 4 SHELLHOOK 2
The cmd processes with make running are in memory with zero time. James
Hi,
I get the same result:
Tag 42434356 (VCCB) Blocks 589 Total Size 17848 Average Size 30 Tag 41545357 (WSTA) Blocks 1 Total Size 16 Average Size 16 Tag ffffffff Blocks 1 Total Size 3200 Average Size 3200 TotalBlocks 19251 TotalSize 11205376 AverageSize 582 Freeblocks 372 TotalFreeSize 2444008 AverageFreeSize 6569 ***************** Dump Complete *************** (NTDLL:ldr/utils.c:2092) Relocating (77ed0000 -> 850000) E:\ReactOS\system32\gdi32.dll (KERNEL32:mem/global.c:412) Memory Load: 20 (KERNEL32:mem/global.c:412) Memory Load: 20 (api/process.c:232) CSR: NtOpenProcess() failed for handle duplication, status = c000010a Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 20 (KERNEL32:mem/global.c:412) Memory Load: 20 (api/process.c:232) CSR: NtOpenProcess() failed for handle duplication, status = c000010a Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 20 (KERNEL32:mem/global.c:412) Memory Load: 20 (api/process.c:232) CSR: NtOpenProcess() failed for handle duplication, status = c000010a Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 20 (KERNEL32:mem/global.c:412) Memory Load: 20 (api/process.c:232) CSR: NtOpenProcess() failed for handle duplication, status = c000010a Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 20 (KERNEL32:mem/global.c:412) Memory Load: 20 (api/process.c:232) CSR: NtOpenProcess() failed for handle duplication, status = c000010a Failed to tell csrss about new process. Expect trouble. SHELLHOOK 4 SHELLHOOK 2 CSR: NtDuplicateObject() failed: c0000008 (api/handle.c:101) CSR: Error: releaseing unknown object type 0x1027c0Failed to tell csrss about new process. Expect trouble. (api/handle.c:71) CsrGetObject returning invalid handle
- Hartmut
Hi,
it seems that is a result of the changed cid implemention. If a process is delete, the cid is also delete but the process object is on the process list. A new process get this cid. NtOpenProcessById does find the process which is deleted and return an error. I think we must move the the deleting of the cid from PiTerminateProcess to PiDeleteProcessWorker (before MmReleaseMmInfo).
- Hartmut
James Tabor schrieb:
Hi! I switch to an older serial driver, BTW the new one set the baud to 19.2k.
(KERNEL32:mem/global.c:412) Memory Load: 8 CSR: NtOpenProcess() failed for handle duplication Failed to tell csrss about new process. Expect trouble. (KERNEL32:mem/global.c:412) Memory Load: 8
Funny debug message, James _______________________________________________ Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev