Commit 4ffab86
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 8d93328 commit 4ffab86
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2408 | 2408 | | |
2409 | 2409 | | |
2410 | 2410 | | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
2411 | 2420 | | |
2412 | 2421 | | |
2413 | 2422 | | |
| |||
0 commit comments