| Summary: | Crash when reloading modified files | ||
|---|---|---|---|
| Product: | [Applications] kdiff3 | Reporter: | Grósz Dániel <groszdanielpub> |
| Component: | application | Assignee: | michael <reeves.87> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | travneff |
| Priority: | NOR | ||
| Version First Reported In: | 1.9.5 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Grósz Dániel
2022-08-04 09:45:27 UTC
Created attachment 156003 [details]
New crash information added by DrKonqi
kdiff3 (1.9.6 (64 bit)) using Qt 5.15.8
Also got a crash while reloading modified files.
Fedora 37 x64
kdiff3-1.9.6-2.fc37.x86_64
glibc-2.36-9.fc37.x86_64
kf5-kcoreaddons-5.102.0-1.fc37.x86_64
kf5-kio-core-libs-5.102.0-1.fc37.x86_64
kf5-kitemviews-5.102.0-1.fc37.x86_64
kf5-kjobwidgets-5.102.0-1.fc37.x86_64
kf5-kparts-5.102.0-1.fc37.x86_64
kf5-kservice-5.102.0-1.fc37.x86_64
kf5-kwidgetsaddons-5.102.0-1.fc37.x86_64
kf5-kwindowsystem-5.102.0-1.fc37.x86_64
libselinux-3.4-5.fc37.x86_64
libstdc++-12.2.1-4.fc37.x86_64
libX11-1.8.1-2.fc37.x86_64
libxcb-1.13.1-10.fc37.x86_64
libXext-1.3.4-9.fc37.x86_64
libxkbcommon-1.4.1-2.fc37.x86_64
qt5-qtbase-5.15.8-2.fc37.x86_64
qt5-qtx11extras-5.15.8-1.fc37.x86_64
-- Backtrace (Reduced):
#4 0x000056038396317f in LineData::getLine() const ()
#5 0x000056038396431d in DiffTextWindowData::writeLine(RLPainter&, LineData const*, DiffList const*, DiffList const*, LineRef const&, QFlags<ChangeFlag>, QFlags<ChangeFlag>, LineRef const&, int, int, bool, QRect const&) ()
#7 0x0000560383963066 in DiffTextWindow::paintEvent(QPaintEvent*) ()
#8 0x00007f55fcbf1938 in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#9 0x00007f55fcbaed62 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
Unable to reproduce on current master or 1.10.0 branch. Both run valgrind clean when reloading indicating no memory access issues. "undefined;address" sanitizers pass as well. Looks like its related to 466524 intermittent crash on reload in general. *** This bug has been marked as a duplicate of bug 466524 *** |