PB <pbfo...@gmail.com>: Jul 16 04:54AM -0700
Hi,
it looks like this bug has resurfaced:
https://github.com/wxWidgets/wxWidgets/issues/26195
I would try reverting the mingw64 version check added here
https://github.com/wxWidgets/wxWidgets/pull/26587/changes to see if it
helps.
You told us which version of mingw-w64 are you using but which compiler
(GCC version, UCRT vs MSVCRT) from which source are you using?
Regards
PB
Maarten Bent <maart...@gmail.com>: Jul 16 10:00PM +0200
Indeed, looks like that problem. The segfaults are only fixed for
mingw64 >= 15.0.
Older mingw64 versions likely do not support native TLS (it also depends
on if gcc16 is used, and its build options).
So they will still use the problematic UntranslatedStringHolder that was
added in wx3.3.2 (pr 25928).
You could try changing the mingw64 version check that PB mention to '<
13', so your version will not use that UntranslatedStringHolder.
But then you might get non-zero exit codes that 25928 tried to fix.
Maarten
On 16 Jul 2026 13:54, PB wrote:
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to wx-users+u...@googlegroups.com.