Bug 103688 - Failed assertion in ooxmlexport8 (macOS only?)
Summary: Failed assertion in ooxmlexport8 (macOS only?)
Status: CLOSED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha1+
Hardware: x86-64 (AMD64) macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-03 21:20 UTC by Julien Nabet
Modified: 2020-12-15 07:05 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2016-11-03 21:20:46 UTC
Description:
On Mac OS 10.12.1 with master sources updated today + enable-dbgutil
I got this:
warn:sfx.sidebar:40877:1:sfx2/source/sidebar/SidebarController.cxx:856: Cannot create panel private:resource/toolpanel/SvxPanelFactory/ParaPropertyPanel: file:///Users/XXX/lo/lode/dev/core/workdir/unittest/user/config/soffice.cfg/svx/ui/sidebarparagraph.ui
tdf99140.docx:
971
testTdf99140::Import_Export_Import finished in: 1021ms
/Users/XXX/lo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx:1278: Assertion
Test name: testMceNested::Import
assertion failed
- Expression: 6985 <= getProperty<sal_Int32>(xShape, "VertOrientPosition")

/Users/XXX/lo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx:1278: Assertion
Test name: testMceNested::Import_Export_Import
assertion failed
- Expression: 6985 <= getProperty<sal_Int32>(xShape, "VertOrientPosition")

Failures !!!


Steps to Reproduce:
Just build sources with MacOs by using lode
autogen.input contains:
--enable-debug
--enable-werror
--enable-dbgutil
--disable-firebird-sdbc
--with-lang=en-US it fr de es pt ru cs hu pl nl

Actual Results:  
cppunit test fail

Expected Results:
no fail


Reproducible: Always

User Profile Reset: Yes

Additional Info:


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0
Comment 1 Julien Nabet 2016-11-03 21:38:25 UTC
By adding some debug, I retrieved 1197 instead of a number greater than 6985
Comment 2 Alex Thurgood 2016-11-04 15:05:04 UTC
I don't use the lode setup, and build with the following switches :

--with-ant-home=/Volumes/BUILDHD/Shared/packages/apache-ant-1.9.2
--without-junit
--enable-64-bit
--with-extra-buildid
--enable-extra-template
--enable-extra-gallery
--enable-extension-integration
--with-help
--with-lang=fr
--enable-epm
--with-package-format=dmg
--enable-ext-mariadb-connector
--with-system-mariadb
--enable-bundle-mariadb
--with-myspell-dicts
--with-doxygen=/Applications/Doxygen.app/Contents/Resources/doxygen
--disable-firebird-sdbc
--enable-dbgutil


I don't see the error you are getting in the xmlexport unit test.
Comment 3 Buovjaga 2016-11-17 13:35:57 UTC
Julien: are you still getting it?
Comment 4 Julien Nabet 2016-11-17 19:39:27 UTC
(In reply to Buovjaga from comment #3)
> Julien: are you still getting it?

With master sources updated today, I don't reproduce this! Thank you for the remind! :-)
Comment 5 taskwill 2020-12-15 06:59:56 UTC Comment hidden (spam)