Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hey,

as promised during the ESC call here is an example from one of my runs.
There are still most likely a few false positives in (global objects that
just never release memory) but the other ones need to be inspected.

Regards,
Markus
==28631==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 12048 byte(s) in 2 object(s) allocated from:
    #0 0x49e127 in calloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:91
    #1 0x7ffdfe88a27e (/usr/X11R6/lib64/libGL.so.1+0xc027e)

Direct leak of 2816 byte(s) in 11 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe2ea3bdab (/usr/lib64/libfontconfig.so.1+0x1adab)

Direct leak of 2048 byte(s) in 3 object(s) allocated from:
    #0 0x49e28e in realloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:96
    #1 0x7ffe2ea3bcd7 (/usr/lib64/libfontconfig.so.1+0x1acd7)

Direct leak of 1040 byte(s) in 1 object(s) allocated from:
    #0 0x49e127 in calloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:91
    #1 0x7ffe46bcd178 in __new_exitfn (/lib64/libc.so.6+0x38178)

Direct leak of 672 byte(s) in 28 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffde38032c8 in cppu::OInterfaceContainerHelper::operator new(unsigned long) 
/home/moggi/devel/libo7/include/cppuhelper/interfacecontainer.h:122
    #4 0x7ffde37fa725 in 
chart::CommandDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener>
 const&, com::sun::star::util::URL const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/CommandDispatch.cxx:100
    #5 0x7ffde37fb5a9 in non-virtual thunk to 
chart::CommandDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener>
 const&, com::sun::star::util::URL const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/CommandDispatch.cxx:108
    #6 0x7ffe3ff3b8ef in svt::ToolboxController::bindListener() 
/home/moggi/devel/libo7/svtools/source/uno/toolboxcontroller.cxx:552
    #7 0x7ffe3ff39bde in svt::ToolboxController::update() 
/home/moggi/devel/libo7/svtools/source/uno/toolboxcontroller.cxx:232
    #8 0x7ffe3ff3c3e2 in non-virtual thunk to svt::ToolboxController::update() 
/home/moggi/devel/libo7/svtools/source/uno/toolboxcontroller.cxx:233
    #9 0x7ffe1660eeb7 in framework::ToolBarManager::UpdateControllers() 
/home/moggi/devel/libo7/framework/source/uielement/toolbarmanager.cxx:441
    #10 0x7ffe166432df in framework::ToolBarManager::AsyncUpdateControllersHdl(void*) 
/home/moggi/devel/libo7/framework/source/uielement/toolbarmanager.cxx:2094
    #11 0x7ffe16607d3a in framework::ToolBarManager::LinkStubAsyncUpdateControllersHdl(void*, 
void*) /home/moggi/devel/libo7/framework/source/uielement/toolbarmanager.cxx:2081
    #12 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #13 0x7ffe39ef2bb8 in Timer::Timeout() /home/moggi/devel/libo7/vcl/source/app/timer.cxx:222
    #14 0x7ffe39eef7c9 in Timer::ImplTimerCallbackProc() 
/home/moggi/devel/libo7/vcl/source/app/timer.cxx:119
    #15 0x7ffe2621608c in SalTimer::CallCallback() /home/moggi/devel/libo7/vcl/inc/saltimer.hxx:53
    #16 0x7ffe262089bc in sal_gtk_timeout_dispatch(_GSource*, int (*)(void*), void*) 
/home/moggi/devel/libo7/vcl/unx/gtk/app/gtkdata.cxx:833
    #17 0x7ffe2f6377d4 in g_main_context_dispatch (/usr/lib64/libglib-2.0.so.0+0x4a7d4)

Direct leak of 640 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe20068115 in XGetVisualInfo (/usr/lib64/libX11.so.6+0x43115)

Direct leak of 640 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe20068115 in XGetVisualInfo (/usr/lib64/libX11.so.6+0x43115)
    #2 0x7ffe02a84f87 in OpenGLContext::init(SystemChildWindow*) 
/home/moggi/devel/libo7/vcl/source/opengl/OpenGLContext.cxx:370
    #3 0x7ffe02ab1753 in OpenGLWindowImpl::OpenGLWindowImpl(SystemChildWindow*) 
/home/moggi/devel/libo7/vcl/source/window/openglwin.cxx:24
    #4 0x7ffe02ab1cc0 in OpenGLWindow::OpenGLWindow(Window*) 
/home/moggi/devel/libo7/vcl/source/window/openglwin.cxx:35
    #5 0x7ffe0fc49802 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:549
    #6 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #7 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #8 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #9 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #10 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #11 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #12 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #13 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #14 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #15 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #16 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #17 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #18 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883
    #19 0x7ffe384acab0 in ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:2454
    #20 0x7ffe3a3e73e0 in SalFrame::CallCallback(unsigned short, void const*) const 
/home/moggi/devel/libo7/vcl/inc/salframe.hxx:243
    #21 0x7ffe3a3e186c in SalGenericDisplay::DispatchInternalEvent() 
/home/moggi/devel/libo7/vcl/generic/app/gendisp.cxx:90
    #22 0x7ffe26206e17 in GtkData::userEventFn(void*) 
/home/moggi/devel/libo7/vcl/unx/gtk/app/gtkdata.cxx:935
    #23 0x7ffe262074c4 in call_userEventFn(void*) 
/home/moggi/devel/libo7/vcl/unx/gtk/app/gtkdata.cxx:945
    #24 0x7ffe2f6377d4 in g_main_context_dispatch (/usr/lib64/libglib-2.0.so.0+0x4a7d4)

Direct leak of 520 byte(s) in 2 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe2f63d410 in g_malloc (/usr/lib64/libglib-2.0.so.0+0x50410)

Direct leak of 312 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe15c46b05 in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1151
    #2 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #3 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #4 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #5 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #6 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #7 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #8 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #9 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #10 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #11 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #12 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #13 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #14 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #15 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #16 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #17 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #18 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #19 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #20 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #21 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #22 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #23 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #24 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883
    #25 0x7ffe384acab0 in ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:2454
    #26 0x7ffe3a3e73e0 in SalFrame::CallCallback(unsigned short, void const*) const 
/home/moggi/devel/libo7/vcl/inc/salframe.hxx:243
    #27 0x7ffe3a3e186c in SalGenericDisplay::DispatchInternalEvent() 
/home/moggi/devel/libo7/vcl/generic/app/gendisp.cxx:90
    #28 0x7ffe26206e17 in GtkData::userEventFn(void*) 
/home/moggi/devel/libo7/vcl/unx/gtk/app/gtkdata.cxx:935
    #29 0x7ffe262074c4 in call_userEventFn(void*) 
/home/moggi/devel/libo7/vcl/unx/gtk/app/gtkdata.cxx:945

Direct leak of 224 byte(s) in 7 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe164c15b0 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1708
    #2 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #3 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #4 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #5 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #6 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #7 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #8 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #9 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #10 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #11 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #12 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #13 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #14 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #15 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #16 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #17 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #18 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #19 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #20 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #21 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #22 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #23 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #24 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #25 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #26 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #27 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #28 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883
    #29 0x7ffe384acab0 in ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:2454

Direct leak of 160 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffdfe84aaaf in glXChooseFBConfig (/usr/X11R6/lib64/libGL.so.1+0x80aaf)

Direct leak of 72 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffe157a0df8 in cppu::OWeakObject::operator new(unsigned long) 
/home/moggi/devel/libo7/include/cppuhelper/weak.hxx:85
    #4 0x7ffe15de6c14 in 
framework::LoadEnv::initializeUIDefaults(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, utl::MediaDescriptor&, bool, framework::QuietInteraction**) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:321
    #5 0x7ffe15ddf9c8 in framework::LoadEnv::initializeLoading(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, rtl::OUString const&, int, 
framework::LoadEnv::EFeature, framework::LoadEnv::EContentType) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:289
    #6 0x7ffe15ddb8dd in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:158
    #7 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #8 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #9 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #10 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #11 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #12 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #13 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #14 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #15 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #16 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #17 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #18 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #19 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #20 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #21 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #22 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #23 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #24 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #25 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #26 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #27 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #28 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #29 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883

Direct leak of 72 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe0d864319 in boost::ptr_map<rtl::OUString, ScChartListener, std::less<rtl::OUString>, 
boost::heap_clone_allocator, std::allocator<std::pair<rtl::OUString const, void*> > >::release() 
/home/moggi/devel/libo7/workdir/UnpackedTarball/boost/boost/ptr_container/ptr_map.hpp:69
    #2 0x7ffe0d85118a in ScChartListenerCollection::FreeUnused() 
/home/moggi/devel/libo7/sc/source/core/tool/chartlis.cxx:572
    #3 0x7ffe0c5802d0 in ScDocument::UpdateChartListenerCollection() 
/home/moggi/devel/libo7/sc/source/core/data/documen5.cxx:744
    #4 0x7ffe0f7c5c21 in ScDocShell::SetDrawModified(bool) 
/home/moggi/devel/libo7/sc/source/ui/docshell/docsh.cxx:2877
    #5 0x7ffe0f7c4eec in ScDocShell::SetDocumentModified(bool) 
/home/moggi/devel/libo7/sc/source/ui/docshell/docsh.cxx:2805
    #6 0x7ffe0f7cbc2b in ScDocShellModificator::SetDocumentModified() 
/home/moggi/devel/libo7/sc/source/ui/docshell/docsh.cxx:3106
    #7 0x7ffe0f6add1d in ScDocFunc::SetNormalString(bool&, ScAddress const&, rtl::OUString const&, 
bool) /home/moggi/devel/libo7/sc/source/ui/docshell/docfunc.cxx:776
    #8 0x7ffe117487f2 in ScViewFunc::EnterData(short, int, short, rtl::OUString const&, 
EditTextObject const*) /home/moggi/devel/libo7/sc/source/ui/view/viewfunc.cxx:547
    #9 0x7ffe10ebed3e in ScCellShell::Execute(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/cellsh3.cxx:182
    #10 0x7ffe10e4296a in SfxStubScCellShellExecute(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:6996
    #11 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #12 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #13 0x7ffe438f4b41 in SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, unsigned 
short) /home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:960
    #14 0x7ffe41f8c395 in SfxBindings::Execute_Impl(SfxRequest&, SfxSlot const*, SfxShell*) 
/home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1235
    #15 0x7ffe41f88d1c in SfxBindings::Execute_Impl(unsigned short, SfxPoolItem const**, unsigned 
short, unsigned short, SfxPoolItem const**, bool) 
/home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1130
    #16 0x7ffe41f89959 in SfxBindings::Execute(unsigned short, SfxPoolItem const**, unsigned short, 
unsigned short, SfxPoolItem const**) /home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1042
    #17 0x7ffe10ebfc71 in ScCellShell::Execute(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/cellsh3.cxx:265
    #18 0x7ffe10e4296a in SfxStubScCellShellExecute(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:6996
    #19 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #20 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #21 0x7ffe438f4b41 in SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, unsigned 
short) /home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:960
    #22 0x7ffe41f8c395 in SfxBindings::Execute_Impl(SfxRequest&, SfxSlot const*, SfxShell*) 
/home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1235
    #23 0x7ffe41f88d1c in SfxBindings::Execute_Impl(unsigned short, SfxPoolItem const**, unsigned 
short, unsigned short, SfxPoolItem const**, bool) 
/home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1130
    #24 0x7ffe41f89959 in SfxBindings::Execute(unsigned short, SfxPoolItem const**, unsigned short, 
unsigned short, SfxPoolItem const**) /home/moggi/devel/libo7/sfx2/source/control/bindings.cxx:1042
    #25 0x7ffe0f19067b in ScInputHandler::EnterHandler(unsigned char) 
/home/moggi/devel/libo7/sc/source/ui/app/inputhdl.cxx:2766
    #26 0x7ffe0f2ad51e in ScModule::InputEnterHandler(unsigned char) 
/home/moggi/devel/libo7/sc/source/ui/app/scmod.cxx:1461
    #27 0x7ffe1157825f in ScTabViewShell::ExecuteInputDirect() 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwsha.cxx:604
    #28 0x7ffe10eccd79 in ScCellShell::ExecuteCursor(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/cellsh4.cxx:129
    #29 0x7ffe10e50a8a in SfxStubScCellShellExecuteCursor(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:6998

Direct leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3a663a89 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1293
    #2 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #3 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #4 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #5 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #6 0x7ffe3834f831 in Window::ImplCheckUIFont(Font const&) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:617
    #7 0x7ffe383504c3 in Window::ImplUpdateGlobalSettings(AllSettings&, bool) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:639
    #8 0x7ffe39e9b8f9 in Application::MergeSystemSettings(AllSettings&) 
/home/moggi/devel/libo7/vcl/source/app/svapp.cxx:489
    #9 0x7ffe3ea36005 in SvtTabAppearanceCfg::SetApplicationDefaults(Application*) 
/home/moggi/devel/libo7/svtools/source/config/apearcfg.cxx:221
    #10 0x7ffe47ad8242 in desktop::Desktop::Main() 
/home/moggi/devel/libo7/desktop/source/app/app.cxx:1604
    #11 0x7ffe39ed84f9 in ImplSVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:155
    #12 0x7ffe39ede99c in SVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:188
    #13 0x7ffe47cc2e6b in soffice_main /home/moggi/devel/libo7/desktop/source/app/sofficemain.cxx:85
    #14 0x4baaf1 in sal_main /home/moggi/devel/libo7/desktop/source/app/main.c:48
    #15 0x4ba92b in main /home/moggi/devel/libo7/desktop/source/app/main.c:47
    #16 0x7ffe46bb6a14 in __libc_start_main (/lib64/libc.so.6+0x21a14)

Direct leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3a663a89 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1293
    #2 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #3 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #4 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #5 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #6 0x7ffe3fa31758 in canRenderNameOfSelectedFont(OutputDevice&) 
/home/moggi/devel/libo7/svtools/source/misc/sampletext.cxx:47
    #7 0x7ffe3f0ebf8b in FontNameBox::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1264
    #8 0x7ffe05220902 in SvxFontNameBox_Impl::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:988
    #9 0x7ffe3857059f in ComboBox::ImplUserDrawHdl(UserDrawEvent*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1226
    #10 0x7ffe3855460d in ComboBox::LinkStubImplUserDrawHdl(void*, void*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1224
    #11 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #12 0x7ffe386ed448 in ImplListBoxWindow::ImplPaint(int, bool, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:1742
    #13 0x7ffe386eb637 in ImplListBoxWindow::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:994
    #14 0x7ffe38705581 in ImplListBox::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:2216
    #15 0x7ffe38556108 in ComboBox::ImplUpdateFloatSelection() 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:833
    #16 0x7ffe385662ea in ComboBox::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:785
    #17 0x7ffe3f0ea914 in FontNameBox::Fill(FontList const*) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1174
    #18 0x7ffe0526c9d5 in SvxFontNameBox_Impl::Fill(FontList const*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:221
    #19 0x7ffe0521d27c in lcl_GetDocFontList(FontList const**, SvxFontNameBox_Impl*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:786
    #20 0x7ffe0521d84b in SvxFontNameBox_Impl::CheckAndMarkUnknownFont(VclWindowEvent*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:838
    #21 0x7ffe0521b46d in SvxFontNameBox_Impl::LinkStubCheckAndMarkUnknownFont(void*, void*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:833
    #22 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #23 0x7ffe39efe119 in VclEventListeners::Call(VclSimpleEvent*) const 
/home/moggi/devel/libo7/vcl/source/app/vclevent.cxx:66
    #24 0x7ffe383cea54 in Window::CallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5245
    #25 0x7ffe38362b62 in Window::ImplCallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5230
    #26 0x7ffe385bf2db in Edit::ImplSetText(rtl::OUString const&, Selection const*) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:941
    #27 0x7ffe385df8b8 in Edit::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:2609
    #28 0x7ffe385df862 in Edit::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:2605
    #29 0x7ffe385662e0 in ComboBox::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:784

Direct leak of 48 byte(s) in 2 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffde38032c8 in cppu::OInterfaceContainerHelper::operator new(unsigned long) 
/home/moggi/devel/libo7/include/cppuhelper/interfacecontainer.h:122
    #4 0x7ffde37fa725 in 
chart::CommandDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener>
 const&, com::sun::star::util::URL const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/CommandDispatch.cxx:100
    #5 0x7ffde37fb5a9 in non-virtual thunk to 
chart::CommandDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener>
 const&, com::sun::star::util::URL const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/CommandDispatch.cxx:108
    #6 0x7ffe3fee5586 in svt::StatusbarController::bindListener() 
/home/moggi/devel/libo7/svtools/source/uno/statusbarcontroller.cxx:490
    #7 0x7ffe3fee375e in svt::StatusbarController::update() 
/home/moggi/devel/libo7/svtools/source/uno/statusbarcontroller.cxx:182
    #8 0x7ffe3fee5e12 in non-virtual thunk to svt::StatusbarController::update() 
/home/moggi/devel/libo7/svtools/source/uno/statusbarcontroller.cxx:183
    #9 0x7ffe165adb9d in framework::(anonymous 
namespace)::lcl_UpdateController<std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > 
::operator()(std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> >&) const 
/home/moggi/devel/libo7/framework/source/uielement/statusbarmanager.cxx:78
    #10 0x7ffe1659ea58 in framework::(anonymous 
namespace)::lcl_UpdateController<std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > > 
std::for_each<__gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > >, 
std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > >, 
framework::(anonymous namespace)::lcl_UpdateController<std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > > 
(__gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > >, 
std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > >, 
__gnu_debug::_Safe_iterator<std::_Rb_tree_iterator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > >, 
std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > >, 
framework::(anonymous namespace)::lcl_UpdateController<std::__debug::map<unsigned short, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController>, std::less<unsigned 
short>, std::allocator<std::pair<unsigned short const, 
com::sun::star::uno::Reference<com::sun::star::frame::XStatusbarController> > > > >) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_algo.h:4442
    #11 0x7ffe16599987 in framework::StatusBarManager::UpdateControllers() 
/home/moggi/devel/libo7/framework/source/uielement/statusbarmanager.cxx:286
    #12 0x7ffe165a5044 in 
framework::StatusBarManager::FillStatusBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/statusbarmanager.cxx:544
    #13 0x7ffe165eb32a in 
framework::StatusBarWrapper::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> 
const&) /home/moggi/devel/libo7/framework/source/uielement/statusbarwrapper.cxx:127
    #14 0x7ffe165eb971 in non-virtual thunk to 
framework::StatusBarWrapper::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> 
const&) /home/moggi/devel/libo7/framework/source/uielement/statusbarwrapper.cxx:135
    #15 0x7ffe1673457e in framework::MenuBarFactory::CreateUIElement(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, char const*, 
rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::ui::XUIElement> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/framework/source/uifactory/menubarfactory.cxx:155
    #16 0x7ffe167389e8 in (anonymous namespace)::StatusBarFactory::createUIElement(rtl::OUString 
const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/uifactory/statusbarfactory.cxx:82
    #17 0x7ffe16739681 in non-virtual thunk to (anonymous 
