CEF crash

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.

CEF crash

Postby lolovo » Sun Jul 09, 2017 2:50 am

Hi,

Sometimes the following fatal error happens during work (CEF3.2987.1601.gf035232_windows32_debug, Win10 64bit):
Code: Select all
[0709/101055.811:FATAL:inter_process_time_ticks_converter.cc(21)] Check failed: target_range >= 0 (-672000 vs. 0)


stack:
Code: Select all
   libcef.dll!logging::LogMessage::~LogMessage()Line 759   C++
    libcef.dll!content::InterProcessTimeTicksConverter::InterProcessTimeTicksConverter(const content::LocalTimeTicks & local_lower_bound, const content::LocalTimeTicks & local_upper_bound, const content::RemoteTimeTicks & remote_lower_bound, const content::RemoteTimeTicks & remote_upper_bound)Line 22   C++
    libcef.dll!content::ResourceDispatcher::ToResourceResponseInfo(const content::ResourceDispatcher::PendingRequestInfo & request_info, const content::ResourceResponseHead & browser_info, content::ResourceResponseInfo * renderer_info)Line 702   C++
    libcef.dll!content::ResourceDispatcher::OnReceivedResponse(int request_id, const content::ResourceResponseHead & response_head)Line 182   C++
    libcef.dll!IPC::MessageT<ResourceMsg_ReceivedResponse_Meta,std::tuple<int,content::ResourceResponseHead>,void>::Dispatch<content::ResourceDispatcher,content::ResourceDispatcher,void,void (__thiscall content::ResourceDispatcher::*)(int,content::ResourceResponseHead const &)>(const IPC::Message * msg, content::ResourceDispatcher * obj, content::ResourceDispatcher * sender, void * parameter, void(content::ResourceDispatcher::*)(int, const content::ResourceResponseHead &) func)Line 121   C++
    libcef.dll!content::ResourceDispatcher::DispatchMessageW(const IPC::Message & message)Line 546   C++
    libcef.dll!content::ResourceDispatcher::OnMessageReceived(const IPC::Message & message)Line 137   C++
    libcef.dll!base::internal::InvokeHelper<1,void>::MakeItSo<void (__thiscall content::PepperGamepadHost::*const &)(ppapi::host::ReplyMessageContext const &),base::WeakPtr<content::PepperGamepadHost> const &,ppapi::host::ReplyMessageContext const &>(void(content::PepperGamepadHost::*)(const ppapi::host::ReplyMessageContext &) & functor, const base::WeakPtr<content::PepperGamepadHost> & weak_ptr, const ppapi::host::ReplyMessageContext & <args_0>)Line 305   C++
    libcef.dll!base::internal::Invoker<base::internal::BindState<void (__thiscall content::PepperGamepadHost::*)(ppapi::host::ReplyMessageContext const &),base::WeakPtr<content::PepperGamepadHost>,ppapi::host::ReplyMessageContext>,void __cdecl(void)>::Run(base::internal::BindStateBase * base)Line 339   C++
    libcef.dll!base::debug::TaskAnnotator::RunTask(const char * queue_function, base::PendingTask * pending_task)Line 52   C++
    libcef.dll!blink::scheduler::TaskQueueManager::ProcessTaskFromWorkQueue(blink::scheduler::internal::WorkQueue * work_queue, blink::scheduler::LazyNow time_before_task, base::TimeTicks * time_after_task)Line 380   C++
    libcef.dll!blink::scheduler::TaskQueueManager::DoWork(base::TimeTicks run_time, bool from_main_thread)Line 245   C++
    libcef.dll!base::internal::FunctorTraits<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),void>::Invoke<base::WeakPtr<blink::scheduler::TaskQueueManager> const &,base::TimeTicks const &,bool const &>(void(blink::scheduler::TaskQueueManager::*)(base::TimeTicks, bool) method, const base::WeakPtr<blink::scheduler::TaskQueueManager> & receiver_ptr, const base::TimeTicks & <args_0>, const bool & <args_1>)Line 215   C++
    libcef.dll!base::internal::InvokeHelper<1,void>::MakeItSo<void (__thiscall blink::scheduler::TaskQueueManager::*const &)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager> const &,base::TimeTicks const &,bool const &>(void(blink::scheduler::TaskQueueManager::*)(base::TimeTicks, bool) & functor, const base::WeakPtr<blink::scheduler::TaskQueueManager> & weak_ptr, const base::TimeTicks & <args_0>, const bool & <args_1>)Line 305   C++
    libcef.dll!base::internal::Invoker<base::internal::BindState<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool>,void __cdecl(void)>::RunImpl<void (__thiscall blink::scheduler::TaskQueueManager::*const &)(base::TimeTicks,bool),std::tuple<base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool> const &,0,1,2>(void(blink::scheduler::TaskQueueManager::*)(base::TimeTicks, bool) & functor, const std::tuple<base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool> & bound, base::IndexSequence<0,1,2> __formal)Line 361   C++
    libcef.dll!base::internal::Invoker<base::internal::BindState<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool>,void __cdecl(void)>::Run(base::internal::BindStateBase * base)Line 339   C++
    libcef.dll!base::debug::TaskAnnotator::RunTask(const char * queue_function, base::PendingTask * pending_task)Line 52   C++
    libcef.dll!base::MessageLoop::RunTask(base::PendingTask * pending_task)Line 419   C++
    libcef.dll!base::MessageLoop::DoWork()Line 520   C++
    libcef.dll!base::MessagePumpDefault::Run(base::MessagePump::Delegate * delegate)Line 34   C++
    libcef.dll!base::MessageLoop::RunHandler()Line 384   C++
    libcef.dll!base::RunLoop::Run()Line 38   C++
    libcef.dll!content::RendererMain(const content::MainFunctionParams & parameters)Line 200   C++
    libcef.dll!content::RunNamedProcessTypeMain(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & process_type, const content::MainFunctionParams & main_function_params, content::ContentMainDelegate * delegate)Line 416   C++
    libcef.dll!content::ContentMainRunnerImpl::Run()Line 793   C++
    libcef.dll!content::ContentMain(const content::ContentMainParams & params)Line 20   C++
    libcef.dll!CefExecuteProcess(const CefMainArgs & args, scoped_refptr<CefApp> application, void * windows_sandbox_info)Line 186   C++
    libcef.dll!cef_execute_process(const _cef_main_args_t * args, _cef_app_t * application, void * windows_sandbox_info)Line 188   C++
    bet_server.exe!CefExecuteProcess(const CefMainArgs & args, scoped_refptr<CefApp> application, void * windows_sandbox_info)Line 190   C++
    bet_server.exe!main(int argc, char * * argv)Line 388   C++
lolovo
Mentor
 
Posts: 67
Joined: Fri Aug 12, 2016 6:11 am

Return to Support Forum

Who is online

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