Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
Description
When using a linker script to move the INIT section after the .reloc section, it appears relocations originally intended for INIT don't get updated and therefore refer to .reloc.
/* Make sure the INIT section is at the end of the module so we can reclaim the space */
|
SECTIONS
|
{
|
INIT BLOCK(__section_alignment__) :
|
{
|
__init_start__ = . ;
|
*(INIT)
|
__init_end__ = . ;
|
}
|
}
|
INSERT AFTER .reloc;
|
Attachments
Issue Links
- blocks
-
CORE-14683 BSOD 0x50 PAGE_FAULT_IN_NONPAGED_AREA when installing DVDwriteNow from rapps
- Resolved
- relates to
-
CORE-16183 Regression on master, BSOD upon first stage bootup
- Resolved