Bug 140619

Summary: virtual std::unique_ptr<GenericSalLayout> FreeTypeTextRenderImpl::GetTextLayout(int): Assertion `mpFreetypeFont[nFallbackLevel]' failed
Product: LibreOffice Reporter: Buovjaga <ilmari.lauhakangas>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: aron.budea, stephane.guillou
Priority: medium Keywords: haveBacktrace
Version: 7.2.0.0.alpha0+   
Hardware: All   
OS: Linux (All)   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=132445
https://bugs.documentfoundation.org/show_bug.cgi?id=133961
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 105537    
Attachments: Backtrace

Description Buovjaga 2021-02-23 11:13:40 UTC
Running a debug build:
1. Open attachment 169972 [details] from bug 133961

Crash with assertion

Arch Linux 64-bit
Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: dec32864a61104001cb6ff63c218ea5fb2a7ab1e
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 22 February 2021
Comment 1 Aron Budea 2021-02-23 17:40:47 UTC
Confirmed with a debug build of LO 7.2.0.0.alpha0+ (85a74ebd929d6396daf591a01f79758888fd7e4f) / Ubuntu.

Seems similar to bug 132445, and the same assert is also in bug 132112.
Comment 2 Aron Budea 2021-02-23 17:41:28 UTC
Created attachment 170007 [details]
Backtrace
Comment 3 Stéphane Guillou (stragu) 2023-04-04 08:23:15 UTC
Not reproduced in a recent master debug build:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 1b463f697405e64a03378fb38a32172c4d3c25e6
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Tried gtk3 and kf5.

Buovjaga and Aron, can you still reproduce?
Comment 4 Buovjaga 2023-04-04 08:34:30 UTC
It's gone.