Commit 621c6a3
committed
Preload libasan
For some reason we had begun not being able to load the extension. The
message when loading the extension was:
ASan runtime does not come first in initial library list; you should
either link runtime to your application or manually preload it with
LD_PRELOAD.
This loads libasan now. We have to disable leak checking at the same
time as otherwise we see leak errors from outside our code.1 parent db19971 commit 621c6a3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
0 commit comments