[ros-kernel] New Taskmgr Exception Dump.

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Fri Aug 6 07:08:16 CEST 2004


Hi,

James Tabor wrote:
> (KERNEL32:except/except.c:132) Unhandled exception
> (KERNEL32:except/except.c:133) Address:
> (KERNEL32:except/except.c:136)      401210   C:\reactos\bin\taskmgr.EXE
> (KERNEL32:except/except.c:139) Frames:
> (KERNEL32:except/except.c:144)    77f26eda   
> C:\reactos\system32\kernel32.dll
> (KERNEL32:except/except.c:144)    77f21f66   
> C:\reactos\system32\kernel32.dll
> (KERNEL32:except/except.c:144)    77fa3dc6   C:\reactos\system32\ntdll.dll
> (KERNEL32:except/except.c:144)    77fa3a49   C:\reactos\system32\ntdll.dll
> (KERNEL32:except/except.c:144)    77f8da04   C:\reactos\system32\ntdll.dll


I tracked down the problem but unable at this time to solve it. When Taskmgr.c
calls LoadSetttings(), RegQueryValueEx is called. This causes the fault. I reverted
back as far as 1.46 (advapi32/reg/reg.c) and the problem still continues.

 From taskmgr line 802,

     RegQueryValueEx(hKey, _T("Preferences"), NULL, NULL, (LPBYTE)&TaskManagerSettings, &dwSize);

Someone needs to look into this.
Help needed,
James


More information about the Ros-kernel mailing list