Closed
Bug 976910
Opened 11 years ago
Closed 10 years ago
Intermittent test_plugin_mouse_coords.html | application timed out after 330 seconds with no output
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
Details
(Keywords: crash, intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=35237763&tree=Mozilla-Central
slave: t-w732-ix-038
13:45:28 INFO - 650 INFO TEST-INFO | MEMORY STAT vsizeMaxContiguous after test: 626982912
13:45:28 INFO - 651 INFO TEST-INFO | MEMORY STAT residentFast after test: 185200640
13:45:28 INFO - 652 INFO TEST-INFO | MEMORY STAT heapAllocated after test: 56250410
13:45:28 INFO - 653 INFO TEST-END | /tests/layout/generic/test/test_plugin_focus.html | finished in 592ms
13:45:28 INFO - 654 INFO TEST-START | /tests/layout/generic/test/test_plugin_mouse_coords.html
13:48:28 INFO - [3148] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-00000000000000000000/build/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 310
13:48:28 INFO - NPP_Destroy
13:48:28 INFO - NPP_Destroy
13:48:28 INFO - NPP_Destroy
13:53:58 WARNING - TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_plugin_mouse_coords.html | application timed out after 330 seconds with no output
13:54:00 WARNING - TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_plugin_mouse_coords.html | application terminated with exit code 3221225477
13:54:00 INFO - INFO | runtests.py | Application ran for: 0:09:39.484000
13:54:00 INFO - INFO | zombiecheck | Reading PID log: c:\users\cltbld\appdata\local\temp\tmpe3qxdnpidlog
13:54:00 INFO - ==> process 3876 launched child process 3148 ("C:\slave\test\build\application\firefox\plugin-container.exe" --channel=3876.d680340.924578554 "c:\users\cltbld\appdata\local\temp\tmp7vvqk5\plugins\nptest.dll" -greomni "C:\slave\test\build\application\firefox\omni.ja" -appomni "C:\slave\test\build\application\firefox\browser\omni.ja" -appdir "C:\slave\test\build\application\firefox\browser" - 3876 "\\.\pipe\gecko-crash-server-pipe.3876" plugin)
13:54:00 INFO - mozcrash INFO | Downloading symbols from: https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-win32/1393358539/firefox-30.0a1.en-US.win32.crashreporter-symbols.zip
13:54:05 WARNING - PROCESS-CRASH | /tests/layout/generic/test/test_plugin_mouse_coords.html | application crashed [@ CrashingThread(void *)]
13:54:05 INFO - Crash dump filename: c:\users\cltbld\appdata\local\temp\tmp7vvqk5\minidumps\ec8a95a5-01f2-4171-b99c-37858e4418c1.dmp
13:54:05 INFO - Operating system: Windows NT
13:54:05 INFO - 6.1.7601 Service Pack 1
13:54:05 INFO - CPU: x86
13:54:05 INFO - GenuineIntel family 6 model 30 stepping 5
13:54:05 INFO - 8 CPUs
13:54:05 INFO - Crash reason: EXCEPTION_ACCESS_VIOLATION_WRITE
13:54:05 INFO - Crash address: 0x0
13:54:05 INFO - Thread 46 (crashed)
13:54:05 INFO - 0 crashinjectdll.dll!CrashingThread(void *) [crashinjectdll.cpp:e60fd5e15e99 : 17 + 0x0]
13:54:05 INFO - eip = 0x71151000 esp = 0x0fbbf8a8 ebp = 0x0fbbf8b0 ebx = 0x00000000
13:54:05 INFO - esi = 0x00000000 edi = 0x00000000 eax = 0x77043c33 ecx = 0x00000000
13:54:05 INFO - edx = 0x71151000 efl = 0x00010246
13:54:05 INFO - Found by: given as instruction pointer in context
Comment 1•11 years ago
|
||
The crash part is intentional, it's from killing the process that hangs.
It appears from the log that we start the test but do not get even a single
test result.
http://dxr.mozilla.org/mozilla-central/source/layout/generic/test/test_plugin_mouse_coords.html
It seems unlikely that the addLoadEvent or setTimeout would fail so assuming
we get to doTest() could the getLastMouseX() hang for some reason?
http://dxr.mozilla.org/mozilla-central/source/dom/plugins/test/testplugin/nptest.cpp#2495
getLastMouse() appears to be a simple field accessor, but I guess there's some magic IPC
involved to get that from the plugin process? Is that what caused the hang?
Component: Layout → Plug-ins
Summary: Intermittent test_plugin_mouse_coords.html | application timed out after 330 seconds with no output | application crashed [@ CrashingThread(void *)] → Intermittent test_plugin_mouse_coords.html | application timed out after 330 seconds with no output
Comment 2•10 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•