Closed
Bug 827064
Opened 13 years ago
Closed 13 years ago
Windows Talos crashes hit traceback from "AttributeError: 'tuple' object has no attribute 'scheme'"
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.75 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=18508552&tree=Firefox
Rev3 WINNT 6.1 mozilla-central talos tpn on 2013-01-05 16:58:04 PST for push 20d1a5916ef6
slave: talos-r3-w7-092
NOISE: __FAILbrowser non-zero return code (253)__FAIL
Traceback (most recent call last):
File "run_tests.py", line 308, in ?
main()
File "run_tests.py", line 305, in main
run_tests(parser)
File "run_tests.py", line 258, in run_tests
talos_results.add(mytest.runTest(browser_config, test))
File "C:\talos-slave\talos-data\talos\ttest.py", line 410, in runTest
self.cleanupAndCheckForCrashes(browser_config, profile_dir)
File "C:\talos-slave\talos-data\talos\ttest.py", line 161, in cleanupAndCheckForCrashes
stackwalk_binary=stackwalkbin)
File "C:\talos-slave\talos-data\talos\mozcrash.py", line 89, in check_for_crashes
if is_url(symbols_path):
File "C:\talos-slave\talos-data\talos\mozcrash.py", line 15, in is_url
return len(urlparse.urlparse(thing).scheme) >= 2
AttributeError: 'tuple' object has no attribute 'scheme'
program finished with exit code 1
and earlier
19:41 philor https://tbpl.mozilla.org/php/getParsedLog.php?id=18470167&tree=Mozilla-Inbound - mozcrash seems less than pleased by talos crashes
19:42 ted sigh
19:42 ted is that another python 2.4 nonsense
19:43 ted " Changed in version 2.5: Added attributes to return value."
19:43 ted yes
19:43 ted horrible
19:43 ted can we seriously get a non-ancient python for talos
19:43 ted this is killing me
Reporter | ||
Comment 1•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=18537756&tree=Profiling
Rev3 WINNT 6.1 profiling talos tpn on 2013-01-06 23:11:20 PST for push 78076c5a5b3f
slave: talos-r3-w7-095
Comment 2•13 years ago
|
||
This can be fixed by moving talos to using mozcrash-0.3
Comment 3•13 years ago
|
||
Attachment #698934 -
Flags: review?(jmaher)
Comment 4•13 years ago
|
||
Comment on attachment 698934 [details] [diff] [review]
use mozcrash-0.3
Review of attachment 698934 [details] [diff] [review]:
-----------------------------------------------------------------
nice!
Attachment #698934 -
Flags: review?(jmaher) → review+
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•