namespace)::StatusBarFactory::createUIElement(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/uifactory/statusbarfactory.cxx:84
    #18 0x7ffe16761fd8 in (anonymous 
namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/uifactory/uielementfactorymanager.cxx:460
    #19 0x7ffe16765a91 in non-virtual thunk to (anonymous 
namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/uifactory/uielementfactorymanager.cxx:467
    #20 0x7ffe15c3995f in framework::LayoutManager::implts_createElement(rtl::OUString const&) 
/home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:718
    #21 0x7ffe15c3f422 in framework::LayoutManager::implts_createStatusBar(rtl::OUString const&) 
/home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:835
    #22 0x7ffe15c55dad in framework::LayoutManager::createElement(rtl::OUString const&) 
/home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1508
    #23 0x7ffe15c56881 in non-virtual thunk to 
framework::LayoutManager::createElement(rtl::OUString const&) 
/home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1542
    #24 0x7ffde3661681 in chart::ChartController::layoutEvent(com::sun::star::lang::EventObject 
const&, short, com::sun::star::uno::Any const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:931
    #25 0x7ffde3661eff in non-virtual thunk to 
chart::ChartController::layoutEvent(com::sun::star::lang::EventObject const&, short, 
com::sun::star::uno::Any const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:935
    #26 0x7ffe15c3c11d in framework::LayoutManager::implts_notifyListeners(short, 
com::sun::star::uno::Any) 
/home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:2639
    #27 0x7ffe15c4969c in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1219
    #28 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #29 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671

Direct leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe26291654 in std::__cxx1998::vector<_GdkRectangle, std::allocator<_GdkRectangle> 
::reserve(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:68

Direct leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe2629163b in std::__cxx1998::vector<_GdkRectangle, std::allocator<_GdkRectangle> 
::reserve(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:68

Direct leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe164c15b0 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1708
    #2 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #3 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #4 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #5 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #6 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #7 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #8 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #9 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #10 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #11 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #12 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #13 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #14 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #15 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #16 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #17 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #18 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #19 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #20 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #21 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #22 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #23 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #24 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #25 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #26 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #27 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #28 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #29 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883

Indirect leak of 4736 byte(s) in 148 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe2ea2beb3 (/usr/lib64/libfontconfig.so.1+0xaeb3)

Indirect leak of 3136 byte(s) in 98 object(s) allocated from:
    #0 0x49e127 in calloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:91
    #1 0x7ffe2ea3b98f (/usr/lib64/libfontconfig.so.1+0x1a98f)

Indirect leak of 1344 byte(s) in 8 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe37eb07c1 in MenuItemList::Insert(unsigned short, MenuItemType, unsigned short, 
rtl::OUString const&, Image const&, Menu*, unsigned long, rtl::OString const&) 
/home/moggi/devel/libo7/vcl/source/window/menu.cxx:256
    #2 0x7ffe37ec671e in Menu::InsertItem(unsigned short, rtl::OUString const&, unsigned short, 
rtl::OString const&, unsigned short) /home/moggi/devel/libo7/vcl/source/window/menu.cxx:1226
    #3 0x7ffe164c09f1 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1679
    #4 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #5 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #6 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #7 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #8 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #9 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #10 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #11 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #12 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #13 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #14 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #15 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #16 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #17 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #18 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #19 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #20 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #21 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #22 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #23 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #24 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #25 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #26 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #27 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #28 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #29 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883

Indirect leak of 1008 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f4945 in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:375
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3fa31758 in canRenderNameOfSelectedFont(OutputDevice&) 
/home/moggi/devel/libo7/svtools/source/misc/sampletext.cxx:47
    #9 0x7ffe3f0ebf8b in FontNameBox::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1264
    #10 0x7ffe05220902 in SvxFontNameBox_Impl::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:988
    #11 0x7ffe3857059f in ComboBox::ImplUserDrawHdl(UserDrawEvent*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1226
    #12 0x7ffe3855460d in ComboBox::LinkStubImplUserDrawHdl(void*, void*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1224
    #13 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #14 0x7ffe386ed448 in ImplListBoxWindow::ImplPaint(int, bool, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:1742
    #15 0x7ffe386eb637 in ImplListBoxWindow::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:994
    #16 0x7ffe38705581 in ImplListBox::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:2216
    #17 0x7ffe38556108 in ComboBox::ImplUpdateFloatSelection() 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:833
    #18 0x7ffe385662ea in ComboBox::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:785
    #19 0x7ffe3f0ea914 in FontNameBox::Fill(FontList const*) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1174
    #20 0x7ffe0526c9d5 in SvxFontNameBox_Impl::Fill(FontList const*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:221
    #21 0x7ffe0521d27c in lcl_GetDocFontList(FontList const**, SvxFontNameBox_Impl*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:786
    #22 0x7ffe0521d84b in SvxFontNameBox_Impl::CheckAndMarkUnknownFont(VclWindowEvent*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:838
    #23 0x7ffe0521b46d in SvxFontNameBox_Impl::LinkStubCheckAndMarkUnknownFont(void*, void*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:833
    #24 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe39efe119 in VclEventListeners::Call(VclSimpleEvent*) const 
/home/moggi/devel/libo7/vcl/source/app/vclevent.cxx:66
    #26 0x7ffe383cea54 in Window::CallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5245
    #27 0x7ffe38362b62 in Window::ImplCallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5230
    #28 0x7ffe385bf2db in Edit::ImplSetText(rtl::OUString const&, Selection const*) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:941
    #29 0x7ffe385df8b8 in Edit::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:2609

Indirect leak of 512 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe33823a16 in __gnu_cxx::new_allocator<bool>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3382362e in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_allocate_node() 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:534
    #3 0x7ffe3385610a in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_create_nodes(bool**, bool**) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:628
    #4 0x7ffe33854e76 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:602
    #5 0x7ffe33856f23 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_Deque_base(std::allocator<bool> const&, unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #6 0x7ffe33856c74 in std::__cxx1998::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #7 0x7ffe3384de0e in std::__debug::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #8 0x7ffe338145cc in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #9 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #10 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #11 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #12 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #13 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #14 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #15 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #16 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #17 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #18 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #19 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #20 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #21 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #22 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #23 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #24 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #25 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #26 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #27 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #28 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #29 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168

Indirect leak of 512 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe33823a16 in __gnu_cxx::new_allocator<bool>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3382362e in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_allocate_node() 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:534
    #3 0x7ffe3385610a in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_create_nodes(bool**, bool**) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:628
    #4 0x7ffe33854e76 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:602
    #5 0x7ffe33856f23 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_Deque_base(std::allocator<bool> const&, unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #6 0x7ffe33856c74 in std::__cxx1998::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #7 0x7ffe3384de0e in std::__debug::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #8 0x7ffe33814557 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #9 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #10 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #11 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #12 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #13 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #14 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #15 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #16 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #17 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #18 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #19 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #20 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #21 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #22 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #23 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #24 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #25 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #26 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #27 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #28 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #29 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168

Indirect leak of 512 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3382f326 in __gnu_cxx::new_allocator<rtl::Reference<framework::UndoManagerRequest> 
::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3382ef3e in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > >::_M_allocate_node() 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:534
    #3 0x7ffe33851e1a in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::_M_create_nodes(rtl::Reference<framework::UndoManagerRequest>**, 
rtl::Reference<framework::UndoManagerRequest>**) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:628
    #4 0x7ffe33850696 in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > >::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:602
    #5 0x7ffe33852c33 in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::_Deque_base(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&, unsigned 
long) /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #6 0x7ffe33852984 in std::__cxx1998::deque<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::deque(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #7 0x7ffe3384e63e in std::__debug::deque<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::deque(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #8 0x7ffe33814641 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #9 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #10 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #11 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #12 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #13 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #14 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #15 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #16 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #17 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #18 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #19 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #20 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #21 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #22 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #23 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #24 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #25 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #26 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #27 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #28 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #29 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168

Indirect leak of 504 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f4a1a in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:376
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3fa31758 in canRenderNameOfSelectedFont(OutputDevice&) 
/home/moggi/devel/libo7/svtools/source/misc/sampletext.cxx:47
    #9 0x7ffe3f0ebf8b in FontNameBox::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1264
    #10 0x7ffe05220902 in SvxFontNameBox_Impl::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:988
    #11 0x7ffe3857059f in ComboBox::ImplUserDrawHdl(UserDrawEvent*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1226
    #12 0x7ffe3855460d in ComboBox::LinkStubImplUserDrawHdl(void*, void*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1224
    #13 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #14 0x7ffe386ed448 in ImplListBoxWindow::ImplPaint(int, bool, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:1742
    #15 0x7ffe386eb637 in ImplListBoxWindow::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:994
    #16 0x7ffe38705581 in ImplListBox::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:2216
    #17 0x7ffe38556108 in ComboBox::ImplUpdateFloatSelection() 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:833
    #18 0x7ffe385662ea in ComboBox::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:785
    #19 0x7ffe3f0ea914 in FontNameBox::Fill(FontList const*) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1174
    #20 0x7ffe0526c9d5 in SvxFontNameBox_Impl::Fill(FontList const*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:221
    #21 0x7ffe0521d27c in lcl_GetDocFontList(FontList const**, SvxFontNameBox_Impl*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:786
    #22 0x7ffe0521d84b in SvxFontNameBox_Impl::CheckAndMarkUnknownFont(VclWindowEvent*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:838
    #23 0x7ffe0521b46d in SvxFontNameBox_Impl::LinkStubCheckAndMarkUnknownFont(void*, void*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:833
    #24 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe39efe119 in VclEventListeners::Call(VclSimpleEvent*) const 
/home/moggi/devel/libo7/vcl/source/app/vclevent.cxx:66
    #26 0x7ffe383cea54 in Window::CallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5245
    #27 0x7ffe38362b62 in Window::ImplCallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5230
    #28 0x7ffe385bf2db in Edit::ImplSetText(rtl::OUString const&, Selection const*) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:941
    #29 0x7ffe385df8b8 in Edit::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:2609

Indirect leak of 440 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f4945 in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:375
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3834f831 in Window::ImplCheckUIFont(Font const&) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:617
    #9 0x7ffe383504c3 in Window::ImplUpdateGlobalSettings(AllSettings&, bool) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:639
    #10 0x7ffe39e9b8f9 in Application::MergeSystemSettings(AllSettings&) 
/home/moggi/devel/libo7/vcl/source/app/svapp.cxx:489
    #11 0x7ffe3ea36005 in SvtTabAppearanceCfg::SetApplicationDefaults(Application*) 
/home/moggi/devel/libo7/svtools/source/config/apearcfg.cxx:221
    #12 0x7ffe47ad8242 in desktop::Desktop::Main() 
