Crash when closing browser, url request CHECK fails

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Crash when closing browser, url request CHECK fails

Postby Czarek » Wed Dec 26, 2012 5:00 pm

Hi,

I closed browser while the page was still loading and the application crashed, in the console I got this message:

Code: Select all
[1226/164538:FATAL:url_request_context.cc(110)] Check failed: false. Leaked 1 URLRequest(s). First URL: https://groups.g
oogle.com/forum/var?inc=topic-list-system-cache-miss:1&inc=topic-list-user-cache-pending:1&inc=forum-view-open:1&inc=mes
sage-cache-prefetch-first-last-unread-topics:1&inc=topic-list-user-cache-hit:1&inc=message-cache-system-cache-miss:2&inc
=nav-navigate:1,forum%2Fcefpython.


It is function URLRequestContext::AssertNoURLRequests(), line 110:
Code: Select all
    CHECK(false) << "Leaked " << num_requests << " URLRequest(s). First URL: "
                 << request->url().spec().c_str() << ".";


I was loading Google Groups, it's loading very slowly, so I closed it while it was still loading and this error happened.

Using CEF 1, revision 942, branch 1271, Chrome 23.0.1271.95.
Maintainer of the CEF Python, PHP Desktop and CEF C API projects. My LinkedIn.
User avatar
Czarek
Virtuoso
 
Posts: 1927
Joined: Sun Nov 06, 2011 2:12 am



Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 196 guests

cron