Open
Bug 1582209
Opened 5 years ago
Updated 2 years ago
Android crashreporter-symbols-full.zip contains multiple libraries
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: nalexander, Unassigned)
References
Details
I'm finding that the full crashreporter symbols contains multiple libxul.dbg.so.{dbg.gz,sym}
files. For example,
$ wget https://queue.taskcluster.net/v1/task/Fe-mm_c8QRmddCMUb2v_ng/artifacts/public/build/target.crashreporter-symbols-full.zip
$ unzip -l target.crashreporter-symbols-full.zip | grep libxul
311465108 01-01-2010 00:00 libxul.so/8A830B04C7DA5B24974B3493AD62E57E0/libxul.so.dbg.gz
147369024 01-01-2010 00:00 libxul.so/8A830B04C7DA5B24974B3493AD62E57E0/libxul.so.sym
337076660 01-01-2010 00:00 libxul.so/B6F62FFB9824EE4CF7C8245EBECC7CD00/libxul.so.dbg.gz
169368571 01-01-2010 00:00 libxul.so/B6F62FFB9824EE4CF7C8245EBECC7CD00/libxul.so.sym
Presumably this is wrong. It's definitely regressing full symbols in artifact builds (Bug 1535501).
Comment 2•5 years ago
|
||
(In reply to Nick Alexander :nalexander [he/him] from comment #1)
froydnj: is this expected? Thoughts?
This is expected and AFAIK has been the case for some time. One of these is for libxul and the other is for libxul-gtest.
Flags: needinfo?(nfroyd)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•