-----Original Message-----
From: ros-dev-bounces(a)reactos.com
[mailto:ros-dev-bounces@reactos.com] On Behalf Of Eric Kohl
Sent: Saturday, November 06, 2004 5:14 PM
To: ReactOS Development List
Subject: Re: [ros-dev] Race Condition?
Which registry functions are not thread-safe?
Hi,
on my smp machine I get very often a crash in
CmiObjectParse/CmiAddKeyToList/RtlCopyMemory. In most cases something with
the parent key was wrong. Sometimes the value from NumberOfSubKeys is
0xcccccccc. Sometimes the keys 'Windows NT', 'CurrentVersion' or
'SysFontSubstitutes' are inserted anywhere in the registry. It seems that
the registry parsing is triggered from GetFontFamilyInfoForSubstitutes
(win32k).
- Hartmut