apimall / chromiumembedded

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

CEF 2.171 crashes when loaded via dlopen #1545

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unpack attached file
2. Copy resources and library files into Release folder
3. run "make"
4. when using older CEF everything works, new(er) CEF crashes

What is the expected output? What do you see instead?
No crash as with 3.1750. Newer CEF version crashes.

What version of the product are you using? On what operating system?
CEF 2.171 on Linux 64bit

Backtrace:

#0  0x00007ffff51d8187 in raise () at /lib64/libc.so.6
#1  0x00007ffff51d9538 in abort () at /lib64/libc.so.6
#2  0x00007ffff5215844 in  () at /lib64/libc.so.6
#3  0x00007ffff521b0ae in malloc_printerr () at /lib64/libc.so.6
#4  0x00007ffff521bdb6 in _int_free () at /lib64/libc.so.6
#5  0x00007fffeaa09125 in SkMallocPixelRef::~SkMallocPixelRef() () at 
./libcef.so
#6  0x00007fffea9cb12f in SkBitmap::~SkBitmap() () at ./libcef.so
#7  0x00007fffebe481d3 in 
cc::BitmapContentLayerUpdater::~BitmapContentLayerUpdater() () at ./libcef.so
#8  0x00007fffebdfa0ba in cc::ContentLayer::~ContentLayer() () at ./libcef.so
#9  0x00007fffec48eab2 in ui::Layer::SwitchToLayer(scoped_refptr<cc::Layer>) () 
at ./libcef.so
#10 0x00007fffec48f0b7 in 
ui::Layer::SetShowDelegatedContent(cc::DelegatedFrameProvider*, gfx::Size) () 
at ./libcef.so
#11 0x00007fffec901c1d in 
content::DelegatedFrameHost::SwapDelegatedFrame(unsigned int, 
scoped_ptr<cc::DelegatedFrameData, base::DefaultDeleter<cc::DelegatedFrameData> 
>, float, std::vector<ui::LatencyInfo, std::allocator<ui::LatencyInfo> > 
const&) () at ./libcef.so
#12 0x00007fffec840ac1 in 
content::RenderWidgetHostViewAura::OnSwapCompositorFrame(unsigned int, 
scoped_ptr<cc::CompositorFrame, base::DefaultDeleter<cc::CompositorFrame> >) () 
at ./libcef.so
#13 0x00007fffec8375e1 in 
content::RenderWidgetHostImpl::OnSwapCompositorFrame(IPC::Message const&) () at 
./libcef.so
#14 0x00007fffec83670a in 
content::RenderWidgetHostImpl::OnMessageReceived(IPC::Message const&) () at 
./libcef.so
#15 0x00007fffec830c31 in 
content::RenderViewHostImpl::OnMessageReceived(IPC::Message const&) () at 
./libcef.so
#16 0x00007fffec824bbe in 
content::RenderProcessHostImpl::OnMessageReceived(IPC::Message const&) () at 
./libcef.so
#17 0x00007fffebfe99dc in 
IPC::ChannelProxy::Context::OnDispatchMessage(IPC::Message const&) () at 
./libcef.so
#18 0x00007fffea6c1302 in base::debug::TaskAnnotator::RunTask(char const*, char 
const*, base::PendingTask const&) () at ./libcef.so
#19 0x00007fffea6ec172 in base::MessageLoop::RunTask(base::PendingTask const&) 
() at ./libcef.so
#20 0x00007fffea6ec6dc in base::MessageLoop::DoWork() () at ./libcef.so
#21 0x00007fffea6b079a in base::(anonymous 
namespace)::WorkSourceDispatch(_GSource*, int (*)(void*), void*) () at 
./libcef.so
#22 0x00007ffff5c86a04 in g_main_context_dispatch () at 
/usr/lib64/libglib-2.0.so.0
#23 0x00007ffff5c86c48 in  () at /usr/lib64/libglib-2.0.so.0
#24 0x00007ffff5c86cec in g_main_context_iteration () at 
/usr/lib64/libglib-2.0.so.0
#25 0x00007fffea6b0672 in 
base::MessagePumpGlib::Run(base::MessagePump::Delegate*) () at ./libcef.so
#26 0x00007fffea700114 in base::RunLoop::Run() () at ./libcef.so
#27 0x00007fffea6eb9ca in base::MessageLoop::Run() () at ./libcef.so
#28 0x0000000000401511 in main ()

Original issue reported on code.google.com by dev.d...@gmail.com on 24 Feb 2015 at 8:58

Attachments:

GoogleCodeExporter commented 9 years ago
More detail in this thread:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12675

Original comment by dev.d...@gmail.com on 24 Feb 2015 at 9:02

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/1545

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