Description
Arch: Arm32
Compiler: MSVC-14.29
ReactOS version: 0.4.16-dev-1782-gc76049e-c76049ec8b8e8d9607b727b878905e0e4a8a82ae
Environment: Windows 8.1 RT, 6.3.9600, in Surface RT. Trying to debug with WinDBG.
Description of the bug:
If you try to play with the GUI a little, or you try to download any package that is a little big (more than 30 MB) the GUI will hang without working. Not sure if something is executing in a different order into this arch, the CRT is wrong or maybe the process is waiting something to end that is not ending. Not sure. It uses to fail after loading C:\Windows\system32\ncryptsslp.dll and C:\Windows\SYSTEM32\WindowsCodecs.dll .
Debug log:
(e7c.598): Illegal instruction - code c000001d (first chance) |
(e7c.598): Unknown exception - code c000041d (!!! second chance !!!) |
03030000 0000 movs r0,r0 |
0:000> kp |
# Child-SP RetAddr Call Site
|
00 006de5b8 7603a838 0x3030000 |
01 006de5b8 7603a538 user32!UserCallWinProcCheckWow+0x130 |
02 006de628 76044d58 user32!DispatchClientMessage+0xf4 |
03 006de670 77982fd6 user32!_fnDWORD+0x24 |
04 006de690 760341de ntdll!KiUserCallbackDispatcher+0x16 |
05 006de6c8 29b4a726 user32!NtUserMessageCall+0x6 |
06 006de6c8 00000000 0x29b4a726 |
And I have a variant, not sure if the same point of bug:
bd4.f78): Illegal instruction - code c000001d (first chance)
|
(bd4.f78): Unknown exception - code c000041d (!!! second chance !!!)
|
00a70000 0000 movs r0,r0 |
0:000> kp |
# Child-SP RetAddr Call Site
|
00 005dec90 7603a838 0xa70000 |
01 005dec90 7603a538 user32!UserCallWinProcCheckWow+0x130 |
02 005ded00 76044d58 user32!DispatchClientMessage+0xf4 |
03 005ded48 77982fd6 user32!_fnDWORD+0x24 |
04 005ded68 760341de ntdll!KiUserCallbackDispatcher+0x16 |
05 005deda0 73031f24 user32!NtUserMessageCall+0x6 |
06 005deda0 00000000 comctl32!MasterSubclassProc |