/home/moggi/devel/libo7/desktop/source/app/app.cxx:1604
    #13 0x7ffe39ed84f9 in ImplSVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:155
    #14 0x7ffe39ede99c in SVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:188
    #15 0x7ffe47cc2e6b in soffice_main /home/moggi/devel/libo7/desktop/source/app/sofficemain.cxx:85
    #16 0x4baaf1 in sal_main /home/moggi/devel/libo7/desktop/source/app/main.c:48
    #17 0x4ba92b in main /home/moggi/devel/libo7/desktop/source/app/main.c:47
    #18 0x7ffe46bb6a14 in __libc_start_main (/lib64/libc.so.6+0x21a14)

Indirect leak of 400 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe33801223 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #2 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #3 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #4 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #5 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #6 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #7 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #8 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #9 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #10 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #11 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #12 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #13 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #14 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #15 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #16 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #17 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #18 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #19 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #20 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #21 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #22 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #23 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #24 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #25 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #26 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #27 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #28 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #29 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 256 byte(s) in 8 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe164c15b0 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1708
    #2 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #3 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #4 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #5 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #6 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #7 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #8 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #9 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #10 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #11 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #12 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #13 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #14 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #15 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #16 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #17 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #18 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #19 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #20 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #21 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #22 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #23 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #24 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #25 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #26 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #27 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883
    #28 0x7ffe384acab0 in ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:2454
    #29 0x7ffe3a3e73e0 in SalFrame::CallCallback(unsigned short, void const*) const 
/home/moggi/devel/libo7/vcl/inc/salframe.hxx:243

Indirect leak of 236 byte(s) in 4 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffe482e9482 in rtl_uString_ImplAlloc(int) /home/moggi/devel/libo7/sal/rtl/strtmpl.cxx:996
    #4 0x7ffe48306b53 in rtl_string2UString_status(_rtl_uString**, char const*, int, unsigned 
short, unsigned int, unsigned int*) /home/moggi/devel/libo7/sal/rtl/ustring.cxx:667
    #5 0x7ffe4830d337 in rtl_convertStringToUString /home/moggi/devel/libo7/sal/rtl/ustring.cxx:1034
    #6 0x7ffe35ac5e98 in xmlreader::Span::convertFromUtf8() const 
/home/moggi/devel/libo7/xmlreader/source/span.cxx:38
    #7 0x7ffe1ae12637 in configmgr::(anonymous namespace)::parseValue(xmlreader::Span const&, 
rtl::OUString*) /home/moggi/devel/libo7/configmgr/source/valueparser.cxx:142
    #8 0x7ffe1ae0712d in com::sun::star::uno::Any configmgr::(anonymous 
namespace)::parseSingleValue<rtl::OUString>(xmlreader::Span const&) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:172
    #9 0x7ffe1ae03ee0 in configmgr::(anonymous namespace)::parseValue(rtl::OString const&, 
xmlreader::Span const&, configmgr::Type) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:231
    #10 0x7ffe1ae01b17 in configmgr::ValueParser::endElement() 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:359
    #11 0x7ffe1af1f5c4 in configmgr::XcuParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcuparser.cxx:191
    #12 0x7ffe1aebfb43 in configmgr::XcdParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcdparser.cxx:152
    #13 0x7ffe1ad81f7b in configmgr::ParseManager::parse(std::__debug::set<rtl::OUString, 
std::less<rtl::OUString>, std::allocator<rtl::OUString> > const*) 
/home/moggi/devel/libo7/configmgr/source/parsemanager.cxx:75
    #14 0x7ffe1ac3690b in configmgr::Components::parseXcdFiles(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:741
    #15 0x7ffe1ac2c381 in configmgr::Components::parseXcsXcuLayer(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:758
    #16 0x7ffe1ac29d8d in 
configmgr::Components::Components(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:507
    #17 0x7ffe1ac46472 in rtl::StaticWithArg<configmgr::Components, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, 
configmgr::theComponentsSingleton>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453
    #18 0x7ffe1ac19c4e in 
configmgr::Components::getSingleton(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:210
    #19 0x7ffe1ada24b8 in configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:107
    #20 0x7ffe1ada3e61 in non-virtual thunk to configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:110
    #21 0x7ffe44d32da8 in 
cppu::OSingleFactoryHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:207
    #22 0x7ffe44d39c91 in 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:434
    #23 0x7ffe44d3a271 in non-virtual thunk to 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:435
    #24 0x7ffe44f84d1e in 
cppuhelper::ServiceManager::Data::Implementation::createInstanceWithArguments(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, bool, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:739
    #25 0x7ffe44f944e1 in 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1059
    #26 0x7ffe44f94b02 in non-virtual thunk to 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1060
    #27 0x7ffe45f6f1d9 in 
com::sun::star::configuration::ReadOnlyAccess::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, rtl::OUString const&) 
/home/moggi/devel/libo7/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/configuration/ReadOnlyAccess.hpp:46
    #28 0x7ffe45f68c39 in 
comphelper::detail::ConfigurationWrapper::ConfigurationWrapper(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/comphelper/source/misc/configuration.cxx:120
    #29 0x7ffe45f669c5 in rtl::StaticWithArg<comphelper::detail::ConfigurationWrapper, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous 
namespace)::TheConfigurationWrapper>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453

Indirect leak of 224 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cad79a3 in __gnu_cxx::new_allocator<ImpRCStack>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3cad2c90 in std::__cxx1998::_Vector_base<ImpRCStack, std::allocator<ImpRCStack> 
::_M_allocate(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:169
    #3 0x7ffe3cad1b1f in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::_M_emplace_back_aux<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:402
    #4 0x7ffe3cad1228 in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:102
    #5 0x7ffe3cad0b16 in void std::__debug::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:404
    #6 0x7ffe3cacdfc2 in 
_ZNSt7__debug6vectorI10ImpRCStackSaIS1_EE9push_backIS1_EEN9__gnu_cxx11__enable_ifIXntsr3std10__are_sameIT_bEE7__valueEvE6__typeEOS1_
 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:397
    #7 0x7ffe3cab1bc5 in ResMgr::incStack() /home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:860
    #8 0x7ffe3caaa7f5 in ResMgr::GetResource(ResId const&, Resource const*) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1001
    #9 0x7ffe3ca8efaa in ResStringArray::ResStringArray(ResId const&) 
/home/moggi/devel/libo7/tools/source/rc/resary.cxx:28
    #10 0x7ffdf5f0dd2f in sca::pricing::ScaResStringArrLoader::ScaResStringArrLoader(unsigned 
short, unsigned short, ResMgr&) /home/moggi/devel/libo7/scaddins/source/pricing/pricing.hxx:179
    #11 0x7ffdf5ef3ec2 in sca::pricing::ScaFuncData::ScaFuncData(sca::pricing::ScaFuncDataBase 
const&, ResMgr&) /home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:113
    #12 0x7ffdf5ef5169 in sca::pricing::ScaFuncDataList::ScaFuncDataList(ResMgr&) 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:135
    #13 0x7ffdf5efacf0 in ScaPricingAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:271
    #14 0x7ffdf5efd829 in ScaPricingAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:341
    #15 0x7ffdf5efdbd1 in non-virtual thunk to 
ScaPricingAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:342
    #16 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #17 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #18 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #19 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #20 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #21 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #22 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #23 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #24 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #25 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #26 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #27 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #28 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #29 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295

Indirect leak of 224 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cad79a3 in __gnu_cxx::new_allocator<ImpRCStack>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3cad2c90 in std::__cxx1998::_Vector_base<ImpRCStack, std::allocator<ImpRCStack> 
::_M_allocate(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:169
    #3 0x7ffe3cad1b1f in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::_M_emplace_back_aux<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:402
    #4 0x7ffe3cad1228 in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:102
    #5 0x7ffe3cad0b16 in void std::__debug::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:404
    #6 0x7ffe3cacdfc2 in 
_ZNSt7__debug6vectorI10ImpRCStackSaIS1_EE9push_backIS1_EEN9__gnu_cxx11__enable_ifIXntsr3std10__are_sameIT_bEE7__valueEvE6__typeEOS1_
 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:397
    #7 0x7ffe3cab1bc5 in ResMgr::incStack() /home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:860
    #8 0x7ffe3caaa7f5 in ResMgr::GetResource(ResId const&, Resource const*) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1001
    #9 0x7ffe3ca8efaa in ResStringArray::ResStringArray(ResId const&) 
/home/moggi/devel/libo7/tools/source/rc/resary.cxx:28
    #10 0x7ffdf61e491f in ScaResStringArrLoader::ScaResStringArrLoader(unsigned short, unsigned 
short, ResMgr&) /home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.hxx:167
    #11 0x7ffdf61c8382 in ScaFuncData::ScaFuncData(ScaFuncDataBase const&, ResMgr&) 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:109
    #12 0x7ffdf61c9629 in ScaFuncDataList::ScaFuncDataList(ResMgr&) 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:132
    #13 0x7ffdf61cf290 in ScaDateAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:265
    #14 0x7ffdf61d1dc9 in ScaDateAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:335
    #15 0x7ffdf61d2171 in non-virtual thunk to ScaDateAddIn::setLocale(com::sun::star::lang::Locale 
const&) /home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:336
    #16 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #17 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #18 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #19 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #20 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #21 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #22 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #23 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #24 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #25 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #26 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #27 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #28 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #29 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295

