alderlopez / chromiumembedded

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

CEF3, Linux: fix crash when browser window is closed #523

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Linux: fix crash when browser window is closed. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=645 for CEF3 information.

Original issue reported on code.google.com by magreenb...@gmail.com on 13 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago
Stack trace:

[0213/135550:FATAL:owned_widget_gtk.cc(41)] Check failed: ((((GObject*) 
g_type_check_instance_cast ((GTypeInstance*) ((widget)), (((GType) ((20) << 
(2))))))))->ref_count == 1U (3 vs. 1)
Backtrace:
    base::debug::StackTrace::StackTrace() [0x7f361fad562a]
    logging::LogMessage::~LogMessage() [0x7f361fafe96e]
    ui::OwnedWidgetGtk::Destroy() [0x7f3620105a1f]
    content::TabContentsViewGtk::~TabContentsViewGtk() [0x7f361f7c4f60]
    content::TabContentsViewGtk::~TabContentsViewGtk() [0x7f361f7c501a]
    scoped_ptr<>::~scoped_ptr() [0x7f361f7c118b]
    TabContents::~TabContents() [0x7f361f7b72ea]
    TabContents::~TabContents() [0x7f361f7b7390]
    scoped_ptr<>::reset() [0x7f3620325f40]
    CefBrowserImpl::DestroyBrowser() [0x7f36203207ef]
    (anonymous namespace)::window_destroyed() [0x7f362035d910]

Original comment by magreenb...@gmail.com on 13 Feb 2012 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed in revision 560.

Original comment by magreenb...@gmail.com on 30 Mar 2012 at 3:35