Closed
Bug 548113
Opened 15 years ago
Closed 15 years ago
Sync to Breakpad revision 554 to pick up DWARF CFI + ARM work
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a4
Tracking | Status | |
---|---|---|
status1.9.2 | --- | .4-fixed |
People
(Reporter: jimb, Assigned: ted)
References
Details
(Whiteboard: [fixed-lorentz])
Attachments
(2 files)
3.20 KB,
patch
|
jimb
:
review+
|
Details | Diff | Splinter Review |
701 bytes,
patch
|
Callek
:
review+
standard8
:
feedback+
|
Details | Diff | Splinter Review |
We should replace the Breakpad sources currently in Mozilla Central with the current upstream sources, and apply our patches for DWARF CFI/.eh_frame support and ARM and x86_64 unwinding.
At the moment, we have a number of substantial patches to Breakpad awaiting review from Google. These include support for DWARF CFI (needed to enable the -fomit-frame-pointer optimization on Linux and Mac), and unwinding on ARM; unwinding on x86_64 should be ready soon. We would like to get these into the tree early to shake out any bugs, without waiting for them to land upstream.
Also, the current upstream Breakpad sources include DWARF support; upgrading our copy to the current sources will allow us to stop using STABS in our nightly and release build process.
The procedure should be as follows:
1) Establish a public Mercurial repository holding the patch queue we have applied to the upstream Breakpad sources, yielding the sources we have put in tree. This will allow us to rebase as needed.
2) Update the Breakpad sources in Mozilla Central.
3) Install a freshly built Breakpad dump processor on Soccoro.
4) Switch nightly/etc. builds from STABS to DWARF; the new processor should just handle this transparently.
5) Enable the -fomit-frame-pointer optimization.
Reporter | ||
Updated•15 years ago
|
Assignee | ||
Comment 1•15 years ago
|
||
FYI, I wrote down the steps I use to update:
https://wiki.mozilla.org/Breakpad/Updating_to_latest_Breakpad_from_SVN
Assignee | ||
Comment 2•15 years ago
|
||
Stealing this.
Assignee: jim → ted.mielczarek
Summary: Breakpad CFI patches should be in Mozilla Central now for testing → Sync to Breakpad revision 554 to pick up DWARF CFI + ARM work
Assignee | ||
Comment 3•15 years ago
|
||
Ick. The updated DWARF reader code doesn't compile in our tree, because it uses dynamic_cast and we compile with -fno-rtti.
Jim: is it possible to fix the code in dwarf2reader.cc to not use dynamic_cast?
Reporter | ||
Comment 4•15 years ago
|
||
Almost certainly, if one is willing to be ugly. :) Let me take a look.
Assignee | ||
Comment 5•15 years ago
|
||
Here's the local Makefile changes necessary to build with Breakpad SVN r554. The actual Breakpad changes are many and can be seen here:
http://hg.mozilla.org/try/rev/d2fec8ccdc5e
but they've all been reviewed upstream.
I've also pushed this to the try server just to check that it doesn't break anything on Mac or Windows.
Attachment #433403 -
Flags: review?(jim)
Reporter | ||
Comment 6•15 years ago
|
||
Comment on attachment 433403 [details] [diff] [review]
A few Makfile bits
Looks good to me.
Could we change the comment in src/common/dwarf/Makefile.in to the below?
# The Google C++ Style Guide permits the use of RTTI/dynamic_cast in
# limited situations; one such arises in the DWARF CFI parser.
Attachment #433403 -
Flags: review?(jim) → review+
Assignee | ||
Comment 7•15 years ago
|
||
Pushed to m-c:
http://hg.mozilla.org/mozilla-central/rev/df8d581bf479
http://hg.mozilla.org/mozilla-central/rev/758ed71fe5fc
I'll file followup bugs on updating the production processor code, switching to DWARF symbols on Linux builds, and enabling Breakpad by default on Linux x86-64/ARM.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> I'll file followup bugs on updating the production processor code
bug 554019
> switching to DWARF symbols on Linux builds
bug 554024
> and enabling Breakpad by default on Linux x86-64/ARM.
bug 554021
Updated•15 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla1.9.3a4
Version: unspecified → Trunk
Updated•15 years ago
|
Flags: in-testsuite-
Comment 9•15 years ago
|
||
Attachment #433923 -
Flags: review?(bugspam.Callek)
Reporter | ||
Comment 10•15 years ago
|
||
(In reply to comment #7)
> Pushed to m-c:
Awesome!
Assignee | ||
Comment 11•15 years ago
|
||
I may have to back this out until bug 554854 gets sorted out, since that's preventing us from getting debug symbols at all on Linux builds right now.
Assignee | ||
Comment 12•15 years ago
|
||
I pushed a workaround, we'll see if it fixes that bustage:
http://hg.mozilla.org/mozilla-central/rev/33d05f60932b
Comment 13•15 years ago
|
||
http://hg.mozilla.org/projects/firefox-lorentz/rev/fa5d920cd063
http://hg.mozilla.org/projects/firefox-lorentz/rev/b634989ddeca
http://hg.mozilla.org/projects/firefox-lorentz/rev/eb03bdd88758
http://hg.mozilla.org/projects/firefox-lorentz/rev/ba06f30e53e5
http://hg.mozilla.org/projects/firefox-lorentz/rev/8540a02fcbf9
Whiteboard: [fixed-lorentz]
Comment 14•15 years ago
|
||
Comment on attachment 433923 [details] [diff] [review]
(Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17&18]
reviewing, but requesting Mark's feedback as an rs+ as I'm not sure if we want special lorentz tracking for stuff which lands there. (I'm not completely certain on integration plan with that branch, or if it will/does affect TB)
Attachment #433923 -
Flags: review?(bugspam.Callek)
Attachment #433923 -
Flags: review+
Attachment #433923 -
Flags: feedback?(bugzilla)
Comment 15•15 years ago
|
||
Blanket approval for Lorentz merge to mozilla-1.9.2
a=beltzner for 1.9.2.4 - please make sure to mark status1.9.2:.4-fixed
Comment 16•15 years ago
|
||
Merged into 1.9.2 at http://hg.mozilla.org/releases/mozilla-1.9.2/rev/84ba4d805430
status1.9.2:
--- → .4-fixed
Updated•15 years ago
|
Attachment #433923 -
Flags: feedback?(bugzilla) → feedback+
Comment 17•14 years ago
|
||
Comment on attachment 433923 [details] [diff] [review]
(Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17&18]
http://hg.mozilla.org/comm-central/rev/6b7f5500b3a5
Attachment #433923 -
Attachment description: (Cv1-CC) Copy (the useful part of) it to comm-central → (Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17]
Comment 18•14 years ago
|
||
Comment on attachment 433923 [details] [diff] [review]
(Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17&18]
+
http://hg.mozilla.org/comm-central/rev/a2acbb7ab6e4
(Dv1-CC) Remove obsolete MOZILLA_1_9_2_BRANCH check
Attachment #433923 -
Attachment description: (Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17] → (Cv1-CC) Copy (the useful part of) it to comm-central
[Checkin: Comment 17&18]
You need to log in
before you can comment on or make changes to this bug.
Description
•