Open GoogleCodeExporter opened 9 years ago
-Bsymbolic does not sound like a good idea at all and it will break more things
than it will fix.
It also sounds like you have a glaring ODR violation by pulling in two versions
of the same library in one process.
Is it gcc-asan or clang-asan? Off the top of my head, this could be related to
the --export-dynamic behavior of clang-asan. Is it possible that you are
already using -Bsymbolic to work around the ODR issues, and ASan somehow
disables that?
I did not understand the part about ASan assuming that some symbols are never
interposed. Is that something that _Firefox_ is assuming?
Did I understand correctly that in the usual build, libffi is not re-exported
from libxul, but with ASan it is re-exported?
Original comment by euge...@google.com
on 26 Jul 2015 at 8:09
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
gland...@gmail.com
on 26 Jul 2015 at 12:12