I'm running tests here after makex bootcdregtest. on qemu... I had one
fault that I lost, after the next retry this,
(dll/ntdll/ldr/ldrutils.c:1138) LDR: LdrpMapDll Relocating Image Name
C:\ReactOS\system32\inetcomm.dll (76140000 -> 01612000)
(dll/ntdll/ldr/ldrutils.c:1177) Overlapping DLL:
C:\ReactOS\System32\comctl32.dll
fixme:(dll/win32/wintrust/register.c:1161) stub
(dll/ntdll/ldr/ldrutils.c:1138) LDR: LdrpMapDll Relocating Image Name
C:\ReactOS\system32\mshtml.dll (76650000 -> 01612000)
(dll/ntdll/ldr/ldrutils.c:1177) Overlapping DLL:
C:\ReactOS\System32\setupapi.dll
(ntoskrnl/se/semgr.c:299) SidInToken Calls: 30000
*** Fatal System Error: 0x00000019
(0x00000005,0xB0190B28,0x000000F0,0xB0190B10)
Entered debugger on embedded INT3 at 0x0008:0x80903734.
kdb:> bt
Eip:
<ntoskrnl.exe:103735 (lib/rtl/i386/debug_asm.S:39
(RtlpBreakWithStatusInstruction))>
Frames:
<ntoskrnl.exe:ad96 (ntoskrnl/ke/bug.c:1110 (KeBugCheckWithTf@24))>
<ntoskrnl.exe:aee1 (ntoskrnl/ke/bug.c:1438 (KeBugCheckEx@20))>
<ntoskrnl.exe:9f1ed (ntoskrnl/mm/ARM3/expool.c:237 (ExpCheckPoolHeader@4))>
<ntoskrnl.exe:9f334 (ntoskrnl/mm/ARM3/expool.c:265 (ExpCheckPoolBlocks@4))>
<ntoskrnl.exe:9f5ca (ntoskrnl/mm/ARM3/expool.c:804 (ExFreePoolWithTag@8))>
<ntoskrnl.exe:9fb6f (ntoskrnl/mm/ARM3/expool.c:946 (ExFreePool@4))>
<ntoskrnl.exe:c0a3b (ntoskrnl/mm/freelist.c:548 (MmDereferencePage@4))>
<ntoskrnl.exe:c0628 (ntoskrnl/mm/balance.c:136 (MmReleasePageMemoryConsumer@8))>
<ntoskrnl.exe:19b7f (ntoskrnl/cc/view.c:861 (CcFreeCachePage))>
<ntoskrnl.exe:c239b (ntoskrnl/mm/marea.c:756 (MmFreeMemoryArea@16))>
<ntoskrnl.exe:195b3 (ntoskrnl/cc/view.c:910 (CcRosInternalFreeCacheSegment))>
<ntoskrnl.exe:1bc24 (ntoskrnl/cc/view.c:383 (CcRosTrimCache))>
<ntoskrnl.exe:c0150 (ntoskrnl/mm/balance.c:366 (MiBalancerThread@4))>
<ntoskrnl.exe:f1152 (ntoskrnl/ps/thread.c:156 (PspSystemThreadStartup@8))>
<ntoskrnl.exe:5bce (ntoskrnl/ke/i386/thrdini.c:78 (KiThreadStartup@0))>
<ntoskrnl.exe:f10ee (ntoskrnl/ps/thread.c:625 (PsCreateSystemThread@28))>
<fce59d80>
<ntoskrnl.exe:154d9 (ntoskrnl/ke/wait.c:527 (KeWaitForSingleObject@20))>
<ntoskrnl.exe:c3ee2 (ntoskrnl/mm/mminit.c:292 (MmMpwThreadMain@4))>
<ntoskrnl.exe:f1152 (ntoskrnl/ps/thread.c:156
(PspSystemThreadStartup@8))>--- Press q to abort, any other key to
continue ---
<ntoskrnl.exe:5bce (ntoskrnl/ke/i386/thrdini.c:78 (KiThreadStartup@0))>
<ntoskrnl.exe:f10ee (ntoskrnl/ps/thread.c:625 (PsCreateSystemThread@28))>
<657a2f33>
Couldn't access memory at 0x4D524133!
kdb:>
Then again retry and now the regtest it running.....
On Tue, Aug 16, 2011 at 3:35 PM, Cameron Gutman
<cameron.gutman(a)reactos.org> wrote:
ACPI does work on VirtualBox. I performed the majority
of my testing on VirtualBox. Also, I need a stack trace from that crash to have any clue
where the corruption is (still not much of one). I have had indications of a pool
corruption bug in ACPI and I need as many logs as possible to try to track it down.
Regards,
Cameron