[17228:20592:1103/012629.959:ERROR:bad_message.cc(27)] Terminating renderer for bad IPC message, reason 185
[17228:20592:1103/012632.143:ERROR:activity_tracker.cc(1463)] Recording exit of unknown process #15760--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9eaa4415-d33a-4e13-99a7-35cd9ddaa378%40chromium.org.
if (request.url.scheme() != scheme_) {
DVLOG(1) << "Bad scheme: " << request.url.scheme();
ReceivedBadMessage(render_frame_host_->GetProcess(),
bad_message::WEBUI_BAD_SCHEME_ACCESS);
client->OnComplete(network::URLLoaderCompletionStatus(net::ERR_FAILED));
return;
}Reason 185 is WEBUI_BAD_SCHEME_ACCESS, which was added in https://crrev.com/c/758301 as a security feature. I don't know much about this, though a simple answer seems to be to not put your internal site on a chrome:// page.+John Abd-El-Malek who might have further comment.Avi
On Sun, Nov 3, 2019 at 1:33 AM pdwiki <prab...@gmail.com> wrote:
--Hello,We have a legacy application running in our organization from Chromium version 32 onwards which runs using the url chrome://taskmanagement/. There were certain reasons why Chromium was modified to setup this url.When we go to this url it has a login page. Clicking on the login does an AJAX request to verify the credentials and then loads a page from the local server. This worked fine till like 6 months ago when we updated to Chromium 74.x. Whenever someone tries to login the view crashes on the AJAX call and the "oh snap" graphic comes up. We have upgraded to version 77.0.3853.0 and this AJAX crash issue is there. We have tried removing all our code and keeping a simple AJAX call on our application page and that crashes too. We are getting the following error message:[17228:20592:1103/012629.959:ERROR:bad_message.cc(27)] Terminating renderer for bad IPC message, reason 185
[17228:20592:1103/012632.143:ERROR:activity_tracker.cc(1463)] Recording exit of unknown process #15760Is this due to the CORS update to the code? If it is then is there somehow we can disable the CORS requirement so we can keep on using our application?Thanks in advance.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromi...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/066923ec-b739-4a54-bc3f-4496ed345091%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CANgM4xNxPO70Udrd84z%2BK3u2TbtHLVHhqXhdsyrtHRQgZA1Jag%40mail.gmail.com.