Summary: | On Windows, when passing two folders into kdiff3 and opening a file, it crashes | ||
---|---|---|---|
Product: | [Applications] kdiff3 | Reporter: | nyanpasu64 <nyanpasu64> |
Component: | application | Assignee: | michael <reeves.87> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/sdk/kdiff3/-/commit/c72d62f779de47663a07173bbdcb0dc4c0b1baa3 | Version Fixed In: | 1.12.3 |
Sentry Crash Report: | |||
Attachments: | A test case to trigger the folder comparison crash. |
Description
nyanpasu64
2025-04-29 08:33:56 UTC
Resloved https://bugs.kde.org/show_bug.cgi?id=503473. Now seeing if I can repo the crash. Doesn't repo on 1.12.2 for me. Likely the result of a change in master. Turns out that while this only happens on master on master it could also affect 1.12. Basically Qt is triggering resize events at an unexpected time Git commit 3b93c36b2718cac9e33f6542e2c0119fecf19e46 by Michael Reeves. Committed on 09/05/2025 at 15:53. Pushed by mreeves into branch '1.12'. Fix crash on early re-size events Triggered on Windows 11, Qt 6.8.x No way to control what qt is doing so work arround the issue. FIXED-IN:1.12.3 M +3 -0 src/difftextwindow.cpp https://invent.kde.org/sdk/kdiff3/-/commit/3b93c36b2718cac9e33f6542e2c0119fecf19e46 Git commit c72d62f779de47663a07173bbdcb0dc4c0b1baa3 by Michael Reeves. Committed on 09/05/2025 at 15:55. Pushed by mreeves into branch 'master'. Fix crash on early re-size events Triggered on Windows 11, Qt 6.8.x No way to control what qt is doing so work arround the issue. FIXED-IN:1.12.3 M +4 -0 src/difftextwindow.cpp https://invent.kde.org/sdk/kdiff3/-/commit/c72d62f779de47663a07173bbdcb0dc4c0b1baa3 |