Indirect leak of 224 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cad79a3 in __gnu_cxx::new_allocator<ImpRCStack>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3cad2c90 in std::__cxx1998::_Vector_base<ImpRCStack, std::allocator<ImpRCStack> 
::_M_allocate(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:169
    #3 0x7ffe3cad1b1f in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::_M_emplace_back_aux<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:402
    #4 0x7ffe3cad1228 in void std::__cxx1998::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:102
    #5 0x7ffe3cad0b16 in void std::__debug::vector<ImpRCStack, std::allocator<ImpRCStack> 
::emplace_back<ImpRCStack>(ImpRCStack&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:404
    #6 0x7ffe3cacdfc2 in 
_ZNSt7__debug6vectorI10ImpRCStackSaIS1_EE9push_backIS1_EEN9__gnu_cxx11__enable_ifIXntsr3std10__are_sameIT_bEE7__valueEvE6__typeEOS1_
 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:397
    #7 0x7ffe3cab1bc5 in ResMgr::incStack() /home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:860
    #8 0x7ffe3caaa7f5 in ResMgr::GetResource(ResId const&, Resource const*) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1001
    #9 0x7ffe3ca8efaa in ResStringArray::ResStringArray(ResId const&) 
/home/moggi/devel/libo7/tools/source/rc/resary.cxx:28
    #10 0x7ffdf671235f in AnalysisRscStrArrLoader::AnalysisRscStrArrLoader(unsigned short, unsigned 
short, ResMgr&) /home/moggi/devel/libo7/scaddins/source/analysis/analysishelper.cxx:1386
    #11 0x7ffdf66d40ac in FuncData::FuncData(FuncDataBase const&, ResMgr&) 
/home/moggi/devel/libo7/scaddins/source/analysis/analysishelper.cxx:1404
    #12 0x7ffdf66d5618 in FuncDataList::FuncDataList(ResMgr&) 
/home/moggi/devel/libo7/scaddins/source/analysis/analysishelper.cxx:1436
    #13 0x7ffdf65a5601 in AnalysisAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:130
    #14 0x7ffdf65ab009 in AnalysisAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:267
    #15 0x7ffdf65ab3b1 in non-virtual thunk to 
AnalysisAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:268
    #16 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #17 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #18 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #19 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #20 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #21 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #22 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #23 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #24 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #25 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #26 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #27 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #28 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #29 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295

Indirect leak of 220 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f4a1a in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:376
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3834f831 in Window::ImplCheckUIFont(Font const&) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:617
    #9 0x7ffe383504c3 in Window::ImplUpdateGlobalSettings(AllSettings&, bool) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:639
    #10 0x7ffe39e9b8f9 in Application::MergeSystemSettings(AllSettings&) 
/home/moggi/devel/libo7/vcl/source/app/svapp.cxx:489
    #11 0x7ffe3ea36005 in SvtTabAppearanceCfg::SetApplicationDefaults(Application*) 
/home/moggi/devel/libo7/svtools/source/config/apearcfg.cxx:221
    #12 0x7ffe47ad8242 in desktop::Desktop::Main() 
/home/moggi/devel/libo7/desktop/source/app/app.cxx:1604
    #13 0x7ffe39ed84f9 in ImplSVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:155
    #14 0x7ffe39ede99c in SVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:188
    #15 0x7ffe47cc2e6b in soffice_main /home/moggi/devel/libo7/desktop/source/app/sofficemain.cxx:85
    #16 0x4baaf1 in sal_main /home/moggi/devel/libo7/desktop/source/app/main.c:48
    #17 0x4ba92b in main /home/moggi/devel/libo7/desktop/source/app/main.c:47
    #18 0x7ffe46bb6a14 in __libc_start_main (/lib64/libc.so.6+0x21a14)

Indirect leak of 192 byte(s) in 8 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe4527edbf in 
com::sun::star::uno::WeakReferenceHelper::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
 const&) /home/moggi/devel/libo7/cppuhelper/source/weak.cxx:472
    #2 0x7ffe164d2eda in 
com::sun::star::uno::WeakReference<com::sun::star::frame::XDispatchProvider>::operator=(com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider>
 const&) /home/moggi/devel/libo7/include/cppuhelper/weakref.hxx:147
    #3 0x7ffe164c162c in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1709
    #4 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #5 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #6 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #7 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #8 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #9 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #10 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #11 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #12 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #13 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #14 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #15 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #16 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #17 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #18 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #19 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #20 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #21 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #22 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #23 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #24 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #25 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #26 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #27 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #28 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #29 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883

Indirect leak of 190 byte(s) in 8 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffe482e9482 in rtl_uString_ImplAlloc(int) /home/moggi/devel/libo7/sal/rtl/strtmpl.cxx:996
    #4 0x7ffe48306b53 in rtl_string2UString_status(_rtl_uString**, char const*, int, unsigned 
short, unsigned int, unsigned int*) /home/moggi/devel/libo7/sal/rtl/ustring.cxx:667
    #5 0x7ffe4830d337 in rtl_convertStringToUString /home/moggi/devel/libo7/sal/rtl/ustring.cxx:1034
    #6 0x7ffe35ac5e98 in xmlreader::Span::convertFromUtf8() const 
/home/moggi/devel/libo7/xmlreader/source/span.cxx:38
    #7 0x7ffe1ae12637 in configmgr::(anonymous namespace)::parseValue(xmlreader::Span const&, 
rtl::OUString*) /home/moggi/devel/libo7/configmgr/source/valueparser.cxx:142
    #8 0x7ffe1ae0712d in com::sun::star::uno::Any configmgr::(anonymous 
namespace)::parseSingleValue<rtl::OUString>(xmlreader::Span const&) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:172
    #9 0x7ffe1ae03ee0 in configmgr::(anonymous namespace)::parseValue(rtl::OString const&, 
xmlreader::Span const&, configmgr::Type) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:231
    #10 0x7ffe1ae01b17 in configmgr::ValueParser::endElement() 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:359
    #11 0x7ffe1af1f5c4 in configmgr::XcuParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcuparser.cxx:191
    #12 0x7ffe1aebfb43 in configmgr::XcdParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcdparser.cxx:152
    #13 0x7ffe1ad81f7b in configmgr::ParseManager::parse(std::__debug::set<rtl::OUString, 
std::less<rtl::OUString>, std::allocator<rtl::OUString> > const*) 
/home/moggi/devel/libo7/configmgr/source/parsemanager.cxx:75
    #14 0x7ffe1ac361f7 in configmgr::Components::parseXcdFiles(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:730
    #15 0x7ffe1ac2c381 in configmgr::Components::parseXcsXcuLayer(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:758
    #16 0x7ffe1ac29d8d in 
configmgr::Components::Components(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:507
    #17 0x7ffe1ac46472 in rtl::StaticWithArg<configmgr::Components, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, 
configmgr::theComponentsSingleton>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453
    #18 0x7ffe1ac19c4e in 
configmgr::Components::getSingleton(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:210
    #19 0x7ffe1ada24b8 in configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:107
    #20 0x7ffe1ada3e61 in non-virtual thunk to configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:110
    #21 0x7ffe44d32da8 in 
cppu::OSingleFactoryHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:207
    #22 0x7ffe44d39c91 in 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:434
    #23 0x7ffe44d3a271 in non-virtual thunk to 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:435
    #24 0x7ffe44f84d1e in 
cppuhelper::ServiceManager::Data::Implementation::createInstanceWithArguments(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, bool, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:739
    #25 0x7ffe44f944e1 in 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1059
    #26 0x7ffe44f94b02 in non-virtual thunk to 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1060
    #27 0x7ffe45f6f1d9 in 
com::sun::star::configuration::ReadOnlyAccess::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, rtl::OUString const&) 
/home/moggi/devel/libo7/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/configuration/ReadOnlyAccess.hpp:46
    #28 0x7ffe45f68c39 in 
comphelper::detail::ConfigurationWrapper::ConfigurationWrapper(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/comphelper/source/misc/configuration.cxx:120
    #29 0x7ffe45f669c5 in rtl::StaticWithArg<comphelper::detail::ConfigurationWrapper, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous 
namespace)::TheConfigurationWrapper>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453

Indirect leak of 168 byte(s) in 7 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe4527edbf in 
com::sun::star::uno::WeakReferenceHelper::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
 const&) /home/moggi/devel/libo7/cppuhelper/source/weak.cxx:472
    #2 0x7ffe164d2eda in 
com::sun::star::uno::WeakReference<com::sun::star::frame::XDispatchProvider>::operator=(com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider>
 const&) /home/moggi/devel/libo7/include/cppuhelper/weakref.hxx:147
    #3 0x7ffe164c162c in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1709
    #4 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #5 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #6 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #7 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #8 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #9 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #10 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #11 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #12 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #13 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #14 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #15 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #16 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #17 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #18 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #19 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #20 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #21 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #22 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #23 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #24 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #26 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #27 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #28 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #29 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 104 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe411e31b9 in SfxUndoManager::SfxUndoManager(unsigned long) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:341
    #2 0x7ffde4f51257 in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #3 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #4 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #5 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #6 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #7 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #8 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #9 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #10 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #11 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #12 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #13 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #14 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #15 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #16 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #17 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #18 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #19 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #20 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #21 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #22 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #23 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #24 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #25 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #26 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #27 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #28 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #29 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 96 byte(s) in 2 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe2ea3664a in FcLangSetCreate (/usr/lib64/libfontconfig.so.1+0x1564a)

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cab9c5f in ResMgr::CreateResMgr(char const*, LanguageTag) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1342
    #2 0x7ffdf65a524c in AnalysisAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:124
    #3 0x7ffdf65ab009 in AnalysisAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:267
    #4 0x7ffdf65ab3b1 in non-virtual thunk to AnalysisAddIn::setLocale(com::sun::star::lang::Locale 
const&) /home/moggi/devel/libo7/scaddins/source/analysis/analysis.cxx:268
    #5 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #6 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #7 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #8 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #9 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #10 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #11 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #12 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #13 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #14 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #15 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #16 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #17 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #18 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #19 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #20 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #21 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #22 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #23 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #24 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #26 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #27 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #28 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #29 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cab9c5f in ResMgr::CreateResMgr(char const*, LanguageTag) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1342
    #2 0x7ffdf5efa831 in ScaPricingAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:266
    #3 0x7ffdf5efd829 in ScaPricingAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:341
    #4 0x7ffdf5efdbd1 in non-virtual thunk to 
ScaPricingAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/pricing/pricing.cxx:342
    #5 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #6 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #7 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #8 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #9 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #10 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #11 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #12 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #13 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #14 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #15 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #16 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #17 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #18 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #19 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #20 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #21 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #22 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #23 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #24 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #26 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #27 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #28 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #29 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe3cab9c5f in ResMgr::CreateResMgr(char const*, LanguageTag) 
/home/moggi/devel/libo7/tools/source/rc/resmgr.cxx:1342
    #2 0x7ffdf61cedd1 in ScaDateAddIn::InitData() 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:260
    #3 0x7ffdf61d1dc9 in ScaDateAddIn::setLocale(com::sun::star::lang::Locale const&) 
/home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:335
    #4 0x7ffdf61d2171 in non-virtual thunk to ScaDateAddIn::setLocale(com::sun::star::lang::Locale 
const&) /home/moggi/devel/libo7/scaddins/source/datefunc/datefunc.cxx:336
    #5 0x7ffe0d65e9c5 in 
ScUnoAddInCollection::ReadFromAddIn(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> 
const&) /home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:763
    #6 0x7ffe0d65c661 in ScUnoAddInCollection::Initialize() 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:291
    #7 0x7ffe0d6759eb in ScUnoAddInCollection::FindFunction(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/addincol.cxx:1144
    #8 0x7ffe0da5a92d in ScCompiler::IsOpCode(rtl::OUString const&, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:2417
    #9 0x7ffe0da7792f in ScCompiler::NextNewToken(bool) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3508
    #10 0x7ffe0da7ca9c in ScCompiler::CompileString(rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/core/tool/compiler.cxx:3678
    #11 0x7ffe0e13100e in 
ScRefTokenHelper::compileRangeRepresentation(std::__debug::vector<boost::intrusive_ptr<ScToken>, 
std::allocator<boost::intrusive_ptr<ScToken> > >&, rtl::OUString const&, ScDocument*, unsigned 
short, formula::FormulaGrammar::Grammar, bool) 
/home/moggi/devel/libo7/sc/source/core/tool/reftokenhelper.cxx:58
    #12 0x7ffe105ac776 in 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1483
    #13 0x7ffe105bf393 in non-virtual thunk to 
ScChart2DataProvider::createDataSource(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
 const&) /home/moggi/devel/libo7/sc/source/ui/unoobj/chart2uno.cxx:1620
    #14 0x7ffde4ca1b41 in 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:877
    #15 0x7ffde4ca3651 in non-virtual thunk to 
chart::ChartModel::setArguments(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:902
    #16 0x7ffe0fc44b5f in (anonymous 
namespace)::lcl_ChartInit(com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> 
const&, ScViewData*, rtl::OUString const&) 
/home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:191
    #17 0x7ffe0fc4b4f2 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:626
    #18 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #19 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #20 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #21 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #22 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #23 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #24 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #26 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #27 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #28 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #29 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe4120856a in SfxUndoManager_Data::SfxUndoManager_Data(unsigned long) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:166
    #2 0x7ffe411e3208 in SfxUndoManager::SfxUndoManager(unsigned long) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:341
    #3 0x7ffde4f51257 in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #4 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #5 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #6 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #7 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #8 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #9 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #10 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #11 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #12 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #13 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #14 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #15 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #16 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #17 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #18 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #19 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #20 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #21 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #22 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #23 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #24 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #25 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #26 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #27 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #28 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #29 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe33832106 in 
__gnu_cxx::new_allocator<rtl::Reference<framework::UndoManagerRequest>*>::allocate(unsigned long, 
void const*) /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe33830e6c in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > >::_M_allocate_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:545
    #3 0x7ffe33850488 in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > >::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:590
    #4 0x7ffe33852c33 in std::__cxx1998::_Deque_base<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::_Deque_base(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&, unsigned 
long) /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #5 0x7ffe33852984 in std::__cxx1998::deque<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::deque(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #6 0x7ffe3384e63e in std::__debug::deque<rtl::Reference<framework::UndoManagerRequest>, 
std::allocator<rtl::Reference<framework::UndoManagerRequest> > 
::deque(std::allocator<rtl::Reference<framework::UndoManagerRequest> > const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #7 0x7ffe33814641 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #8 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #9 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #10 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #11 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #12 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #13 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #14 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #15 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #16 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #17 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #18 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #19 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #20 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #21 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #22 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #23 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #24 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #25 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #26 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #27 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #28 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #29 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe338267f6 in __gnu_cxx::new_allocator<bool*>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3382555c in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_allocate_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:545
    #3 0x7ffe33854c68 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:590
    #4 0x7ffe33856f23 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_Deque_base(std::allocator<bool> const&, unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #5 0x7ffe33856c74 in std::__cxx1998::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #6 0x7ffe3384de0e in std::__debug::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #7 0x7ffe338145cc in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #8 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #9 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #10 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #11 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #12 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #13 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #14 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #15 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #16 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #17 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #18 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #19 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #20 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #21 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #22 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #23 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #24 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #25 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #26 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #27 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #28 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #29 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe338267f6 in __gnu_cxx::new_allocator<bool*>::allocate(unsigned long, void const*) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe3382555c in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_allocate_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:545
    #3 0x7ffe33854c68 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_M_initialize_map(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:590
    #4 0x7ffe33856f23 in std::__cxx1998::_Deque_base<bool, std::allocator<bool> 
::_Deque_base(std::allocator<bool> const&, unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:462
    #5 0x7ffe33856c74 in std::__cxx1998::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_deque.h:789
    #6 0x7ffe3384de0e in std::__debug::deque<bool, std::allocator<bool> 
::deque(std::allocator<bool> const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/deque:74
    #7 0x7ffe33814557 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #8 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #9 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #10 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #11 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #12 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #13 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #14 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #15 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #16 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #17 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #18 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #19 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #20 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #21 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #22 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #23 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #24 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #25 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #26 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #27 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #28 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #29 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffde4f440b3 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #2 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #3 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #4 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #5 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #6 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #7 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #8 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #9 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #10 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #11 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #12 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #13 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #14 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #15 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #16 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #17 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #18 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #19 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #20 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #21 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #22 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #23 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #24 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #25 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #26 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #27 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #28 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #29 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe37f9da06 in __gnu_cxx::new_allocator<MenuItemData*>::allocate(unsigned long, void 
const*) /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe37f99810 in std::__cxx1998::_Vector_base<MenuItemData*, std::allocator<MenuItemData*> 
::_M_allocate(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:169
    #3 0x7ffe37f986df in void std::__cxx1998::vector<MenuItemData*, std::allocator<MenuItemData*> 
::_M_emplace_back_aux<MenuItemData* const&>(MenuItemData* const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:402
    #4 0x7ffe37f97f48 in std::__cxx1998::vector<MenuItemData*, std::allocator<MenuItemData*> 
::push_back(MenuItemData* const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:891
    #5 0x7ffe37f4461e in std::__debug::vector<MenuItemData*, std::allocator<MenuItemData*> 
::push_back(MenuItemData* const&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:386
    #6 0x7ffe37eb1893 in MenuItemList::Insert(unsigned short, MenuItemType, unsigned short, 
rtl::OUString const&, Image const&, Menu*, unsigned long, rtl::OString const&) 
/home/moggi/devel/libo7/vcl/source/window/menu.cxx:285
    #7 0x7ffe37ec671e in Menu::InsertItem(unsigned short, rtl::OUString const&, unsigned short, 
rtl::OString const&, unsigned short) /home/moggi/devel/libo7/vcl/source/window/menu.cxx:1226
    #8 0x7ffe164c09f1 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1679
    #9 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #10 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #11 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #12 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #13 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #14 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #15 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #16 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #17 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #18 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #19 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #20 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #21 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #22 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #23 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #24 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #25 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #26 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #27 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #28 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #29 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe37eba4e3 in Menu::ImplInit() /home/moggi/devel/libo7/vcl/source/window/menu.cxx:974
    #2 0x7ffe37ebaf63 in Menu::Menu(bool) /home/moggi/devel/libo7/vcl/source/window/menu.cxx:917
    #3 0x7ffe37efc6ca in MenuBar::MenuBar() /home/moggi/devel/libo7/vcl/source/window/menu.cxx:3237
    #4 0x7ffe15c46b2f in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1151
    #5 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #6 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #7 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #8 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #9 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #10 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #11 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #12 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #13 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #14 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #15 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #16 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #17 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #18 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #19 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #20 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #21 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #22 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #23 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #24 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #25 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56
    #26 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #27 0x7ffe384bba03 in ImplHandleUserEvent(ImplSVEvent*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:1883
    #28 0x7ffe384acab0 in ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) 
/home/moggi/devel/libo7/vcl/source/window/winproc.cxx:2454
    #29 0x7ffe3a3e73e0 in SalFrame::CallCallback(unsigned short, void const*) const 
/home/moggi/devel/libo7/vcl/inc/salframe.hxx:243

Indirect leak of 42 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe481a8f98 in rtl_allocateMemory_SYSTEM(unsigned long) 
/home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:270
    #2 0x7ffe481a970d in rtl_allocateMemory /home/moggi/devel/libo7/sal/rtl/alloc_global.cxx:308
    #3 0x7ffe482e9482 in rtl_uString_ImplAlloc(int) /home/moggi/devel/libo7/sal/rtl/strtmpl.cxx:996
    #4 0x7ffe48306b53 in rtl_string2UString_status(_rtl_uString**, char const*, int, unsigned 
short, unsigned int, unsigned int*) /home/moggi/devel/libo7/sal/rtl/ustring.cxx:667
    #5 0x7ffe4830d337 in rtl_convertStringToUString /home/moggi/devel/libo7/sal/rtl/ustring.cxx:1034
    #6 0x7ffe35ac5e98 in xmlreader::Span::convertFromUtf8() const 
/home/moggi/devel/libo7/xmlreader/source/span.cxx:38
    #7 0x7ffe1ae12637 in configmgr::(anonymous namespace)::parseValue(xmlreader::Span const&, 
rtl::OUString*) /home/moggi/devel/libo7/configmgr/source/valueparser.cxx:142
    #8 0x7ffe1ae0712d in com::sun::star::uno::Any configmgr::(anonymous 
namespace)::parseSingleValue<rtl::OUString>(xmlreader::Span const&) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:172
    #9 0x7ffe1ae03ee0 in configmgr::(anonymous namespace)::parseValue(rtl::OString const&, 
xmlreader::Span const&, configmgr::Type) 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:231
    #10 0x7ffe1ae01b17 in configmgr::ValueParser::endElement() 
