Closed
Bug 887309
Opened 12 years ago
Closed 3 years ago
test-ipc.xul unusable on Mac OS X
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1585131
Tracking | Status | |
---|---|---|
e10s | - | --- |
People
(Reporter: nalexander, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [e10s])
This is a bug to track issues running test-ipc.xul on Mac OS X. When I launch (command and output to follow) I do get the xul window, and I can interact with the text boxes. When I click buttons, the press and release are registered; when I click "test message handling speed" or "test listener add/remove", nothing seems to happen; when I press "open new window" a new xul window is opened, but the process crashes immediately after.
Reporter | ||
Comment 1•12 years ago
|
||
Log of run followed by "open new window" crash:
archo:second-mcgit ncalexan$ ./obj-x86_64-apple-darwin11.4.2/dist/Nightly.app/Contents/MacOS/firefox-bin -chrome chrome://global/content/test-ipc.xul -no-remote -P ipc
Pending backtrace:
#0 0x106f00130 resource://gre/modules/InlineSpellChecker.jsm:22 (0x10c000b80 @ 32)
#1 0x106f000c0 resource://gre/modules/InlineSpellChecker.jsm:11 (0x10c000ac0 @ 13)
#2 0x106f00038 chrome://global/content/inlineSpellCheckUI.js:7 (0x10c09a880 @ 45)
$$$$ ERROR: this.mEditor is undefined
$$$$ ERROR: this.mEditor is undefined
Pending backtrace:
#0 0x0 resource://gre/modules/osfile/osfile_shared_allthreads.jsm:900 (0x10bc57880 @ 489)
#1 0x10b34d370 resource://gre/modules/osfile/osfile_unix_back.jsm:330 (0x10bc60880 @ 3380)
#2 0x10b34d290 resource://gre/modules/osfile/osfile_unix_front.jsm:26 (0x10bc65d00 @ 104)
#3 0x10b34d220 resource://gre/modules/osfile/osfile_unix_front.jsm:884 (0x10bc65c40 @ 43)
#4 0x10b34d178 resource://gre/modules/osfile.jsm:23 (0x10bc51640 @ 107)
#5 0x10b34d0a8 resource://gre/modules/osfile/osfile_async_worker.js:16 (0x10bc381c0 @ 20)
#6 0x10b34d038 resource://gre/modules/osfile/osfile_async_worker.js:395 (0x10bc38100 @ 37)
$$$$ ERROR: couldn't find function symbol in library
Pending backtrace:
#0 0x0 resource://gre/modules/osfile/osfile_shared_allthreads.jsm:900 (0x10bc57880 @ 489)
#1 0x10b34d370 resource://gre/modules/osfile/osfile_unix_back.jsm:466 (0x10bc60880 @ 5165)
#2 0x10b34d290 resource://gre/modules/osfile/osfile_unix_front.jsm:26 (0x10bc65d00 @ 104)
#3 0x10b34d220 resource://gre/modules/osfile/osfile_unix_front.jsm:884 (0x10bc65c40 @ 43)
#4 0x10b34d178 resource://gre/modules/osfile.jsm:23 (0x10bc51640 @ 107)
#5 0x10b34d0a8 resource://gre/modules/osfile/osfile_async_worker.js:16 (0x10bc381c0 @ 20)
#6 0x10b34d038 resource://gre/modules/osfile/osfile_async_worker.js:395 (0x10bc38100 @ 37)
$$$$ ERROR: couldn't find function symbol in library
creating 1!
[TabChild] SHOW (w,h)= (10, 10)
loading http://www.google.com/, 1
Loading remote script!
[object XrayWrapper [object Window]]
[object XrayWrapper [object HTMLHtmlElement]]
###!!! [Parent][AsyncChannel] Error: Channel error: cannot send/recv
creating 1!
[TabChild] SHOW (w,h)= (10, 10)
###!!! [Child][SyncChannel] Error: Channel error: cannot send/recv
[Child 2102] ###!!! ABORT: constructor for actor failed: file /Users/ncalexan/Mozilla/second-mcgit/obj-x86_64-apple-darwin11.4.2/ipc/ipdl/PCompositorChild.cpp, line 371
[Child 2102] ###!!! ABORT: constructor for actor failed: file /Users/ncalexan/Mozilla/second-mcgit/obj-x86_64-apple-darwin11.4.2/ipc/ipdl/PCompositorChild.cpp, line 371
Segmentation fault: 11
Blocks: fxe10s
Whiteboard: [e10s]
Comment 2•11 years ago
|
||
Mass tracking-e10s flag change. Filter bugmail on "2be0fcce-e36a-4e2c-aa80-0e3d33eb5406".
tracking-e10s:
--- → +
Updated•11 years ago
|
Comment 3•7 years ago
|
||
If this is still an issue & desired to fix, then I think the DOM team probably need to drive it.
Component: General → DOM: Content Processes
Product: Firefox → Core
Updated•7 years ago
|
Priority: -- → P3
Comment 4•3 years ago
|
||
Not really a dup of bug 1585131, but the test will be removed there.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•