Closed Bug 1641159 Opened 6 years ago Closed 6 years ago

Ubuntu/Debian symbol-scraping scripts are mixing up architectures

Categories

(Socorro :: Symbols, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

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: nobody → gsvelto
Status: NEW → ASSIGNED

This was fixed by this push: https://github.com/gabrielesvelto/symbol-scrapers/commit/19765b37817456617316a4ec44b746e60172a09c

Symbols for the past two weeks have been reprocessed already.

Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.