Debug build breaks in unit test

Oliver Brinzing Oliver.Brinzing at gmx.de
Thu Aug 13 10:18:56 PDT 2015


Hi Regina,

> warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 12
> warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 2
> warn:xmloff:1112:364:xmloff/source/style/impastpl.cxx:432: Adding duplicate family graphic with
> mismatching mapper ! class SvXMLExportPropertyMapper * class XMLShapeExportPropertyMapper
> warn:xmloff:1112:364:xmloff/source/style/impastpl.cxx:432: Adding duplicate family presentation with
> mismatching mapper ! class SvXMLExportPropertyMapper * class XMLShapeExportPropertyMapper
> warn:legacy.osl:1112:364:xmloff/source/draw/shapeexport.cxx:756: XMLShapeExport::exportShape(),
> exception caught!
> warn:legacy.tools:1112:364:vcl/source/gdi/bmpacc.cxx:53: Forbidden Access to empty bitmap!
> warn:legacy.tools:1112:364:vcl/source/window/window.cxx:893: Window::Window(): pParent == NULL
> warn:vcl.opengl:1112:364:vcl/source/opengl/OpenGLContext.cxx:1279: OpenGLContext::makeCurrent():
> wglMakeCurrent failed: 0
> warn:legacy.osl:1112:364:sax/source/expatwrap/saxwriter.cxx:122: cached Sequence not written
> warn:tools.debug:1112:364:tools/source/debug/debug.cxx:297: no DbgTestSolarMutex function set
> warn:fwk:1112:364:framework/source/services/desktop.cxx:1017: Desktop disposed before terminating it

i was able to build lo 5.0.1.1 without any breaks - my sd_export_tests.test looks like:

[...]
warn:editeng.uno:8376:4896:editeng/source/uno/unofield.cxx:369: Id service unknown: 12
warn:editeng.uno:8376:4896:editeng/source/uno/unofield.cxx:369: Id service unknown: 2
warn:xmloff:8376:4896:xmloff/source/style/impastpl.cxx:432: Adding duplicate family graphic with 
mismatching mapper ! class XMLShapeExportPropertyMapper class XMLShapeExportPropertyMapper
warn:xmloff:8376:4896:xmloff/source/style/impastpl.cxx:432: Adding duplicate family presentation 
with mismatching mapper ! class XMLShapeExportPropertyMapper class XMLShapeExportPropertyMapper
warn:legacy.osl:8376:4896:xmloff/source/draw/shapeexport.cxx:756: XMLShapeExport::exportShape(), 
exception caught!
warn:legacy.tools:8376:4896:vcl/source/gdi/bmpacc.cxx:53: Forbidden Access to empty bitmap!
warn:legacy.tools:8376:4896:vcl/source/window/window.cxx:891: Window::Window(): pParent == NULL
warn:legacy.osl:8376:4896:xmloff/source/draw/shapeexport.cxx:756: XMLShapeExport::exportShape(), 
exception caught!
warn:xmloff:8376:4896:xmloff/source/style/impastpl.cxx:432: Adding duplicate family graphic with 
mismatching mapper ! class XMLShapeExportPropertyMapper class XMLShapeExportPropertyMapper
warn:xmloff:8376:4896:xmloff/source/style/impastpl.cxx:432: Adding duplicate family presentation 
with mismatching mapper ! class XMLShapeExportPropertyMapper class XMLShapeExportPropertyMapper
warn:unotools.misc:8376:4896:unotools/source/misc/mediadescriptor.cxx:738: caught Exception "an 
error occurred during file opening" while opening 
<file:///D:/sources/core/workdir/unittest/user/config/standard.sob>
warn:unotools.misc:8376:4896:unotools/source/misc/mediadescriptor.cxx:738: caught Exception "an 
error occurred during file opening" while opening 
<file:///D:/sources/core/workdir/unittest/user/config/standard.soc>
warn:unotools.misc:8376:4896:unotools/source/misc/mediadescriptor.cxx:738: caught Exception "an 
error occurred during file opening" while opening 
<file:///D:/sources/core/workdir/unittest/user/config/standard.sod>

do you have a problem with OpenGL ?

 > warn:vcl.opengl:1112:364:vcl/source/opengl/OpenGLContext.cxx:1279: OpenGLContext::makeCurrent():
 > wglMakeCurrent failed: 0


my config:

/cygdrive/d/sources/core/autogen.sh \
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
--with-vendor="LO 5.X Debug Build" \
--with-external-tar=/cygdrive/d/sources/lo-externalsrc \
--with-junit=/cygdrive/d/sources/junit-4.10.jar \
--with-ant-home=/cygdrive/d/sources/apache-ant-1.9.5 \
--disable-ccache \
--enable-pch \
--without-fonts \
--with-lang="de" \
--with-package-format="installed msi" \
--enable-dbgutil \
--enable-debug \
--enable-crashdump \
--disable-odk \
--disable-online-update \
--with-help \
--with-myspell-dicts \
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver

mv autogen.lastrun autogen.input

/opt/lo/bin/make gb_COLOR=1 gb_TITLES=1


Oliver



More information about the LibreOffice mailing list