Closed
Bug 1213335
Opened 9 years ago
Closed 9 years ago
MINIDUMP_STACKWALK not set in buildbot jobs
Categories
(Testing Graveyard :: external-media-tests, defect)
Testing Graveyard
external-media-tests
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
Attachments
(1 file)
We see log output like:
> INFO - 0:22.09 TEST_START: MainThread test_video_playback.py TestVideoPlayback.test_video_playback_partial
> ERROR - 0:24.07 CRASH: MainThread pid:1967. Test:runner.py. Minidump anaylsed:False. Signature:[None]
> INFO - Crash dump filename: /var/folders/sd/xq4mgmnd085bnsl_k5_qzxk400000w/T/tmp_j4jfS.mozrunner/minidumps/05A2A6CE-A961-4E46-B9A2-7B468820375A.dmp
> INFO - MINIDUMP_STACKWALK not set, can't process dump.
> INFO - 0:24.09 LOG: MainThread WARNING Failed to gather test failure debug.
Can we set the MINIDUMP_STACKWALK appropriately per platform by changing something in the firefox-media-tests mozharness script or configs? Or does the change need to be made elsewhere on the Releng side?
Assignee | ||
Comment 1•9 years ago
|
||
jgriffin, please see my question in the bug description
Flags: needinfo?(jgriffin)
Comment 2•9 years ago
|
||
it needs to be set in the mozharness config ala
https://dxr.mozilla.org/mozilla-central/source/testing/mozharness/configs/talos/linux_config.py#8
and
https://dxr.mozilla.org/mozilla-central/source/testing/mozharness/configs/talos/linux_config.py#43
and then passed as an env variable when running the tests ala
https://dxr.mozilla.org/mozilla-central/source/testing/mozharness/mozharness/mozilla/testing/firefox_ui_tests.py#232
Flags: needinfo?(jgriffin)
Assignee | ||
Comment 3•9 years ago
|
||
I used a slightly different approach. Seems to work. Preliminary try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2d664a177d33
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
Bug 1213335 - set MINIDUMP_STACKWALK for firefox-media-tests; r?jgriffin
Attachment #8674296 -
Flags: review?(jgriffin)
Updated•9 years ago
|
Attachment #8674296 -
Flags: review?(jgriffin) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8674296 [details]
MozReview Request: Bug 1213335 - set MINIDUMP_STACKWALK for firefox-media-tests; r?jgriffin
https://reviewboard.mozilla.org/r/22211/#review19807
lgtm!
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mjzffr
Comment 8•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•