Displaying 1 result from an estimated 1 matches for "0002d".
Did you mean:
0002
2010 Nov 20
1
Log entries from different threads are mixed with each other
...RIC_WRITE cr002d:trace:ole:NdrClientC0009:trace:file:RtlDosPathNameToNtPathName_U (L"002d:trace:ole:NDRCContextUnmarshall *0x54e860=0009:trace:file:RtlGetFullPathName_U (002d:trace:rpc:RpcBindingFree (0x11f104) = 0x11f130
0009:trace:heap:RtlAllocateHeap (0x110000,70000062,00000036): returning 0002d:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ea4a246
My exploration has ended with this comment from /libs/wine/debug.c
Code:
/* allocate some tmp string space */
/* FIXME: this is not 100% thread-safe */
static char *get_temp_buffer( size_t size )
Is it the reason? And can it be fixed?