Force LD_BIND_NOW on all runtime invocation.
[deliverable/lttng-ivc.git] / README
diff --git a/README b/README
index 9865bbf5fd42412f89255c07116e73fb0bbea29f..1170d37554e8f22be5f820025d9aa65119bbb70b 100644 (file)
--- a/README
+++ b/README
@@ -30,3 +30,13 @@ How to run:
 With tox:
 
 1: tox -r ./
+
+Findings
+========
+
+The binding type (ld.so) (now or lazy) is dependent on the gcc/ld distribution
+configuration. Hence, for this test suite, we force the behavior to "now". This
+result in the lookup of all required symbols at launch. This is particularly
+important since we want to prevent inconsistent behavior. Immediate might be
+forced in the future for lttng project but for now we simply force it at
+runtime.
This page took 0.023711 seconds and 5 git commands to generate.