Closed GoogleCodeExporter closed 9 years ago
below the stack trace :
> 00000000()
libcef.dll!v8::internal::OS::Abort() Line 812 C++
libcef.dll!v8::internal::V8::InitializePlatform(v8::Platform * platform) Line 119 + 0x1f bytes C++
libcef.dll!blink::initialize(blink::Platform * platform) Line 107 + 0xb bytes C++
libcef.dll!content::RenderThreadImpl::EnsureWebKitInitialized() Line 745 + 0x14 bytes C++
libcef.dll!content::RenderThreadImpl::OnCreateNewView(const ViewMsg_New_Params & params) Line 1276 + 0xf bytes C++
libcef.dll!DispatchToMethod<content::RenderThreadImpl,void (__thiscall content::RenderThreadImpl::*)(ViewMsg_New_Params const &),ViewMsg_New_Params>(content::RenderThreadImpl * obj, void (const ViewMsg_New_Params &)* method, const Tuple1<ViewMsg_New_Params> & arg) Line 548 + 0x18 bytes C++
libcef.dll!ViewMsg_New::Dispatch<content::RenderThreadImpl,content::RenderThreadImpl,void,void (__thiscall content::RenderThreadImpl::*)(ViewMsg_New_Params const &)>(const IPC::Message * msg, content::RenderThreadImpl * obj, content::RenderThreadImpl * sender, void * parameter, void (const ViewMsg_New_Params &)* func) Line 554 + 0x63 bytes C++
libcef.dll!content::RenderThreadImpl::OnControlMessageReceived(const IPC::Message & msg) Line 1257 + 0x66 bytes C++
libcef.dll!content::ChildThread::OnMessageReceived(const IPC::Message & msg) Line 474 + 0x13 bytes C++
libcef.dll!IPC::ChannelProxy::Context::OnDispatchMessage(const IPC::Message & message) Line 273 + 0x18 bytes C++
libcef.dll!base::internal::RunnableAdapter<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &)>::Run(IPC::ChannelProxy::Context * object, const IPC::Message & a1) Line 190 + 0x21 bytes C++
libcef.dll!base::internal::InvokeHelper<0,void,base::internal::RunnableAdapter<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &)>,void __cdecl(IPC::ChannelProxy::Context * const &,IPC::Message const &)>::MakeItSo(base::internal::RunnableAdapter<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &)> runnable, IPC::ChannelProxy::Context * const & a1, const IPC::Message & a2) Line 899 C++
libcef.dll!base::internal::Invoker<2,base::internal::BindState<base::internal::RunnableAdapter<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &)>,void __cdecl(IPC::ChannelProxy::Context *,IPC::Message const &),void __cdecl(IPC::ChannelProxy::Context *,IPC::Message)>,void __cdecl(IPC::ChannelProxy::Context *,IPC::Message const &)>::Run(base::internal::BindStateBase * base) Line 1253 + 0x2a bytes C++
libcef.dll!base::Callback<void __cdecl(void)>::Run() Line 401 + 0xe bytes C++
libcef.dll!base::MessageLoop::RunTask(const base::PendingTask & pending_task) Line 452 C++
libcef.dll!base::MessageLoop::DeferOrRunPendingTask(const base::PendingTask & pending_task) Line 465 C++
libcef.dll!base::MessageLoop::DoWork() Line 576 + 0xc bytes C++
libcef.dll!base::MessagePumpForUI::DoRunLoop() Line 218 + 0x1d bytes C++
libcef.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate * delegate, base::MessagePumpDispatcher * dispatcher) Line 65 + 0xf bytes C++
libcef.dll!base::MessagePumpWin::Run(base::MessagePump::Delegate * delegate) Line 47 + 0x1c bytes C++
libcef.dll!base::MessageLoop::RunHandler() Line 400 + 0x2a bytes C++
libcef.dll!base::RunLoop::Run() Line 50 C++
libcef.dll!base::MessageLoop::Run() Line 294 C++
libcef.dll!base::Thread::Run(base::MessageLoop * message_loop) Line 173 C++
libcef.dll!base::Thread::ThreadMain() Line 225 + 0x16 bytes C++
libcef.dll!base::`anonymous namespace'::ThreadFunc(void * params) Line 78 + 0xe bytes C++
kernel32.dll!@BaseThreadInitThunk@12() + 0x12 bytes
ntdll.dll!___RtlUserThreadStart@8() + 0x27 bytes
ntdll.dll!__RtlUserThreadStart@8() + 0x1b bytes
Original comment by 69ejorg...@gmail.com
on 18 Sep 2014 at 8:56
What is the stack trace when not running in single-process mode? Does the crash
reproduce with cefclient or cefsimple? See
http://www.chromium.org/developers/how-tos/debugging for Windows multi-process
debugging tips.
Original comment by magreenb...@gmail.com
on 18 Sep 2014 at 8:46
Running in multi-process mode does not generate a crash...
Original comment by 69ejorg...@gmail.com
on 24 Sep 2014 at 10:12
This is a crash in Blink and not specifically a CEF issue.
Single-process mode is not actively tested by Chromium/Blink developers and is
not recommended for production applications. If you're using it for debugging
purposes you're better off debug using multi-process mode as described in
comment#2. See also
https://groups.google.com/a/chromium.org/d/msg/chromium-dev/l-D-cI0L7DA/0FAbfEyP
gSMJ for some discussion of why single-process mode may be broken on Windows
specifically.
Original comment by magreenb...@gmail.com
on 24 Sep 2014 at 1:54
Original issue reported on code.google.com by
69ejorg...@gmail.com
on 17 Sep 2014 at 2:36