Ubuntu/Debian symbol-scraping scripts are mixing up architectures
Categories
(Socorro :: Symbols, defect)
Tracking
(Not tracked)
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
In bug 1607713 we noticed some missing symbols for the libc that ships with our test automation Docker images. After investigating the issue I found that there's a bug in the symbol scraping scripts that might cause symbols not to be generated when debug information for both the x86 and x86-64 builds of the same package are present. The failure doesn't happen often because it depends on the name of the package (which affects the order in which the debug information is processed) which is why we haven't noticed it before.
The fix is rather simple: process one architecture at a time to prevent mixups.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
This was fixed by this push: https://github.com/gabrielesvelto/symbol-scrapers/commit/19765b37817456617316a4ec44b746e60172a09c
Symbols for the past two weeks have been reprocessed already.
Description
•