Update the PCI database
Categories
(Socorro :: General, task, P2)
Tracking
(Not tracked)
People
(Reporter: gsvelto, Assigned: willkg)
References
Details
Attachments
(2 files)
It seems our PCI mappings are a bit out-of-date. This crash for example doesn't have a name for the card. It's some sort of Radeon RX 5600 and according to Wikipedia that was launched in 2019 so the database must be 18-24 months out of date.
| Assignee | ||
Comment 1•5 years ago
|
||
I don't remember the last time I updated things. It's a manual process still. I'll grab this to update it this week.
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
willkg merged PR #5702: "bug 1695576: fix form action values" in 79e02eb.
I'm having difficulties submitting the form. It has action="" and that's not valid HTML5, so I'm fixing that and then see if that fixes my issue.
| Assignee | ||
Comment 5•5 years ago
|
||
| Assignee | ||
Comment 6•5 years ago
|
||
| Assignee | ||
Comment 7•5 years ago
|
||
I keep getting this:
Secure Connection Failed
An error occurred during a connection to crash-stats.allizom.org. PR_CONNECT_RESET_ERROR
Turns out that's because the max body size on stage is really small and the pci.ids file exceeds it. I'll see if I can update it in prod and if not, spend some time automating this.
| Reporter | ||
Comment 8•5 years ago
|
||
Ouch, I thought this was a 1-click thing, I didn't want to fill your day with it :-(
| Assignee | ||
Comment 9•5 years ago
|
||
It's all good! I'm spending the time to automate updating the table because then I don't have to upload things. In the process of that, I discovered that pic.ids file is ... interesting. Also, there's a bunch of junk in the crashstats_graphicsdevice table in stage and prod.
I think I'll have it sorted by tomorrow and we'll be in a better spot.
| Assignee | ||
Comment 10•5 years ago
|
||
I made it automatically update with a cron job in bug #1166058. It updated just now so we should be good here. Marking as FIXED.
| Reporter | ||
Comment 11•5 years ago
|
||
Great stuff, the graphics adapter tab in the Summary view is a lot easier to read this way!
Description
•