Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
Re: new textproc/goldendict 1.5.0
To:
ports@openbsd.org
Cc:
Klemens Nanni <kn@openbsd.org>, Theo Buehler <tb@theobuehler.org>
Date:
Wed, 14 Feb 2024 08:11:28 +0100

Download raw body.

Thread
On Sat Feb 10, 2024 at 08:29:03PM +0000, Klemens Nanni wrote:
> On Wed, Feb 07, 2024 at 09:07:30PM +0100, Rafael Sadowski wrote:
> > With Qt 6.6.1 goldendict-ng starts and runs perfectly for me. No further
> > tests because I don't know how and what to test.
> 
> goldendict-ng 24.01.22 now shows a window, but searching anything promptly
> crashes:
> 
> Thread 5 received signal SIGSEGV, Segmentation fault.
> [Switching to thread 332837]
> 0x00000b42383ffd40 in sha512_block_data_order_avx () from /usr/local/lib/libQt6WebEngineCore.so.1.0
> (gdb) bt
> #0  0x00000b42383ffd40 in sha512_block_data_order_avx () from /usr/local/lib/libQt6WebEngineCore.so.1.0
> #1  0x00000b423c5d60ef in SHA512_Update () from /usr/local/lib/libQt6WebEngineCore.so.1.0
> #2  0x0000000000000000 in ?? ()
> 
> SHA512 and AVX... is there some over-eager optimisation in WebEngine?
> 

Fixed in qt6-qtwebengine-6.6.1p0. Thanks for spotting this. I need more
test cases, because unfortunately we don't have a real browser.
Thanks Theo for the xonly pointer.