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 10068] tshark, running on MacOS 10.9, performing the stat

Date: Tue, 06 May 2014 09:30:44 +0000

Comment # 8 on bug 10068 from
The file size and samples might not matter if the small file, using 1s samples,
is big enough to cause problems; if you're reading the larger file, or if
you're doing 0.1s samples, the system will wedge up after reading a smaller
fraction of the file, but it'll still wedge up.

The items being allocated are io_stat_item_t's, which are 80 bytes long on an
LP64 platform, so that's 80 bytes (plus malloc overhead, if any) per sample.

Unless there's a *ton* of malloc overhead, if reading the 10MB file with 1s
samples allocates a total of 80GB, that's over a billion seconds, which seems
unlikely (and I suspect it doesn't allocate one for sample time periods with no
packets).


You are receiving this mail because:
  • You are watching all bug changes.