Message340727
| Author | fweimer |
|---|---|
| Recipients | fweimer, koobs, vstinner |
| Date | 2019-04-23.13:53:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556027614.83.0.0172932512562.issue36659@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Note that linking with -Wl,-rpath,/usr/lib64 (even if it's redundant) disables part of the ld.so cache on Linux. Instead, paths under /usr/lib64 are probed explicitly. This can add quite a few failing open/openat system calls to the process startup. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-23 13:53:34 | fweimer | set | recipients: + fweimer, vstinner, koobs |
| 2019-04-23 13:53:34 | fweimer | set | messageid: <1556027614.83.0.0172932512562.issue36659@roundup.psfhosted.org> |
| 2019-04-23 13:53:34 | fweimer | link | issue36659 messages |
| 2019-04-23 13:53:34 | fweimer | create | |