ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Wireshark Installer on mac grew in size

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 25 Jun 2018 18:27:01 -0700
On Jun 25, 2018, at 6:10 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:

> On Jun 25, 2018, at 5:59 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:
> 
>> 	if possible, find something to symbolicate the crash dumps, using the build that crashed and the dSYM files for them, so we can turn a less-helpful unsymbolicated crash dump into a much-more-helpful symbolicated crash dump, showing line numbers.
> 
> The symbolicatecrash script in the /Applications/Xcode.app bundle *may* be capable of doing that.

And if we could set up a server running macOS, with the binaries and dSYM files for all supported macOS releases of Wireshark available, with a Web form where you paste an unsymbolicated crash dump, and it digs the version number from the crash dump, symbolicates the crash dump against that version of Wireshark, and puts up a copyable symbolicated version of that crash dump, that would make life even easier for developers.