#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to