. ./ooenv
gdb ./soffice.bin
break tools/source/rc/resmgr.cxx:773
run --calc
and get the backtrace of that warning. That'll help indicate what's going on.
These are indeed the .res file parser and so its fairly "mundane" code. e.g.
missing resources of double freeresource of some such
I have 2 backtraces:
Breakpoint 1, ResMgr::RscError_Impl (pMessage=0xb61b16e5 "Cannot load resource! ", pResMgr=
0x8fa7378, nRT=377, nId=3001,
rResStack=std::__debug::vector of length 2, capacity 2 = {...}, nDepth=0)
at /home/w.donkers/git/libo/tools/source/rc/resmgr.cxx:773
773 OSL_FAIL(aStr.getStr());
and
Breakpoint 1, ResMgr::RscError_Impl (pMessage=0xb61b16e5 "Cannot load resource! ", pResMgr=
0x8aeb968, nRT=273, nId=6, rResStack=std::__debug::vector of length 4, capacity 4 = {...},
nDepth=0) at /home/w.donkers/git/libo/tools/source/rc/resmgr.cxx:773
773 OSL_FAIL(aStr.getStr());
The difference is that I did a rebuild with enable-debug (but without make clean).
I'm doing a make clean and rebuild in the hope to get more info, but that will take many hours as
the test machine here is slow.
Winfried
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.