Interesting. I guess this memory is also used at somewhat unpredictable times in the usual case where symbols are resolved lazily though the PLT: when you first use a function you'll suddenly get this extra stack usage while ld.so does it's thing?
Doesn't that also imply this caveat also applies to thread stacks if you end up resolving symbols off of the main thread?
Doesn't that also imply this caveat also applies to thread stacks if you end up resolving symbols off of the main thread?