On 2024/03/10 12:47, Klemens Nanni wrote: > Otherwise the QtWebEngineProcess just dies and leaves no core dump. > During import, I did not have this problem on the same machine.
before the change to disable retpoline thunks by default (and perhaps you tested before the change to disable retpoline PLTs as well). > With this goldendict-ng is stable. > > Feedback? OK? ok. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/goldendict-ng/Makefile,v > diff -u -p -r1.1.1.1 Makefile > --- Makefile 15 Feb 2024 12:10:15 -0000 1.1.1.1 > +++ Makefile 10 Mar 2024 12:04:48 -0000 > @@ -1,9 +1,13 @@ > +# Illegal Instruction on Wictionary searches (Qt6 WebEngine), but no core > dump > +USE_NOBTCFI = Yes > + > COMMENT = next generation GoldenDict > CATEGORIES = textproc education x11 > > DIST_TUPLE = github xiaoyifang goldendict-ng \ > v24.01.22-LoongYear.3dddb3be . > PKGNAME = ${DISTNAME:C/-[[:alnum:].]*$//} > +REVISION = 0 > > # GPLv3+ > PERMIT_PACKAGE = Yes >