Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Versioned symbols in elfutils and uClibc
@ 2015-04-21  1:30 Max Filippov
  2015-04-21  7:28 ` Thomas Petazzoni
  2015-04-21 11:35 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Max Filippov @ 2015-04-21  1:30 UTC (permalink / raw)
  To: buildroot

Hi,

I'm debugging strange segfault running ltrace for xtensa:
it's caused by dwfl_report_elf recursively calling itself, resulting
in stack overflow. The symbol dwfl_report_elf is versioned, there
are versions ELFUTILS_0.122 and ELFUTILS_0.156, ltrace calls
0.122, but when 0.122 tries to resolve 0.156 it gets back pointer
to 0.122. AFAICS uClibc does not support symbol versioning.
Any idea what can be done about it?

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-21 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21  1:30 [Buildroot] Versioned symbols in elfutils and uClibc Max Filippov
2015-04-21  7:28 ` Thomas Petazzoni
2015-04-21 13:56   ` Max Filippov
2015-04-21 11:35 ` Peter Korsgaard
2015-04-21 17:59   ` Max Filippov
2015-04-21 21:31     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox