Summary: | Partitionmanager crashed after pressing the Save button | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Rene Locher <rychi32> |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | ke0vinc17 |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Rene Locher
2020-01-06 13:46:19 UTC
*** This bug has been marked as a duplicate of bug 393236 *** Created attachment 150506 [details]
New crash information added by DrKonqi
partitionmanager (22.04.3) using Qt 5.15.5
I had an extended partition containing a swap and a primary. I deleted the primary, then choose edit this mount, left the path empty, clicked save, then crashes. It's repeatable on my pc. Thanks
-- Backtrace (Reduced):
#4 0x00007fae59565454 in FstabEntry::fsSpec() const () at /usr/lib/libkpmcore.so.12
[...]
#7 0x00007fae58a5c517 in QAbstractButton::clicked(bool) () at /usr/lib/libQt5Widgets.so.5
[...]
#10 0x00007fae58a60460 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () at /usr/lib/libQt5Widgets.so.5
#11 0x00007fae589af707 in QWidget::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
#12 0x00007fae58978b3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
(In reply to Kevin from comment #2) > Created attachment 150506 [details] > New crash information added by DrKonqi > > partitionmanager (22.04.3) using Qt 5.15.5 > > I had an extended partition containing a swap and a primary. I deleted the > primary, then choose edit this mount, left the path empty, clicked save, > then crashes. It's repeatable on my pc. Thanks > > -- Backtrace (Reduced): > #4 0x00007fae59565454 in FstabEntry::fsSpec() const () at > /usr/lib/libkpmcore.so.12 > [...] > #7 0x00007fae58a5c517 in QAbstractButton::clicked(bool) () at > /usr/lib/libQt5Widgets.so.5 > [...] > #10 0x00007fae58a60460 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) > () at /usr/lib/libQt5Widgets.so.5 > #11 0x00007fae589af707 in QWidget::event(QEvent*) () at > /usr/lib/libQt5Widgets.so.5 > #12 0x00007fae58978b3c in QApplicationPrivate::notify_helper(QObject*, > QEvent*) () at /usr/lib/libQt5Widgets.so.5 This is a different issue. Backtrace is different from the original report. If you want, please report it in a new bug but with debug symbols (at least for kpmcore and partitionmanager but ideally Qt as well) |