Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
Description
After a quick glance, Stage 2 would seem to have completed successfully though...
https://build.reactos.org/builders/Test%20KVM%20AHK/builds/4507/steps/test/logs/stdio // Very outdated.
{{Feb 15 21:49 cd83ed1ac51d... failure #4507}}
...
|
WARNING: PoStartNextPowerIrp at ntoskrnl/po/power.c:621 is UNIMPLEMENTED!
|
[SYSREG] Stage took: 23.006885 seconds
|
|
|
|
[SYSREG] Running stage 3...
|
[SYSREG] Domain ReactOS-CMake started.
|
(sdk/lib/cmlib/cminit.c:109) IndexCell->Signature ffff
|
Assertion 'FALSE' failed at /srv/buildbot/Test_KVM_AHK/build/sdk/lib/cmlib/cminit.c line 110
|
[SYSREG] Stage took: 0.800164 seconds
|
[SYSREG] Rebooting machine (retry 1)
|
—
https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/cmlib/cminit.c;hb=HEAD#l77
79 CmpPrepareIndexOfKeys(
|
...
|
107 else |
108 {
|
109 DPRINT1("IndexCell->Signature %x\n", IndexCell->Signature); |
110 ASSERT(FALSE);
|
111 }
|
–
Major for the time being, not Critical, as "first time" as far as I know.
Attachments
Issue Links
- is duplicated by
-
CORE-18311 BSOD "An error occured in FreeLoader v3.0" after fresh install
- Resolved