Requires debug build. - Start an empty document - File -> Export as PDF... - Make no changes, click Export, choose a file name, click Save => Asserion failed. http://opengrok.libreoffice.org/xref/core/include/o3tl/typed_flags_set.hxx#83 Expression: static_cast<typename std::underlying_type<E>::type>(~0) == M || (value & ~M) == 0 For some reason I can't get a useful backtrace with my Windows debug builds. My build is from 2017-02-05, so it might be fixed by now.
On pc Debian x86-64 with master sources updated yesterday + enable-dbgutil, I don't reproduce this. (gtk3 or gen rendering)
Indeed, I finished a Linux dbgutil build in the meantime (pulled yesterday [1]), and I couldn't reproduce it there. So either it's Windows only, or it's been fixed. I'll try to build from fresh sources on Windows during the weekend. Thanks for checking, Julien! [1] https://gerrit.libreoffice.org/gitweb?p=core.git;a=log;h=c910d1dae1a9fcf0591098244debc863dd59618a
Yup, no failure with current build in Windows (2017-02-18, 423beaf852aefb6a62882ac0ca55443113fda8b1). Sorry for the noise.