Comment # 19
on bug 12797
from Guy Harris
Note that ASAN consumes, to use the technical term, a crapton of virtual
memory:
https://github.com/google/sanitizers/wiki/AddressSanitizer
"The ulimit -v command makes little sense with ASan-ified binaries because ASan
consumes 20 terabytes of virtual memory (plus a bit)."
So if we're using "ulimit -v" in the buildbot when running an ASANified version
of tshark, we should stop doing so (or, if the *default* limit is too low, we
should raise it).
You are receiving this mail because:
- You are watching all bug changes.