Chrome Remote Debugging Closes Immediately

This is for Fire on macOS and is likely some kind of regression (was working fine before I updated this morning). Now when I try to run a webassembly project Chrome opens and immediately closes (a blink and you’ll miss it sort of thing). I the error: “Unable to connect to the remote server”. Process still terminates with exit code 0, which I guess is good. :slight_smile:

Fire version is 10.0.0.2409, Chrome is 74.0.3729.169 and macOS is 10.14.5.

Anyone running into anything similar? I realize I’m hitting web assembly harder than most, but—man—this is a great feature of Elements. I’ve looked at some of the other Swift->WA compilers and they’re just crap compared to the complete experience Fire gives.

BTW, everything else seems to be working in terms of the build. I’m able to manually deploy the build with no problems.

Do you see any crash messages from Chrome in Console.app? Does Chrome run ok when launched on its own?

Actually, reproduced. So it looks like this is a recent regression, yes. Do you remember what build you last used before, where this worked?

Thanks, logged as bugs://82712

Do you remember what build you last used before, where this worked?

Apologies, but I do not. It may have even been a few weeks old as we were moving offices. Glad you were able to reproduce at least. Thanks for filing the bug.

Chrome does work normally if I launch manually. Here’s what appears to be the relevant subsection of the logs:

default 23:18:40.075937 +1000 Google Chrome Current system appearance, (HLTB: 1), (SLS: 0)
default 23:18:40.081432 +1000 Google Chrome Post-registration system appearance: (HLTB: 1)
default 23:18:40.147280 +1000 Google Chrome NSApp cache appearance:
-NSRequiresAquaSystemAppearance: 0
-appearance: (null)
-effectiveAppearance: <NSCompositeAppearance: 0x7fc441d25470
(
“<NSAquaAppearance: 0x7fc441d36f50>”,
“<NSSystemAppearance: 0x7fc441d38170>”
)>
default 23:18:40.703035 +1000 Google Chrome Helper MessageTracer: load_domain_whitelist_search_tree:85: Can’t open default search tree file: Operation not permitted
default 23:18:40.832110 +1000 Google Chrome Helper GVA info: preferred scaler idx 1
default 23:18:40.856306 +1000 Google Chrome Helper MessageTracer: load_domain_whitelist_search_tree:85: Can’t open default search tree file: Operation not permitted
default 23:18:41.053794 +1000 Google Chrome Helper MessageTracer: load_domain_whitelist_search_tree:85: Can’t open default search tree file: Operation not permitted
default 23:18:41.053951 +1000 Google Chrome Helper MessageTracer: load_domain_whitelist_search_tree:85: Can’t open default search tree file: Operation not permitted

bugs://82712 got closed with status fixed.

Sweet. Many thanks to everyone on this one.

1 Like