[RTEMS Project] #2754: no .strtab section
RTEMS trac
trac at rtems.org
Wed Jul 20 20:26:35 UTC 2016
#2754: no .strtab section
----------------------+---------------------
Reporter: pggauvin | Owner: chrisj
Type: defect | Status: new
Priority: normal | Milestone:
Component: libdl | Version: 4.11
Severity: major | Resolution:
Keywords: |
----------------------+---------------------
Comment (by pggauvin):
I've narrowed down the problem to a corrupted section name for `.strtab`
being retrieved by `rtems_rtl_obj_cache_read` in
`rtems_rtl_elf_parse_sections`. The offset to the name in the file was
correct, but garbage was returned. The attached patch effectively disables
the caching functionality of `rtems_rtl_obj_cache_read`, allowing the test
to load the object successfully and generate this output:
{{{
TEST BEGIN
dlopen:
TEST END
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2754#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list