Commit by *fireball* :: r*23508* *reactos*/ntoskrnl/ (cm/regobj.c ob/obhandle.c):
Goodbye REGISTRY_ERROR bsod!
* Change UserMode -> KernelMode in ObReferenceObject*() calls, because that calls failed * Remove Cm-specific hack from Ob "advapi32_winetest.exe registry" shows 0 failures on the first run and 2 failures on further runs. I suppose there might be a leakage in the CM. To be investigated further (or wait till complete Cm rewrite in October).
Still regedit crashes when trying to open a key that contains one or more values.
I suppose that's because there is a bug in user32/comctl32/win32k now in trunk related to anything which touches listbox (or some other common control) to crash.
WBR, Aleksey Bragin.
On Aug 7, 2006, at 5:18 AM, Timo Kreuzer wrote:
Commit by fireball :: r23508 reactos/ntoskrnl/ (cm/regobj.c ob/ obhandle.c): Goodbye REGISTRY_ERROR bsod!
Change UserMode -> KernelMode in ObReferenceObject*() calls, because that calls failed Remove Cm-specific hack from Ob "advapi32_winetest.exe registry" shows 0 failures on the first run and 2 failures on further runs. I suppose there might be a leakage in the CM. To be investigated further (or wait till complete Cm rewrite in October).
Still regedit crashes when trying to open a key that contains one or more values.