ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12797] Buildbot crash output: randpkt-2016-08-31-7311.pcap

Date: Sun, 11 Sep 2016 08:15:54 +0000

Comment # 19 on bug 12797 from
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.