Closed
Bug 918119
Opened 12 years ago
Closed 11 years ago
Intermittent TEST-UNEXPECTED-FAIL | crashtests/327524-1.html | application timed out after 330 seconds with no output PROCESS-CRASH | application crashed [@ linux-gate.so + 0x424]
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
References
Details
(Keywords: crash, intermittent-failure, Whiteboard: [leave open])
Crash Data
Attachments
(1 file)
|
768.34 KB,
image/png
|
Details |
https://tbpl.mozilla.org/php/getParsedLog.php?id=28055010&tree=Mozilla-Inbound#error1
slave: tst-linux32-ec2-109
13:54:43 INFO - REFTEST TEST-START | file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html
13:54:43 INFO - REFTEST TEST-LOAD | file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html | 2489 / 2518 (98%)
13:54:43 INFO - JavaScript error: file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html, line 8: Not enough arguments to Crypto.generateCRMFRequest.
13:54:43 INFO - REFTEST TEST-PASS | file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html | (LOAD ONLY)
13:54:43 INFO - REFTEST INFO | Loading a blank page
14:00:13 WARNING - TEST-UNEXPECTED-FAIL | file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html | application timed out after 330 seconds with no output
14:00:13 INFO - INFO | automation.py | Launching: /builds/slave/test/build/tests/bin/screentopng
14:00:14 INFO - Xlib: extension "RANDR" missing on display ":0".
14:00:22 INFO - SCREENSHOT: [See attachment]
14:00:23 INFO - INFO | automation.py | Application ran for: 0:14:59.314794
14:00:23 INFO - INFO | zombiecheck | Reading PID log: /tmp/tmpJUtAZtpidlog
14:00:23 INFO - ==> process 2316 launched child process 2346
14:00:23 INFO - INFO | zombiecheck | Checking for orphan process with PID: 2346
14:00:23 INFO - mozcrash INFO | Downloading symbols from: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-linux/1379532415/firefox-27.0a1.en-US.linux-i686.crashreporter-symbols.zip
14:00:47 WARNING - PROCESS-CRASH | file:///builds/slave/test/build/tests/reftest/tests/security/manager/ssl/crashtests/327524-1.html | application crashed [@ linux-gate.so + 0x424]
14:00:47 INFO - Crash dump filename: /tmp/tmpxN3ybf.mozrunner/minidumps/61823362-f7d8-9dc6-616aa3b1-3e3ff01c.dmp
14:00:47 INFO - Operating system: Linux
14:00:47 INFO - 0.0.0 Linux 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686
14:00:47 INFO - CPU: x86
14:00:47 INFO - GenuineIntel family 6 model 26 stepping 5
14:00:47 INFO - 1 CPU
14:00:47 INFO - Crash reason: SIGABRT
14:00:47 INFO - Crash address: 0x904
14:00:47 INFO - Thread 0 (crashed)
14:00:47 INFO - 0 linux-gate.so + 0x424
14:00:47 INFO - eip = 0xb76e9424 esp = 0xbfc40a40 ebp = 0xbfc40ab8 ebx = 0xa639fe20
14:00:47 INFO - esi = 0x00000000 edi = 0xb7575ff4 eax = 0xfffffffc ecx = 0x00000006
14:00:47 INFO - edx = 0xffffffff efl = 0x00200282
14:00:47 INFO - Found by: given as instruction pointer in context
| Reporter | ||
Comment 1•12 years ago
|
||
This showed up when bug 917576 landed, which, according to nrc, made Cipc run "properly". So something broke this test between Cipc not running properly and this landing.
nrc is going to just disable that test for now.
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Properly == running out of process, previously Cipc was running like normal, in-process crash tests. The fix I just landed really, really ought to be temporary and we should find a fix for this...
Updated•12 years ago
|
Whiteboard: [leave open]
| Reporter | ||
Comment 4•12 years ago
|
||
Bug 914353 landed recently and touches crypto stuff. Wondering if that could have caused this?
Depends on: 914353
Flags: needinfo?(evilpies)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
I tried reproducing this with:
MOZCONFIG=dbg.mozconfig ./mach crashtest-ipc security/manager/ssl/crashtests/
But I don't think that it's actually running remotely:
REFTEST INFO | [CONTENT] Using browser remote=false
Maybe because of this:
WARNING: Trying to set pref browser.tabs.remote to with the wrong type!: file /home/tom/mozilla-inbound/modules/libpref/src/prefapi.cpp, line 754
Flags: needinfo?(evilpies)
Comment 10•12 years ago
|
||
(In reply to Tom Schuster [:evilpie] from comment #9)
> I tried reproducing this with:
> MOZCONFIG=dbg.mozconfig ./mach crashtest-ipc security/manager/ssl/crashtests/
>
> But I don't think that it's actually running remotely:
> REFTEST INFO | [CONTENT] Using browser remote=false
> Maybe because of this:
> WARNING: Trying to set pref browser.tabs.remote to with the wrong type!:
> file /home/tom/mozilla-inbound/modules/libpref/src/prefapi.cpp, line 754
Yes, that is the bug which was fixed by 917576 and is why the failure didn't show up before.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 13•11 years ago
|
||
This entire file was removed in Bug 1030963:
https://hg.mozilla.org/mozilla-central/diff/68499003df5e/security/manager/ssl/crashtests/327524-1.html
You need to log in
before you can comment on or make changes to this bug.
Description
•