Closed Bug 1421290 Opened 7 years ago Closed 7 years ago

missing symbols for d2d1.dll

Categories

(Core :: Graphics, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
firefox59 --- affected

People

(Reporter: Gankra, Assigned: ted)

References

Details

We're seeing some crashes in there on Windows 10 insider, but hard to do anything without symbols (I think?)
(jeff said to needinfo ted)
Flags: needinfo?(ted)
Microsoft updated their symbol server a few months ago: https://blogs.msdn.microsoft.com/windbg/2017/10/18/update-on-microsofts-symbol-server/

Unstated in that blog post is that it no longer serves hits for .pd_ files, only .pdb files. It apparently does support on-the-fly compression but I don't know exactly how. Unfortunately my script that fetches missing symbols from Microsoft's symbol server was only trying to fetch .pd_ files, so it hasn't actually been working for a while now. :-/

I changed the script to fetch .pdb files:
https://hg.mozilla.org/users/tmielczarek_mozilla.com/fetch-win32-symbols/rev/b3ad2f800830

and kicked off a new run of the scheduled task:
https://tools.taskcluster.net/groups/XlZwgDAOQ_yhfw1h2Bw4uw/tasks/X8wJ0XiOQje8j9gDrAfZLw/details

and it uploaded 427 symbols(!) so we should be clear of whatever backlog we had. If you have specific crash reports of interest we can easily reprocess them, or I can spot-check that we have the symbols in question.
Flags: needinfo?(ted)
Awesome, thanks!
I reprocessed the crash in bug 1419052 comment 0 and it has symbols now, so this seems fixed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee: nobody → ted
Blocks: 1417570
You need to log in before you can comment on or make changes to this bug.