additional calc functions produce warnings
Winfried Donkers
W.Donkers at dci-electronics.nl
Mon Dec 17 02:38:55 PST 2012
> . ./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
More information about the LibreOffice
mailing list