[ros-bugs] [Bug 5723] Exception: FreeLoader - RAM Disk boot - unusual BSOD

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Nov 5 00:23:15 UTC 2010


http://www.reactos.org/bugzilla/show_bug.cgi?id=5723


RoMe <roelmessiant at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roelmessiant at gmail.com




--- Comment #8 from RoMe <roelmessiant at gmail.com>  2010-11-05 00:23:15 CET ---
Seems reproducable by selecting the "ReactOS (RAM disk)" option in the boot
menu.

Debug log contains only a single line (I forgot how to enable more debug output
in freeldr):

Assertion 'LoadBase' failed at boot\freeldr\freeldr\reactos\imageldr.c line 495


This maps to the following code:

/* Allocate memory for the driver */
ImageSize = NtHeader->OptionalHeader.SizeOfImage;
LoadBase = MmAllocateMemoryAtAddress(ImageSize, LoadBase, LoaderSystemCode);
ASSERT(LoadBase);

My VMware machine has 256MB RAM.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Ros-bugs mailing list