Closed Bug 782991 Opened 12 years ago Closed 12 years ago

Intermittent accessible/states/test_link.html | Test timed out, test_popup.xul | Can't get accessible for link_traversed (x2) | wrong state bits for 'link_traversed' !got '0', expected 'traversed' (followed by a hang)

Categories

(Core :: Disability Access APIs, defect)

x86
Windows XP
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla19
Tracking Status
firefox18 --- fixed
firefox19 --- fixed

People

(Reporter: emorley, Assigned: surkov)

References

(Blocks 1 open bug)

Details

(Keywords: hang, intermittent-failure, Whiteboard: [qa-])

Attachments

(1 file, 1 obsolete file)

See also bug 757774. Rev3 WINNT 5.1 mozilla-inbound opt test mochitest-other on 2012-08-14 06:42:52 PDT for push 1d43c660759d slave: talos-r3-xp-070 https://tbpl.mozilla.org/php/getParsedLog.php?id=14371416&tree=Mozilla-Inbound { 9247 INFO TEST-PASS | chrome://mochitests/content/a11y/accessible/states/test_link.html | wrong state bits for 'link_traversed' ! 9248 INFO TEST-PASS | chrome://mochitests/content/a11y/accessible/states/test_link.html | state bits should not be present in ID 'link_traversed' ! 9249 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/states/test_link.html | Test timed out. 9250 INFO TEST-END | chrome://mochitests/content/a11y/accessible/states/test_link.html | finished in 303446ms 9251 INFO TEST-START | chrome://mochitests/content/a11y/accessible/states/test_popup.xul 9252 INFO TEST-INFO | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | must wait for load 9253 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | Can't get accessible for link_traversed 9254 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | Can't get accessible for link_traversed 9255 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | wrong state bits for 'link_traversed' !got '0', expected 'traversed' TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | application timed out after 330 seconds with no output Not taking screenshot here: see the one that was previously logged INFO | automation.py | Application ran for: 0:13:10.625000 INFO | automation.py | Reading PID log: c:\docume~1\cltbld\locals~1\temp\tmpus2a9vpidlog ==> process 3192 launched child process 3944 INFO | automation.py | Checking for orphan process with PID: 3944 Downloading symbols from: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win32/1344949411/firefox-17.0a1.en-US.win32.crashreporter-symbols.zip PROCESS-CRASH | chrome://mochitests/content/a11y/accessible/states/test_popup.xul | application crashed (minidump found) Crash dump filename: c:\docume~1\cltbld\locals~1\temp\tmpzwaefk\minidumps\865f7cbe-71e6-497c-bfdd-26926d5561c6.dmp Operating system: Windows NT 5.1.2600 Service Pack 2 CPU: x86 GenuineIntel family 6 model 23 stepping 10 2 CPUs Crash reason: EXCEPTION_ACCESS_VIOLATION_WRITE Crash address: 0x0 Thread 34 (crashed) 0 crashinjectdll.dll!CrashingThread(void *) [crashinjectdll.cpp:1d43c660759d : 17 + 0x0] eip = 0x03411000 esp = 0x07ffffb8 ebp = 0x07ffffec ebx = 0x00000000 esi = 0x8f8e8d8c edi = 0x8b8a8988 eax = 0x00000000 ecx = 0x07ffffb0 edx = 0x7c90eb94 efl = 0x00010246 Found by: given as instruction pointer in context 1 kernel32.dll + 0xb50a eip = 0x7c80b50b esp = 0x07ffffbc ebp = 0x07ffffec Found by: stack scanning }
Summary: Intermittent accessible/states/test_link.html | Test timed out. | Test timed out. | Can't get accessible for link_traversed (x2) | wrong state bits for 'link_traversed' !got '0', expected 'traversed' (followed by a hang) → Intermittent accessible/states/test_link.html | Test timed out, test_popup.xul | Can't get accessible for link_traversed (x2) | wrong state bits for 'link_traversed' !got '0', expected 'traversed' (followed by a hang)
enabled logging: 2012-09-22 13:03:01 - https://hg.mozilla.org/mozilla-central/rev/a713d74f4cd2
Whiteboard: [orange] → [orange][leave open]
Assignee: nobody → surkov.alexander
Whiteboard: [orange][leave open] → [orange]
Depends on: 794757
Any more news on this now that we have the extra logging? :-)
Attached patch more logging (obsolete) — Splinter Review
I think we handle document load complete of tab document before we handle document load complete of Firefox document, that makes the tab document is not loading event target. To make sure this is correct assumption I need more logging capabilities.
Attachment #669037 - Flags: review?(trev.saunders)