https://bugs.documentfoundation.org/show_bug.cgi?id=91569
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |have-backtrace, regression CC| |[email protected] --- Comment #4 from Julien Nabet <[email protected]> --- The problem is there: #1 0x00002aaace669d6e in SvxShowCharSet::SelectCharacter (this=0x2eba5c0, cNew=913, bFocus=false) at /home/julien/compile-libreoffice/libreoffice/svx/source/dialog/charmap.cxx:651 651 sal_UCS4 cNext = mpFontCharMap->GetNextChar( (cNew > 0) ? cNew - 1 : cNew ); (gdb) p mpFontCharMap $2 = {px = 0x0} mpFontCharMap is null. RecalculateFont method, which initializes mpFontCharMap, isn't called whereas mbRecalculateFont is set to "true" at the init. But then I'm a bit stuck. BTW: regression since it works in LO Debian package 4.4.3 Tomaz: noticing this commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=613ead6d876508b0da32a4511b140b7f2abdac73, thought you might have an idea, one for you? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
