Summary: | KDE Partition Manager crashed after trying to remove partition mount point | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Gobinda Goshwami <gobinda.joy> |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cgregory, gio_6b, kde.lwzr1, kde.t-shirt453, mattia.verga, omar, p.r.worrall, rodrigo.pedra, serg, starcastle550 |
Priority: | HI | Keywords: | drkonqi |
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/partitionmanager/-/commit/ee14890037bd77cf87e6c0da2649bd9cab473d55 | Version Fixed In: | 24.05.2 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Gobinda Goshwami
2021-01-25 16:23:51 UTC
*** Bug 433302 has been marked as a duplicate of this bug. *** My bug report was indeed a duplicate of this one, matches very well Can't manage to get a backtrace though even after rebuilding the package with the debug option on. Created attachment 150898 [details]
New crash information added by DrKonqi
partitionmanager (22.07.70) using Qt 5.15.5
1. Right-click on an unmounted btrfs partition and select "Edit Mount Point"
2. Click "Remove" (The partition was configured to mount at /srv/local_storage)
3. Click "Save Changes"
-- Backtrace (Reduced):
#3 QString::indexOf(QString const&, int, Qt::CaseSensitivity) const (this=this@entry=0x55db52b38210, str=..., from=from@entry=0, cs=cs@entry=Qt::CaseSensitive) at ../../include/QtCore/../../src/corelib/text/qstring.h:1070
#4 0x000055db52173ff0 in QString::contains(QString const&, Qt::CaseSensitivity) const (cs=Qt::CaseSensitive, s=..., this=0x55db52b38210) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1362
#5 EditMountPointDialogWidget::removeMountPoint() (this=0x55db53110000) at ./src/gui/editmountpointdialogwidget.cpp:171
#6 0x000055db52173255 in EditMountPointDialog::accept_(MountPointAction) (this=0x55db52dd5a40, action=MountPointAction::Remove) at ./src/gui/editmountpointdialog.h:35
#7 0x00007fc2b043bd1e in QtPrivate::QSlotObjectBase::call(QObject*, void**) (a=0x7ffd9577c430, r=0x55db52dd5a40, this=0x55db53139b90) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
Created attachment 154464 [details]
New crash information added by DrKonqi
partitionmanager (22.08.3) using Qt 5.15.7
Clicking "Remove" and saving when editing the mount point of a partition on an external hard drive would always crash the program.
It's 2TB and formated as btrfs if that makes a difference.
-- Backtrace (Reduced):
#4 0x00007fac9217b6d8 in QString::indexOf(QString const&, int, Qt::CaseSensitivity) const () from /lib64/libQt5Core.so.5
#5 0x000055962c5d1e08 in EditMountPointDialog::accept_(MountPointAction) ()
#6 0x00007fac922dbc26 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#7 0x00007fac930a31d6 in QAbstractButton::clicked(bool) () from /lib64/libQt5Widgets.so.5
#8 0x00007fac930a344e in QAbstractButtonPrivate::emitClicked() () from /lib64/libQt5Widgets.so.5
*** Bug 464399 has been marked as a duplicate of this bug. *** *** Bug 477735 has been marked as a duplicate of this bug. *** partitionmanager version 23.08.3 KDE frameworks 5.112.0 Qt 5.15.11 Clicking "Remove" and saving when editing the mount point of a partition of internal solid state disk always crash the program. 3 years old bug still valid. A possibly relevant merge request was started @ https://invent.kde.org/system/partitionmanager/-/merge_requests/47 Git commit fc3bb7de5ee7a4af6646012baf7f4c78c95351a1 by Sreejith Subhash. Committed on 16/06/2024 at 18:44. Pushed by stikonas into branch 'master'. Fixed crash caused by clicking remove mount point button Signed-off-by: Sreejith Subhash <sreejithsubhash.foss@gmail.com> M +7 -3 src/gui/editmountpointdialogwidget.cpp https://invent.kde.org/system/partitionmanager/-/commit/fc3bb7de5ee7a4af6646012baf7f4c78c95351a1 Git commit ee14890037bd77cf87e6c0da2649bd9cab473d55 by Andrius Štikonas, on behalf of Sreejith Subhash. Committed on 16/06/2024 at 20:08. Pushed by stikonas into branch 'release/24.05'. Fixed crash caused by clicking remove mount point button Signed-off-by: Sreejith Subhash <sreejithsubhash.foss@gmail.com> M +7 -3 src/gui/editmountpointdialogwidget.cpp https://invent.kde.org/system/partitionmanager/-/commit/ee14890037bd77cf87e6c0da2649bd9cab473d55 *** Bug 481780 has been marked as a duplicate of this bug. *** *** Bug 460874 has been marked as a duplicate of this bug. *** *** Bug 494961 has been marked as a duplicate of this bug. *** |