https://bugs.kde.org/show_bug.cgi?id=348784
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kde | |vplatform/b7c15acecda39681f | |1c9ae5c7da01989e9471d74 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Version Fixed In| |5.1.0 --- Comment #1 from Kevin Funk <kf...@kde.org> --- Git commit b7c15acecda39681f1c9ae5c7da01989e9471d74 by Kevin Funk. Committed on 17/02/2017 at 07:38. Pushed by kfunk into branch '5.1'. grepview: Fix crash on exit with grep dialog open Thanks to René for the report! FIXED-IN: 5.1.0 Backtrace: ==13831==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f58f2df4f49 bp 0x7ffe3f237920 sp 0x7ffe3f2374a0 T0) ==13831==The signal is caused by a READ memory access. ==13831==Hint: address points to the zero page. #0 0x7f58f2df4f48 in GrepDialog::~GrepDialog() /home/kfunk/devel/src/kf5/kdevplatform-stable/plugins/grepview/grepdialog.cpp:277:55 #1 0x7f58f2df5b98 in GrepDialog::~GrepDialog() /home/kfunk/devel/src/kf5/kdevplatform-stable/plugins/grepview/grepdialog.cpp:276:1 #2 0x7f591bf326cf in QObject::event(QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b36cf) #3 0x7f591c88568a in QWidget::event(QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1a268a) #4 0x7f591c83f8ab in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15c8ab) M +4 -0 plugins/grepview/grepdialog.cpp M +6 -1 plugins/grepview/grepdialog.h M +8 -0 plugins/grepview/grepviewplugin.cpp M +5 -1 plugins/grepview/grepviewplugin.h https://commits.kde.org/kdevplatform/b7c15acecda39681f1c9ae5c7da01989e9471d74 -- You are receiving this mail because: You are watching all bug changes.