apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Debug assertion in CefV8IsolateManager destructor #1436

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. debug cefclient.exe app
2. close app
3. crash

What version of the product are you using? On what operating system?
cef_binary_3.2171.1902_windows32 
os is win7 sp1 x64

Please provide any additional information below.

callstack

    libcef.dll!base::debug::BreakDebugger()  Line 20    C++
    libcef.dll!logging::LogMessage::~LogMessage()  Line 647 C++
    libcef.dll!`anonymous namespace'::CefV8IsolateManager::~CefV8IsolateManager()  Line 82  C++
    libcef.dll!`anonymous namespace'::CefV8IsolateManager::`scalar deleting destructor'()  + 0x16 bytes C++
    libcef.dll!`anonymous namespace'::CefV8StateManager::DestroyIsolateManager()  Line 247 + 0x30 bytes C++
    libcef.dll!CefV8IsolateDestroyed()  Line 678    C++
    libcef.dll!CefContentRendererClient::OnRenderProcessShutdown()  Line 339    C++
    libcef.dll!CefRenderProcessObserver::OnRenderProcessShutdown()  Line 42 C++
    libcef.dll!content::RenderThreadImpl::Shutdown()  Line 587 + 0x47 bytes C++
    libcef.dll!content::ChildProcess::~ChildProcess()  Line 67 + 0x26 bytes C++
    libcef.dll!content::RenderProcess::~RenderProcess()  Line 22 + 0x1f bytes   C++
    libcef.dll!content::RenderProcessImpl::~RenderProcessImpl()  Line 72 + 0x8 bytes    C++
    libcef.dll!content::RendererMain(const content::MainFunctionParams & parameters={...})  Line 234    C++
    libcef.dll!content::RunNamedProcessTypeMain(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & process_type="renderer", const content::MainFunctionParams & main_function_params={...}, content::ContentMainDelegate * delegate=0x005ff4bc)  Line 420 + 0x12 bytes    C++
    libcef.dll!content::ContentMainRunnerImpl::Run()  Line 769 + 0x14 bytes C++
    libcef.dll!content::ContentMain(const content::ContentMainParams & params={...})  Line 19 + 0x1a bytes  C++
    libcef.dll!CefExecuteProcess(const CefMainArgs & args={...}, CefRefPtr<CefApp> application={...}, void * windows_sandbox_info=0x005ff4ac)  Line 94 + 0xc bytes  C++
    libcef.dll!cef_execute_process(const _cef_main_args_t * args=0x005ff930, _cef_app_t * application=0x02675bd4, void * windows_sandbox_info=0x00000000)  Line 133 + 0x1d bytes    C++
>   cefclient.exe!CefExecuteProcess(const CefMainArgs & args={...}, 
CefRefPtr<CefApp> application={...}, void * windows_sandbox_info=0x00000000)  
Line 135 + 0x46 bytes   C++
    cefclient.exe!wWinMain(HINSTANCE__ * hInstance=0x00170000, HINSTANCE__ * hPrevInstance=0x00000000, wchar_t * lpCmdLine=0x009a2d12, int nCmdShow=5)  Line 103 + 0x1e bytes   C++
    cefclient.exe!__tmainCRTStartup()  Line 263 + 0x2c bytes    C
    cefclient.exe!wWinMainCRTStartup()  Line 182    C
    kernel32.dll!@BaseThreadInitThunk@12()  + 0x12 bytes    
    ntdll.dll!___RtlUserThreadStart@8()  + 0x27 bytes   
    ntdll.dll!__RtlUserThreadStart@8()  + 0x1b bytes    

Original issue reported on code.google.com by wangchen...@gmail.com on 18 Nov 2014 at 9:29

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not experiencing this assertion. How quickly are you closing the 
application? What URL are you loading? What other steps are required to 
reproduce the problem?

Original comment by magreenb...@gmail.com on 20 Nov 2014 at 5:18

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1436

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:35