Closed
Bug 554138
Opened 15 years ago
Closed 15 years ago
enable building/uploading breakpad symbols on Linux-64 builds
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: armenzg)
References
Details
Attachments
(1 file, 1 obsolete file)
1.74 KB,
patch
|
bear
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
Once we enable building the Breakpad code in bug 554021, we should enable building and uploading symbols on the Linux-64 builds.
Assignee | ||
Comment 1•15 years ago
|
||
Thanks for reminding me! Too much going on :)
Assignee: nobody → armenzg
Status: NEW → ASSIGNED
Priority: -- → P2
Reporter | ||
Comment 2•15 years ago
|
||
Note that this needs the blocking bug fixed first.
Reporter | ||
Comment 4•15 years ago
|
||
This is ready to go now. (I didn't resolve the dep bug yet, I should split off the ARM part of it.)
Assignee | ||
Comment 6•15 years ago
|
||
It seems that even if I have "uploadSymbols" to False it runs buildsymbols regardless.
I will test this patch later on to see that it doesn't affect other builders.
Having said that, we are currently generating Linux64 symbols:
http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-linux64/1271330610/firefox-3.7a5pre.en-US.linux-x86_64.crashreporter-symbols.zip
Assignee | ||
Comment 7•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #439230 -
Flags: review?(ccooper)
Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 439230 [details] [diff] [review]
upload symbols for Linux64
Passing it to bear since this is related on knowing on what things are needed to bring up to speed a platform.
Attachment #439230 -
Flags: review?(ccooper) → review?(bear)
Comment 9•15 years ago
|
||
(In reply to comment #6)
> Created an attachment (id=439229) [details]
> [WIP] really allow disabling build symbols
>
> It seems that even if I have "uploadSymbols" to False it runs buildsymbols
> regardless.
> I will test this patch later on to see that it doesn't affect other builders.
I'm pretty sure this behaviour is intended. We need symbols built in order generate stack traces for 'make check' and leak tests.
In any case, I don't think uploadSymbols=False should mean "don't build symbols". If we don't need fine grained control this should be renamed to something that encompasses building and uploading symbols. If we need fine grained control to eg, have symbols local tests but not upload them, we should add a buildSymbols option.
Assignee | ||
Updated•15 years ago
|
Attachment #439229 -
Attachment is obsolete: true
Updated•15 years ago
|
Attachment #439230 -
Flags: review?(bear) → review+
Assignee | ||
Comment 10•15 years ago
|
||
Comment on attachment 439230 [details] [diff] [review]
upload symbols for Linux64
http://hg.mozilla.org/build/buildbot-configs/rev/a6997e0d7dbd
Attachment #439230 -
Flags: checked-in+
Assignee | ||
Comment 11•15 years ago
|
||
Let me know if I am missing anything.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•