[Issue 11171] Text relocations in Phobos shared library
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 1 11:03:49 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11171
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |dll
Priority|P2 |P3
CC| |code at dawg.eu
AssignedTo|nobody at puremagic.com |code at dawg.eu
--- Comment #6 from Martin Nowak <code at dawg.eu> 2014-02-01 11:03:45 PST ---
Indeed it's a problem that block SELinux out of the box.
I stumbled over this today trying to run a binary with sandbox.
In elfutils there is a small tool to find those relocations
eu-findtextrel
https://fedoraproject.org/wiki/User:Tibbs/Text_Relocation_Guidelines
Seems like it mostly barks about vtblZ and initZ symbols in libphobos2.so.
Those indeed need to contain absolute relocations but they should be data
symbols, so I don't yet know what the problem is.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list