Closed
Bug 732285
Opened 13 years ago
Closed 13 years ago
Set MINIDUMP_STACKWALK for Android
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: catlee)
References
Details
(Whiteboard: [android_tier_1])
Attachments
(1 file)
2.06 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
From bug 729852 comment 0:
https://tbpl.mozilla.org/php/getParsedLog.php?id=9553603&tree=Mozilla-Inbound&full=1
Android Tegra 250 mozilla-inbound opt test jsreftest-2 on 2012-02-22 22:52:40 PST for push adee75f6c428
getting files in '/mnt/sdcard/tests/reftest/profile/minidumps/'
PROCESS-CRASH | automation.py | application crashed (minidump found)
Crash dump filename: /tmp/tmpDGLdEN/23ce3011-2f67-d45b-504e901e-6a253b41.dmp
MINIDUMP_STACKWALK not set, can't process dump.
Reporter | ||
Comment 2•13 years ago
|
||
Well, it should be the OS X value, which getPlatformMinidumpPath(platform) is already returning when we're already setting it in http://hg.mozilla.org/build/buildbotcustom/annotate/21e83d4b3843/process/factory.py#l6995, so it's interesting that when it comes time to use it, it's "not set."
Blocks: 693352
Updated•13 years ago
|
Component: Release Engineering → Release Engineering: Automation
QA Contact: release → catlee
Assignee | ||
Comment 4•13 years ago
|
||
the problem was that MozillaTestFactory.__init__ expects an env parameter to be passed in, and defaults to {} if it's not. It wasn't being passed in, so __init__ was happily overriding self.env previously set.
Attachment #603479 -
Flags: review?(bhearsum)
Updated•13 years ago
|
Attachment #603479 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #603479 -
Flags: checked-in+
Comment 5•13 years ago
|
||
Reconfiged x2.
Reporter | ||
Comment 6•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10020056&tree=Mozilla-Inbound does indeed have a stack, but, well, *symbols* would be really really nice. Don't think I'll get far filing "crash [@ libplc4.so + 0xf6c] called by libc.so + 0xcdae".
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Yeah, file that. From the log you just linked:
--symbols-path=../http://stage.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1331604728/fennec-13.0a1.en-US.android-arm.crashreporter-symbols.zip
That sure isn't gonna work.
Assignee | ||
Comment 8•13 years ago
|
||
Filed bug 735201
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•