Skip to content
Nathan Rijksen edited this page Aug 13, 2015 · 4 revisions

You'll need to configure/build the mozilla section with the additional --with-crashreportsymbols argument:

python build.py configure -k 9.9 --moz-src=3500 --with-crashreportsymbols
python build.py all

Once Mozilla is built successfully, you'll need to build Komodo with the crash report symbols too:

bk configure -V 9.9.0-devel with-crashreportsymbols
bk build
bk build crashreportsymbols

Crash reports are saved (temporarily whilst the crash report dialog in visible) into the profile folder. Crash report dump files have a .dmp filename suffix.

On Mac, the Komodo crash report folder is:

  ~/Library/Application Support/Komodo IDE/Crash Reports/pending/

Build breakpad and install it:

https://code.google.com/p/google-breakpad/source/checkouthttps://code.google.com/p/google-breakpad/source/checkout

Once installed, use:

minidump_stackwalk ~/Library/Application\ Support/Komodo\ IDE/Crash Reports/pending/abc231.dmp

to view the crash details (pipe to less is easier to view).