Closed bytemain closed 1 year ago
it seem that breakpad cannot use the .pdb symbols.
.pdb
just a info for all.
https://github.com/electron/electron/releases/tag/v20.3.8
We're using electron 20.3.8, and I found that electron-minidump will download symbol from:
electron-minidump
https://symbols.electronjs.org/ffmpeg.dll.pdb/D0B07035E27EE5E54C4C44205044422E1/ffmpeg.dll.sym
But it response 404, actually this is valid url:
https://symbols.electronjs.org/ffmpeg.dll.pdb/D0B07035E27EE5E54C4C44205044422E1/ffmpeg.dll.pdb
the code is in: https://github.com/nornagon/electron-minidump/blob/master/index.js#L134
it seem that breakpad cannot use the
.pdb
symbols.just a info for all.
https://github.com/electron/electron/releases/tag/v20.3.8
We're using electron 20.3.8, and I found that
electron-minidump
will download symbol from:https://symbols.electronjs.org/ffmpeg.dll.pdb/D0B07035E27EE5E54C4C44205044422E1/ffmpeg.dll.sym
But it response 404, actually this is valid url:
https://symbols.electronjs.org/ffmpeg.dll.pdb/D0B07035E27EE5E54C4C44205044422E1/ffmpeg.dll.pdb
the code is in: https://github.com/nornagon/electron-minidump/blob/master/index.js#L134