/home/moggi/devel/libo7/configmgr/source/valueparser.cxx:359
    #11 0x7ffe1af1f5c4 in configmgr::XcuParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcuparser.cxx:191
    #12 0x7ffe1aebfb43 in configmgr::XcdParser::endElement(xmlreader::XmlReader const&) 
/home/moggi/devel/libo7/configmgr/source/xcdparser.cxx:152
    #13 0x7ffe1ad81f7b in configmgr::ParseManager::parse(std::__debug::set<rtl::OUString, 
std::less<rtl::OUString>, std::allocator<rtl::OUString> > const*) 
/home/moggi/devel/libo7/configmgr/source/parsemanager.cxx:75
    #14 0x7ffe1ac361f7 in configmgr::Components::parseXcdFiles(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:730
    #15 0x7ffe1ac2e583 in configmgr::Components::parseResLayer(int, rtl::OUString const&) 
/home/moggi/devel/libo7/configmgr/source/components.cxx:803
    #16 0x7ffe1ac2ae78 in 
configmgr::Components::Components(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:535
    #17 0x7ffe1ac46472 in rtl::StaticWithArg<configmgr::Components, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, 
configmgr::theComponentsSingleton>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453
    #18 0x7ffe1ac19c4e in 
configmgr::Components::getSingleton(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/configmgr/source/components.cxx:210
    #19 0x7ffe1ada24b8 in configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:107
    #20 0x7ffe1ada3e61 in non-virtual thunk to configmgr::read_only_access::(anonymous 
namespace)::Service::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/configmgr/source/readonlyaccess.cxx:110
    #21 0x7ffe44d32da8 in 
cppu::OSingleFactoryHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:207
    #22 0x7ffe44d39c91 in 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:434
    #23 0x7ffe44d3a271 in non-virtual thunk to 
cppu::OFactoryComponentHelper::createInstanceWithArgumentsAndContext(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/factory.cxx:435
    #24 0x7ffe44f84d1e in 
cppuhelper::ServiceManager::Data::Implementation::createInstanceWithArguments(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, bool, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:739
    #25 0x7ffe44f944e1 in 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1059
    #26 0x7ffe44f94b02 in non-virtual thunk to 
cppuhelper::ServiceManager::createInstanceWithArgumentsAndContext(rtl::OUString const&, 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) 
/home/moggi/devel/libo7/cppuhelper/source/servicemanager.cxx:1060
    #27 0x7ffe45f6f1d9 in 
com::sun::star::configuration::ReadOnlyAccess::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&, rtl::OUString const&) 
/home/moggi/devel/libo7/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/configuration/ReadOnlyAccess.hpp:46
    #28 0x7ffe45f68c39 in 
comphelper::detail::ConfigurationWrapper::ConfigurationWrapper(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/comphelper/source/misc/configuration.cxx:120
    #29 0x7ffe45f669c5 in rtl::StaticWithArg<comphelper::detail::ConfigurationWrapper, 
com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous 
namespace)::TheConfigurationWrapper>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
 const&) /home/moggi/devel/libo7/include/rtl/instance.hxx:453

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe480f8fef in osl_createMutex /home/moggi/devel/libo7/sal/osl/unx/mutex.c:44
    #2 0x7ffe3364895d in osl::Mutex::Mutex() /home/moggi/devel/libo7/include/osl/mutex.hxx:41
    #3 0x7ffe33814277 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #4 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #5 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #6 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #7 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #8 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #9 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #10 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #11 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #12 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #13 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #14 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #15 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #16 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #17 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #18 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #19 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #20 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #21 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #22 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #23 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #24 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #25 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #26 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #27 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #28 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #29 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe480f8fef in osl_createMutex /home/moggi/devel/libo7/sal/osl/unx/mutex.c:44
    #2 0x7ffe3364895d in osl::Mutex::Mutex() /home/moggi/devel/libo7/include/osl/mutex.hxx:41
    #3 0x7ffe33814256 in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:222
    #4 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #5 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #6 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #7 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #8 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #9 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #10 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #11 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #12 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #13 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #14 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #15 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #16 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #17 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #18 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #19 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #20 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #21 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #22 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #23 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #24 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #25 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #26 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #27 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #28 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #29 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49df9b in __interceptor_malloc 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:75
    #1 0x7ffe480f8fef in osl_createMutex /home/moggi/devel/libo7/sal/osl/unx/mutex.c:44
    #2 0x7ffe40943c2d in osl::Mutex::Mutex() /home/moggi/devel/libo7/include/osl/mutex.hxx:41
    #3 0x7ffe4120854a in SfxUndoManager_Data::SfxUndoManager_Data(unsigned long) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:166
    #4 0x7ffe411e3208 in SfxUndoManager::SfxUndoManager(unsigned long) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:341
    #5 0x7ffde4f51257 in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #6 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #7 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #8 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #9 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #10 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #11 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #12 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #13 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #14 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #15 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #16 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #17 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #18 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #19 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #20 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #21 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #22 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #23 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #24 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #25 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #26 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #27 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #28 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #29 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffde4c9a2c8 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #2 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #3 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #4 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #5 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #6 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #7 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #8 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #9 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #10 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #11 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #12 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #13 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #14 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #15 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #16 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #17 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #18 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #19 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #20 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #21 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #22 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #23 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #24 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #25 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #26 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #27 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #28 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #29 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52

Indirect leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe4527edbf in 
com::sun::star::uno::WeakReferenceHelper::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
 const&) /home/moggi/devel/libo7/cppuhelper/source/weak.cxx:472
    #2 0x7ffe164d2eda in 
com::sun::star::uno::WeakReference<com::sun::star::frame::XDispatchProvider>::operator=(com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider>
 const&) /home/moggi/devel/libo7/include/cppuhelper/weakref.hxx:147
    #3 0x7ffe164c162c in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1709
    #4 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #5 0x7ffe164c1b07 in framework::MenuBarManager::FillMenu(unsigned short&, Menu*, rtl::OUString 
const&, com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1718
    #6 0x7ffe164be06e in framework::MenuBarManager::FillMenuWithConfiguration(unsigned short&, 
Menu*, rtl::OUString const&, 
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, 
com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&) 
/home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1600
    #7 0x7ffe164b568d in 
framework::MenuBarManager::SetItemContainer(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/uielement/menubarmanager.cxx:1837
    #8 0x7ffe15c46d2d in 
framework::LayoutManager::implts_setInplaceMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1153
    #9 0x7ffe15c4965a in 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1216
    #10 0x7ffe15c49c81 in non-virtual thunk to 
framework::LayoutManager::setMergedMenuBar(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>
 const&) /home/moggi/devel/libo7/framework/source/layoutmanager/layoutmanager.cxx:1221
    #11 0x7ffdf997d606 in 
DocumentHolder::MergeMenus_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager>
 const&, com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString 
const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:671
    #12 0x7ffdf997ec39 in 
DocumentHolder::ShowUI(com::sun::star::uno::Reference<com::sun::star::frame::XLayoutManager> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, 
rtl::OUString const&) /home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:710
    #13 0x7ffdf984d851 in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:329
    #14 0x7ffdf9852214 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:472
    #15 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #16 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #17 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168
    #18 0x7ffe0fc4c291 in FuInsertChart::FuInsertChart(ScTabViewShell*, Window*, ScDrawView*, 
SdrModel*, SfxRequest&) /home/moggi/devel/libo7/sc/source/ui/drawfunc/fuins2.cxx:667
    #19 0x7ffe11583325 in ScTabViewShell::ExecDrawIns(SfxRequest&) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:295
    #20 0x7ffe1150f96a in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) 
/home/moggi/devel/libo7/workdir/SdiTarget/sc/sdi/scslots.hxx:1490
    #21 0x7ffe420b4e3f in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) 
/home/moggi/devel/libo7/include/sfx2/shell.hxx:181
    #22 0x7ffe438e5135 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:283
    #23 0x7ffe438fb34a in SfxDispatcher::PostMsgHandler(SfxRequest*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1258
    #24 0x7ffe438e755d in SfxDispatcher::LinkStubPostMsgHandler(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/control/dispatch.cxx:1229
    #25 0x7ffe41a28166 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #26 0x7ffe43216330 in GenLink::Call(void*) 
/home/moggi/devel/libo7/include/sfx2/genlink.hxx:45:47
    #27 0x7ffe43215954 in SfxHintPoster::Event(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:62
    #28 0x7ffe43216074 in SfxHintPoster::DoEvent_Impl(SfxHint*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:52
    #29 0x7ffe4321574d in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) 
/home/moggi/devel/libo7/sfx2/source/notify/hintpost.cxx:56

Indirect leak of 8 byte(s) in 1 object(s) allocated from:
    #0 0x49eb0b in operator new(unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62
    #1 0x7ffe4122d8f6 in __gnu_cxx::new_allocator<SfxUndoListener*>::allocate(unsigned long, void 
const*) /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/new_allocator.h:94
    #2 0x7ffe41229860 in std::__cxx1998::_Vector_base<SfxUndoListener*, 
std::allocator<SfxUndoListener*> >::_M_allocate(unsigned long) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/stl_vector.h:169
    #3 0x7ffe4122872f in void std::__cxx1998::vector<SfxUndoListener*, 
