On Linux, Chromium can use Breakpad to generate minidump files for crashes. It is possible to convert the minidump files to core files, and examine the core file in gdb, cgdb, or Qtcreator. In the ...
I tested, and that worked! When creating a patch script, instead of using the exact function name, I used the demangled function name and discovered there are actually three variants of the same ...