[Libreoffice-bugs] [Bug 132112] Maths Formula on Libreoffice writer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 15 09:52:56 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132112
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |serval2412 at yahoo.fr
--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
Created attachment 159570
--> https://bugs.documentfoundation.org/attachment.cgi?id=159570&action=edit
bt with debug symbols
On pc Debian x86-64 with master sources updated today, I got an assert.
164 std::unique_ptr<GenericSalLayout>
FreeTypeTextRenderImpl::GetTextLayout(int nFallbackLevel)
165 {
166 assert(mpFreetypeFont[nFallbackLevel]);
167 if (!mpFreetypeFont[nFallbackLevel])
168 return nullptr;
169 return
std::make_unique<GenericSalLayout>(*mpFreetypeFont[nFallbackLevel]->GetFontInstance());
170 }
but since mpFreetypeFont is null here, it'll crash in 167 in a non debug build.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200415/81d76c12/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list