Closed
Bug 1425634
Opened 8 years ago
Closed 8 years ago
Spidermonkey shell runs failing to generate stack traces
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file, 1 obsolete file)
|
2.38 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
As glandium pointed out to me, the minidump_stackwalk binary I'm using is completely bogus.
| Assignee | ||
Comment 1•8 years ago
|
||
Now using the one from build-tools/breakpad/linux64/mindump_stackwalk
Attachment #8937229 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 2•8 years ago
|
||
Oops, noticed that I hadn't changed the path where it is found.
Attachment #8937230 -
Flags: review?(mh+mozilla)
Updated•8 years ago
|
Attachment #8937229 -
Attachment is obsolete: true
Attachment #8937229 -
Flags: review?(mh+mozilla)
Comment 3•8 years ago
|
||
Comment on attachment 8937230 [details] [diff] [review]
Use a statically linked minidump_stackwalk for JS shell stacks (binary is from build-tools)
Review of attachment 8937230 [details] [diff] [review]:
-----------------------------------------------------------------
I trust you did the right thing, but it would be better on the long term to make that breakpad-tools archive the result of a toolchain task.
Attachment #8937230 -
Flags: review?(mh+mozilla) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8937230 [details] [diff] [review]
Use a statically linked minidump_stackwalk for JS shell stacks (binary is from build-tools)
Review of attachment 8937230 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/config/tooltool-manifests/linux64/jsshell.manifest
@@ +5,4 @@
> "algorithm": "sha512",
> "filename": "breakpad-tools.tar.xz",
> "unpack": true
> },
InvalidManifest: trying to read invalid manifest file
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5cba1daf1c6f
Use a statically linked minidump_stackwalk for JS shell stacks (binary is from build-tools), r=glandium
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•8 years ago
|
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•