Closed Bug 584959 Opened 14 years ago Closed 14 years ago

random timeout in jsreftest.html?test=js1_5/Regress/regress-127243.js | timed out waiting for reftest-wait to be removed (after onload fired)

Categories

(Core :: JavaScript Engine, defect)

x86
Windows Server 2003
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE
mozilla2.0b4

People

(Reporter: mak, Unassigned)

References

Details

(Keywords: intermittent-failure)

http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1281080723.1281082409.22065.gz
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1281082139.1281083150.25257.gz

REFTEST TEST-START | file:///e:/builds/moz2_slave/mozilla-central-win32-opt-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-127243.js
begin test: js1_5/Regress/regress-127243.js
BUGNUMBER: 127243
STATUS: Do not crash on watch
 FAILED! uncaught exception: [Exception... "Could not convert JavaScript argument"  nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: file:///e:/builds/moz2_slave/mozilla-central-win32-opt-unittest-jsreftest/build/jsreftest/tests/js1_5/Regress/regress-127243.js :: handleLoad :: line 69"  data: no]
REFTEST TEST-UNEXPECTED-FAIL | file:///e:/builds/moz2_slave/mozilla-central-win32-opt-unittest-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-127243.js | timed out waiting for reftest-wait to be removed (after onload fired)
REFTEST INFO | Loading a blank page
from the test...

function handleLoad()
{
  div = document.createElement('div');
  document.body.appendChild(div);
  div.setAttribute('id', 'id1');
line 69->  div.style.width = '50px';
  div.style.height = '100px';
  div.style.overflow = 'auto';

not sure this is a jseng bug.
That's ... curious.  I have no idea why we'd get BAD_CONVERT_JS for that line at all, unless getWrapper or castNative can manage to return it sometimes...
Has this ever happened since?  Or was this a neutrino-interaction event or something?  ;)
Target Milestone: --- → mozilla2.0b4
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [orange]
You need to log in before you can comment on or make changes to this bug.