chromium-breakpad
chromium-breakpad copied to clipboard
GitHub clone of the breakpad used by Chromium
See [minidump#26](https://github.com/electron/node-minidump/issues/26) Apparently, these libraries are needed to make `minidump_stackwalk.exe` work in Windows. I was trying to use [simple-breakpad-server](https://github.com/acrisci/simple-breakpad-server), which uses [minidump](https://github.com/electron/node-minidump) which ends up using this repo. I had...
We no longer use this fork.
When attempting to call dump_syms on chrome.dll.pdb we find that malloc eventually return 0. We suspect that dump_syms is running out of memory because it is a 32-bit app. Building...
I think the src submodule in master is no longer valid.