Commit 5d5775e
committed
Run child process with ASAN_OPTIONS=verify_asan_link_order=0.
libasan.so checks if it is the first loaded shared library
and exists if not.
In some tests rr records another rr process which gets then
as first library librrpage.so.
Visible in tests:
nested_detach nested_detach_kill nested_detach_wait
==1913200==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.
(Fixes test not yet, all show then
"... requested allocation size ... exceeds maximum ...".)1 parent 3abd886 commit 5d5775e
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2242 | 2242 | | |
2243 | 2243 | | |
2244 | 2244 | | |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
| 2251 | + | |
| 2252 | + | |
| 2253 | + | |
2245 | 2254 | | |
2246 | 2255 | | |
2247 | 2256 | | |
| |||
0 commit comments