nornagon / electron-minidump

Symbolicate Electron minidumps
51 stars 14 forks source link

[info] it seem that electron 20.3.8 change it's symbol name #16

Closed bytemain closed 1 year ago

bytemain commented 1 year ago

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

CleanShot 2022-12-13 at 20 00 09@2x