std::allocator<SfxUndoListener*> >::_M_emplace_back_aux<SfxUndoListener*>(SfxUndoListener*&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:402
    #4 0x7ffe41227e38 in void std::__cxx1998::vector<SfxUndoListener*, 
std::allocator<SfxUndoListener*> >::emplace_back<SfxUndoListener*>(SfxUndoListener*&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/bits/vector.tcc:102
    #5 0x7ffe41227546 in void std::__debug::vector<SfxUndoListener*, 
std::allocator<SfxUndoListener*> >::emplace_back<SfxUndoListener*>(SfxUndoListener*&&) 
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:404
    #6 0x7ffe4120e002 in 
_ZNSt7__debug6vectorIP15SfxUndoListenerSaIS2_EE9push_backIS2_EEN9__gnu_cxx11__enable_ifIXntsr3std10__are_sameIT_bEE7__valueEvE6__typeEOS2_
 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/debug/vector:397
    #7 0x7ffe411f71b9 in SfxUndoManager::AddUndoListener(SfxUndoListener&) 
/home/moggi/devel/libo7/svl/source/undo/undo.cxx:914
    #8 0x7ffe3381471d in 
framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:223
    #9 0x7ffe33801262 in 
framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) 
/home/moggi/devel/libo7/framework/source/fwe/helper/undomanagerhelper.cxx:880
    #10 0x7ffde4f5127d in chart::impl::UndoManager_Impl::UndoManager_Impl(chart::UndoManager&, 
cppu::OWeakObject&, osl::Mutex&) /home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:70
    #11 0x7ffde4f44142 in chart::UndoManager::UndoManager(cppu::OWeakObject&, osl::Mutex&) 
/home/moggi/devel/libo7/chart2/source/model/main/UndoManager.cxx:187
    #12 0x7ffde4c9a309 in chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:703
    #13 0x7ffde4c9a8ef in non-virtual thunk to chart::ChartModel::getUndoManager() 
/home/moggi/devel/libo7/chart2/source/model/main/ChartModel.cxx:705
    #14 0x7ffde364da01 in 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:582
    #15 0x7ffde3656e51 in non-virtual thunk to 
chart::ChartController::attachModel(com::sun::star::uno::Reference<com::sun::star::frame::XModel> 
const&) /home/moggi/devel/libo7/chart2/source/controller/main/ChartController.cxx:587
    #16 0x7ffde3799d62 in 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:127
    #17 0x7ffde379b9ce in non-virtual thunk to 
chart::ChartFrameLoader::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) 
/home/moggi/devel/libo7/chart2/source/controller/main/ChartFrameloader.cxx:177
    #18 0x7ffe15df1178 in framework::LoadEnv::impl_loadContent() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:1124
    #19 0x7ffe15de0a7d in framework::LoadEnv::startLoading() 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:385
    #20 0x7ffe15ddb8fc in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader>
 const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, 
rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/loadenv/loadenv.cxx:164
    #21 0x7ffe15fc0320 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> 
const&) /home/moggi/devel/libo7/framework/source/services/frame.cxx:615
    #22 0x7ffe15ff3b58 in non-virtual thunk to (anonymous 
namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) 
/home/moggi/devel/libo7/framework/source/services/frame.cxx:616
    #23 0x7ffdf997604c in DocumentHolder::LoadDocToFrame(bool) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:985
    #24 0x7ffdf99743b8 in 
DocumentHolder::ShowInplace(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> 
const&, com::sun::star::awt::Rectangle const&, 
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&) 
/home/moggi/devel/libo7/embeddedobj/source/general/docholder.cxx:493
    #25 0x7ffdf984bb4d in OCommonEmbeddedObject::SwitchStateTo_Impl(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:255
    #26 0x7ffdf9851d49 in OCommonEmbeddedObject::changeState(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:470
    #27 0x7ffdf9854de1 in OCommonEmbeddedObject::doVerb(int) 
/home/moggi/devel/libo7/embeddedobj/source/commonembedding/embedobj.cxx:568
    #28 0x7ffe43728d56 in SfxInPlaceClient::DoVerb(long) 
/home/moggi/devel/libo7/sfx2/source/view/ipclient.cxx:937
    #29 0x7ffe115801a6 in ScTabViewShell::ActivateObject(SdrOle2Obj*, long) 
/home/moggi/devel/libo7/sc/source/ui/view/tabvwshb.cxx:168

Indirect leak of 2 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f9e73 in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:556
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3834f831 in Window::ImplCheckUIFont(Font const&) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:617
    #9 0x7ffe383504c3 in Window::ImplUpdateGlobalSettings(AllSettings&, bool) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:639
    #10 0x7ffe39e9b8f9 in Application::MergeSystemSettings(AllSettings&) 
/home/moggi/devel/libo7/vcl/source/app/svapp.cxx:489
    #11 0x7ffe3ea36005 in SvtTabAppearanceCfg::SetApplicationDefaults(Application*) 
/home/moggi/devel/libo7/svtools/source/config/apearcfg.cxx:221
    #12 0x7ffe47ad8242 in desktop::Desktop::Main() 
/home/moggi/devel/libo7/desktop/source/app/app.cxx:1604
    #13 0x7ffe39ed84f9 in ImplSVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:155
    #14 0x7ffe39ede99c in SVMain() /home/moggi/devel/libo7/vcl/source/app/svmain.cxx:188
    #15 0x7ffe47cc2e6b in soffice_main /home/moggi/devel/libo7/desktop/source/app/sofficemain.cxx:85
    #16 0x4baaf1 in sal_main /home/moggi/devel/libo7/desktop/source/app/main.c:48
    #17 0x4ba92b in main /home/moggi/devel/libo7/desktop/source/app/main.c:47
    #18 0x7ffe46bb6a14 in __libc_start_main (/lib64/libc.so.6+0x21a14)

Indirect leak of 2 byte(s) in 1 object(s) allocated from:
    #0 0x49ec5b in operator new[](unsigned long) 
/home/moggi/devel/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
    #1 0x7ffe391f9e73 in ParseCMAP(unsigned char const*, int, CmapResult&) 
/home/moggi/devel/libo7/vcl/source/gdi/impfont.cxx:556
    #2 0x7ffe3a664425 in FtFontInfo::GetFontCodeRanges(CmapResult&) const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1311
    #3 0x7ffe3a663a15 in FtFontInfo::GetImplFontCharMap() 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1291
    #4 0x7ffe3a663693 in ServerFont::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/generic/glyphs/gcach_ftyp.cxx:1279
    #5 0x7ffe1f5d1555 in X11SalGraphics::GetImplFontCharMap() const 
/home/moggi/devel/libo7/vcl/unx/generic/gdi/salgdi3.cxx:439
    #6 0x7ffe38b739bb in OutputDevice::GetFontCharMap(FontCharMap&) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:252
    #7 0x7ffe38b9a64c in OutputDevice::HasGlyphs(Font const&, rtl::OUString const&, int, int) const 
/home/moggi/devel/libo7/vcl/source/outdev/font.cxx:2198
    #8 0x7ffe3fa31758 in canRenderNameOfSelectedFont(OutputDevice&) 
/home/moggi/devel/libo7/svtools/source/misc/sampletext.cxx:47
    #9 0x7ffe3f0ebf8b in FontNameBox::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1264
    #10 0x7ffe05220902 in SvxFontNameBox_Impl::UserDraw(UserDrawEvent const&) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:988
    #11 0x7ffe3857059f in ComboBox::ImplUserDrawHdl(UserDrawEvent*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1226
    #12 0x7ffe3855460d in ComboBox::LinkStubImplUserDrawHdl(void*, void*) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:1224
    #13 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #14 0x7ffe386ed448 in ImplListBoxWindow::ImplPaint(int, bool, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:1742
    #15 0x7ffe386eb637 in ImplListBoxWindow::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:994
    #16 0x7ffe38705581 in ImplListBox::SelectEntry(int, bool) 
/home/moggi/devel/libo7/vcl/source/control/ilstbox.cxx:2216
    #17 0x7ffe38556108 in ComboBox::ImplUpdateFloatSelection() 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:833
    #18 0x7ffe385662ea in ComboBox::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/combobox.cxx:785
    #19 0x7ffe3f0ea914 in FontNameBox::Fill(FontList const*) 
/home/moggi/devel/libo7/svtools/source/control/ctrlbox.cxx:1174
    #20 0x7ffe0526c9d5 in SvxFontNameBox_Impl::Fill(FontList const*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:221
    #21 0x7ffe0521d27c in lcl_GetDocFontList(FontList const**, SvxFontNameBox_Impl*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:786
    #22 0x7ffe0521d84b in SvxFontNameBox_Impl::CheckAndMarkUnknownFont(VclWindowEvent*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:838
    #23 0x7ffe0521b46d in SvxFontNameBox_Impl::LinkStubCheckAndMarkUnknownFont(void*, void*) 
/home/moggi/devel/libo7/svx/source/tbxctrls/tbcontrl.cxx:833
    #24 0x7ffe37954da6 in Link::Call(void*) const /home/moggi/devel/libo7/include/tools/link.hxx:123
    #25 0x7ffe39efe119 in VclEventListeners::Call(VclSimpleEvent*) const 
/home/moggi/devel/libo7/vcl/source/app/vclevent.cxx:66
    #26 0x7ffe383cea54 in Window::CallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5245
    #27 0x7ffe38362b62 in Window::ImplCallEventListeners(unsigned long, void*) 
/home/moggi/devel/libo7/vcl/source/window/window.cxx:5230
    #28 0x7ffe385bf2db in Edit::ImplSetText(rtl::OUString const&, Selection const*) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:941
    #29 0x7ffe385df8b8 in Edit::SetText(rtl::OUString const&) 
/home/moggi/devel/libo7/vcl/source/control/edit.cxx:2609

-----------------------------------------------------
Suppressions used:
  count      bytes template
    139      12222 cppu/source/typelib/typelib.cxx
  13170     879757 cppu::defaultBootstrap_InitialComponentContext
      4       4161 SfxFilterContainer::ReadSingleFilter_Impl
-----------------------------------------------------

SUMMARY: AddressSanitizer: 37732 byte(s) leaked in 389 allocation(s).

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.