[ros-dev] KMODE_EXCEPTION after pressing Cancel button inTaskbarSettings dia

Theodor Willax theodor_willax at hotmail.com
Sat Nov 6 22:32:40 CET 2004


Hi,

> > How could I debug this error?
>
>You can use the map files to find out where things went wrong. On the BSOD
>you attached you can find that the kernel crashed at <win32k.sys: 142f8>. 
>So
>you can go to subsys/win32k/win32k.map and find (relative) address 142f8. 
>If
>you compiled with DBG := 1 in your config file this should give you the
>exact source line where the crash occurred.
>
>If you need a stack backtrace, use the values on the "Frames:" line in the
>same way.
>
>Gé van Geldorp.

thank's for the hint Ge. The patch below should fix this issue. Who will 
apply this patch to cvs and has it the right format?

Theo

cvs -z9 diff desktop.c (in directory 
D:\home\willaxt\Entwicklung\ros\reactos\subsys\win32k\ntuser\)
Index: desktop.c
===================================================================
RCS file: /CVS/ReactOS/reactos/subsys/win32k/ntuser/desktop.c,v
retrieving revision 1.22
diff -r1.22 desktop.c
703c703
< 	*((DWORD*)Context) = *(DWORD*)ValueData;
---
>	*((DWORD*)EntryContext) = *(DWORD*)ValueData;

_________________________________________________________________
Die rote Karte für lästige E-Mails. MSN Hotmail mit Junk-Mail-Filter. 
http://www.msn.de/antispam/prevention/junkmailfilter Jetzt kostenlos 
anmelden!



More information about the Ros-dev mailing list