kernel32_winetest sync
*** STOP: 0x0000001E (0xc0000047,0x80007cfb,0x000f0350,0x9e956c60)
*** ntoskrnl.exe - Address 0x8002ae09 base at 0x80000000, DateStamp 0x0
Exception: -1634374428(0)
Processor: 0 CS:EIP 8:8002ae09 <ntoskrnl.exe:2ae09 ({standard input}:1521
(ZwRaiseException))>
cr2 30 cr3 5879000 Proc: 80fa8968 Pid: 124 <kernel32_winete> Thrd: 80fc9f90 Tid:
128
DS 10 ES 10 FS 30 GS 0
EAX: 00000096 EBX: 0000009e ECX: 00000000
EDX: 9e956d74 EBP: 9e956c10 ESI: 006afe2c ESP: 9e9568a0
EDI: 9e956d74 EFLAGS: 00000286 kESP 9e9568a0 kernel stack base 9e954000
Frames:
<ntoskrnl.exe:1bb4a (ntoskrnl/ex/error.c:64 (ExRaiseStatus))>
<ntoskrnl.exe:7cfb (ntoskrnl/ke/sem.c:104 (KeReleaseSemaphore))>
<ntoskrnl.exe:24aba (ntoskrnl/ex/sem.c:326 (NtReleaseSemaphore))>
<ntoskrnl.exe:96312 ({standard input}:177 (KiSystemService))>
<kernel32.dll:33788 (lib/kernel32/synch/sem.c:205 (ReleaseSemaphore))>
KeBugCheckWithTf at ntoskrnl/ke/catch.c:228
A problem has been detected and ReactOS has been shut down to prevent damage to your
computer.
The problem seems to be caused by the following file: ntoskrnl.exe
Technical information:
*** STOP: 0x0000001E (0x80000003,0x800a07f7,0x00000000,0x9e9560e4)
*** ntoskrnl.exe - Address 0x800a07f7 base at 0x80000000, DateStamp 0x0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev
This crash happenes because the PreviousMode is being changed from
UserMode to KernelMode when the exception occurs, which causes
ExSystemExceptionFilter to return EXCEPTION_CONTINUE_SEARCH.
Best Regards,
Thomas