https://bugs.documentfoundation.org/show_bug.cgi?id=132112
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Julien Nabet <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs