Created attachment 175149 [details] Crash report from macOS SUMMARY Starting with 1.11 (any version) on both x86 (emulated) and arm64 (native) the application is crashing _some of the time_. It crashes consistently when I try to compare xml files. It is working properly with x86 version on Rosetta on `kdiff3-1.10.7-macos-x86_64` (the application reports 1.10.6 though) STEPS TO REPRODUCE 1. Install any version of 1.11.x 2. Try to diff an XML file 3. Observe crash OBSERVED RESULT Segmentation fault. Trace is below. EXPECTED RESULT Not crashing :) SOFTWARE/OS VERSIONS macOS: Sonoma 14.7 ADDITIONAL INFORMATION Crash report is attached
Are we still having this issue with !.12.0?
🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
(In reply to michael from comment #1) > Are we still having this issue with !.12.0? I can reproduce this bug with the arm64 version of 1.12.0 but not with the x64_64 version (running under Rosetta)
If you still seeing TextDecoder::toUnicode then that means the wrong version some how got put up for Arm. TextDecoder::toUnicode is no longer in the source for master or 1.20. It was a temporary hold over for Qt5 as Qt6 initially did not support non-unicode encodings at all. In that case should be fixed next release cycle.