Changes between Initial Version and Version 1 of Ticket #64896, comment 8


Ignore:
Timestamp:
Mar 31, 2022, 1:11:49 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64896, comment 8

    initial v1  
    1 OK, so the short answer here is that at present, you can't load a static data structure on the heap of that size, as the linker is unable to do the needed relocations thereafter, and when it fails it generates a false error about the library not being found.
     1OK, so the short answer here is that at present, you can't load a static data structure on the stack of that size, as the linker is unable to do the needed relocations thereafter, and when it fails it generates a false error about the library not being found.
    22
    33The real error is that the library can't be loaded and linked as you're out of heap space.