search for: get_temp_buffer

Displaying 1 result from an estimated 1 matches for "get_temp_buffer".

2010 Nov 20
1
Log entries from different threads are mixed with each other
...: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?