[partitionmanager] [Bug 470946] New: Unmounting the drive in plasma before clicking Apply causes SEGFAULT

2023-06-12 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=470946

Bug ID: 470946
   Summary: Unmounting the drive in plasma before clicking Apply
causes SEGFAULT
Classification: Applications
   Product: partitionmanager
   Version: 23.04.1
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

Application: partitionmanager (23.04.1)

Qt Version: 5.15.9
Frameworks Version: 5.106.0
Operating System: Linux 6.2.15-300.fc38.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora release 38 (Thirty Eight)"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Unmounting partition in the partition manager does not actually unmount the
partition. I'm not sure whether that's intended behavior. 
Partition manager does not check, whether the drive is still mounted before
applying the changes, which can result in segfault.

Reproducer:
1. Connect a flash drive to the computer
2. Right click the flash drive partition in partition manager and unmount it
3. Create a new partition on the flash drive
4. Unmount the flash drive in plasma applet
5. Click apply in partition manager

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KDE Partition Manager (partitionmanager), signal: Segmentation
fault

[KCrash Handler]
#4  0x7f82714cbf7f in Partition::deviceNode() const () at
/lib64/libkpmcore.so.12
#5  0x7f82714e26f0 in ResizeOperation::description() const () at
/lib64/libkpmcore.so.12
#6  0x56522697a9fc in MainWindow::onApplyAllOperations() ()
#7  0x7f826fae8651 in void doActivate(QObject*, int, void**) () at
/lib64/libQt5Core.so.5
#8  0x7f82707a7d24 in QAction::triggered(bool) () at
/lib64/libQt5Widgets.so.5
#9  0x7f82707aab7b in QAction::activate(QAction::ActionEvent) () at
/lib64/libQt5Widgets.so.5
#10 0x7f82708ab83a in QAbstractButtonPrivate::click() () at
/lib64/libQt5Widgets.so.5
#11 0x7f82708ab978 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
at /lib64/libQt5Widgets.so.5
#12 0x7f82709af886 in QToolButton::mouseReleaseEvent(QMouseEvent*) () at
/lib64/libQt5Widgets.so.5
#13 0x7f82707f3688 in QWidget::event(QEvent*) () at
/lib64/libQt5Widgets.so.5
#14 0x7f82707aeb75 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#15 0x7f82707b7456 in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQt5Widgets.so.5
#16 0x7f826fab3d48 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt5Core.so.5
#17 0x7f82707b56a4 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
at /lib64/libQt5Widgets.so.5
#18 0x7f827080d1a9 in QWidgetWindow::handleMouseEvent(QMouseEvent*) () at
/lib64/libQt5Widgets.so.5
#19 0x7f827081072f in QWidgetWindow::event(QEvent*) () at
/lib64/libQt5Widgets.so.5
#20 0x7f82707aeb75 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#21 0x7f826fab3d48 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt5Core.so.5
#22 0x7f826ff6c44b in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() at /lib64/libQt5Gui.so.5
#23 0x7f826ff4aa0c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() at /lib64/libQt5Gui.so.5
#24 0x7f826d9639e4 in userEventSourceDispatch(_GSource*, int (*)(void*),
void*) () at /lib64/libQt5WaylandClient.so.5
#25 0x7f826eda939c in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#26 0x7f826ee07438 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#27 0x7f826eda6a23 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#28 0x7f826fb06936 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#29 0x7f826fab270b in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#30 0x7f826faba99b in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#31 0x565226955671 in main ()
[Inferior 1 (process 513597) detached]

Reported using DrKonqi

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 467160] New: Kate segfaulted when closing

2023-03-10 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=467160

Bug ID: 467160
   Summary: Kate segfaulted when closing
Classification: Applications
   Product: kate
   Version: 22.12.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

Application: kate (22.12.3)

Qt Version: 5.15.8
Frameworks Version: 5.103.0
Operating System: Linux 6.1.14-200.fc37.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora release 37 (Thirty Seven)"
DrKonqi: 5.27.2 [KCrashBackend]

-- Information about the crash:
Kate crashed after i closed it. Before that, i was programming in the editor
and using terminal and build add ons. Before the crash, I did not notice any
unusual behavior.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault

[KCrash Handler]
#4  0x7f185fe4402c in QTextFormat::~QTextFormat() () from
/lib64/libQt5Gui.so.5
#5  0x7f185ecd1caa in QHash >
>::deleteNode2(QHashData::Node*) () from /lib64/libKF5TextEditor.so.5
#6  0x7f185f72387c in QHashData::free_helper(void (*)(QHashData::Node*)) ()
from /lib64/libQt5Core.so.5
#7  0x7f185ecd2b9c in KateHighlighting::~KateHighlighting() () from
/lib64/libKF5TextEditor.so.5
#8  0x7f185ecd2bbd in KateHighlighting::~KateHighlighting() () from
/lib64/libKF5TextEditor.so.5
#9  0x7f185ecd4742 in std::_Hashtable > >,
std::allocator > > >, std::__detail::_Select1st,
std::equal_to, std::hash, std::__detail::_Mod_range_hashing,
std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy,
std::__detail::_Hashtable_traits >::clear() () from
/lib64/libKF5TextEditor.so.5
#10 0x7f185ecd481c in KateHlManager::~KateHlManager() () from
/lib64/libKF5TextEditor.so.5
#11 0x7f185ee2ee5c in KTextEditor::EditorPrivate::~EditorPrivate() () from
/lib64/libKF5TextEditor.so.5
#12 0x7f185ee2f27d in cleanupGlobal() () from /lib64/libKF5TextEditor.so.5
#13 0x7f185f89f5f2 in qt_call_post_routines() () from
/lib64/libQt5Core.so.5
#14 0x7f18605af438 in QApplication::~QApplication() () from
/lib64/libQt5Widgets.so.5
#15 0x563ae1950458 in main ()
[Inferior 1 (process 9491) detached]

Reported using DrKonqi

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 463225] New: Akonadi server crashed when switching user

2022-12-19 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=463225

Bug ID: 463225
   Summary: Akonadi server crashed when switching user
Classification: Frameworks and Libraries
   Product: Akonadi
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

Application: akonadiserver (5.21.3 (22.08.3))

Qt Version: 5.15.7
Frameworks Version: 5.100.0
Operating System: Linux 6.0.11-300.fc37.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 37 (Thirty Seven)
DrKonqi: 5.26.4 [KCrashBackend]

-- Information about the crash:
I switched the user and after I switched back, the crash report appeared. The
computer was also suspended in the mean time (probably irrelevant).

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Segmentation fault

[KCrash Handler]
#4  0x5571a6ca929b in
Akonadi::Server::AkonadiServer::connectionDisconnected() ()
#5  0x7fd3064d2ec4 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#6  0x7fd3064a825b in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#7  0x7fd3064ab5e4 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#8  0x7fd3064f9897 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#9  0x7fd304719cbf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#10 0x7fd30476f598 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#11 0x7fd304716f40 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#12 0x7fd3064f938a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#13 0x7fd3064a6cca in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#14 0x7fd3064aed92 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#15 0x5571a6c9f058 in main ()
[Inferior 1 (process 3655) detached]

Reported using DrKonqi

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 462737] New: Dolphin does not refresh view automatically

2022-12-07 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=462737

Bug ID: 462737
   Summary: Dolphin does not refresh view automatically
Classification: Applications
   Product: dolphin
   Version: 22.08.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: ondrej.m...@seznam.cz
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Dolphin sometimes does not refresh view automatically, I have to press F5.
I was getting this bug very often, so I tried to reproduce it in clean install
of KDE neon (to make sure it's not my setup).
I managed to get a fairly simple reproducer.

STEPS TO REPRODUCE
1. Open up Dolphin
2. Make a new tab
3. Make sure, that the tabs are viewing a different folder (for example one in
Documents, one in Downloads)
4. Close Dolphin
5. Open up dolphin
6. Open terminal and navigate to the folder viewed in Dolphin.
7. Create a new file using 'touch new_file'

OBSERVED RESULT
Dolphin does not refresh the view

EXPECTED RESULT
Dolphin refreshes the view and shows the new_file

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.11-300.fc37.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 20WNS1F81R
System Version: ThinkPad T14s Gen 2i

ADDITIONAL INFORMATION
It seems that the issue is connected to initialization of tabs in Dolphin. I
never managed to reproduce the bug with only one tab open. I also never managed
to do it without closing and opening Dolphin again. After pressing F5 for the
first time, the view refreshes automatically as it should.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 462670] New: Akonadi server crash when switching accounts

2022-12-05 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=462670

Bug ID: 462670
   Summary: Akonadi server crash when switching accounts
Classification: Frameworks and Libraries
   Product: Akonadi
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

Application: akonadiserver (5.21.3 (22.08.3))

Qt Version: 5.15.7
Frameworks Version: 5.100.0
Operating System: Linux 6.0.9-300.fc37.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 37 (Thirty Seven)
DrKonqi: 5.26.3 [KCrashBackend]

-- Information about the crash:
I'm not really sure what caused the crash.
I logged in, used some apps, then switched to another user and used some apps.
When I switched the user back to first and logged in, the crash message
appeared.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Segmentation fault

[KCrash Handler]
#4  0x55f41d82a29b in
Akonadi::Server::AkonadiServer::connectionDisconnected() ()
#5  0x7fe9196d2ec4 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#6  0x7fe9196a825b in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#7  0x7fe9196ab5e4 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#8  0x7fe9196f9897 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#9  0x7fe917919cbf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#10 0x7fe91796f598 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#11 0x7fe917916f40 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#12 0x7fe9196f938a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#13 0x7fe9196a6cca in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#14 0x7fe9196aed92 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#15 0x55f41d820058 in main ()
[Inferior 1 (process 4926) detached]

Reported using DrKonqi

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files)

2022-12-03 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=387663

Ondřej Mach  changed:

   What|Removed |Added

 CC||ondrej.m...@seznam.cz

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 462257] New: Kate has graphical glitches when using HTML preview

2022-11-26 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=462257

Bug ID: 462257
   Summary: Kate has graphical glitches when using HTML preview
Classification: Applications
   Product: kate
   Version: 22.08.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugin-preview
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

SUMMARY
After turning on graphical preview of HTML file, the whole Kate GUI becomes
glitchy. The GUI remains glitchy after the preview is closed. Kate needs to be
restarted in oreder to fix it.
Possibly wayland related.


STEPS TO REPRODUCE
1. Open HTML file in kate (minimal HTML with some text is sufficient)
2. Open the preview

OBSERVED RESULT
Text edit box in kate is glitching when selecting or writing text.
The rest of the kate GUI is also affected.

EXPECTED RESULT
No graphical glitches

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.9-300.fc37.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 20WNS1F81R
System Version: ThinkPad T14s Gen 2i

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 460092] New: Kate crashed when editing

2022-10-07 Thread Ondřej Mach
https://bugs.kde.org/show_bug.cgi?id=460092

Bug ID: 460092
   Summary: Kate crashed when editing
Classification: Applications
   Product: kate
   Version: 22.04.1
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ondrej.m...@seznam.cz
  Target Milestone: ---

Application: kate (22.04.1)

Qt Version: 5.15.6
Frameworks Version: 5.98.0
Operating System: Linux 5.19.13-200.fc36.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 36 (Thirty Six)
DrKonqi: 5.25.5 [KCrashBackend]

-- Information about the crash:
Kate crashed when editing markdown file with live preview.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault

[KCrash Handler]
#4  0x7f1fcf7c5584 in QImage::constBits() const () from
/lib64/libQt5Gui.so.5
#5  0x7f1fcd355411 in
QtWaylandClient::QWaylandShmBackingStore::resize(QSize const&) () from
/lib64/libQt5WaylandClient.so.5
#6  0x7f1fcd35553d in
QtWaylandClient::QWaylandShmBackingStore::beginPaint(QRegion const&) () from
/lib64/libQt5WaylandClient.so.5
#7  0x7f1fcf9083a5 in QBackingStore::beginPaint(QRegion const&) () from
/lib64/libQt5Gui.so.5
#8  0x7f1fcfe52de5 in QWidgetRepaintManager::paintAndFlush() () from
/lib64/libQt5Widgets.so.5
#9  0x7f1fcfe53982 in QWidgetRepaintManager::sync(QWidget*, QRegion const&)
() from /lib64/libQt5Widgets.so.5
#10 0x7f1fcfea121c in QWidgetWindow::event(QEvent*) () from
/lib64/libQt5Widgets.so.5
#11 0x7f1fcfe41d02 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#12 0x7f1fcf3441c8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#13 0x7f1fcf7831a5 in
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
() from /lib64/libQt5Gui.so.5
#14 0x7f1fcf76102c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /lib64/libQt5Gui.so.5
#15 0x7f1fcd395414 in userEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5WaylandClient.so.5
#16 0x7f1fcd565faf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#17 0x7f1fcd5bb2c8 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#18 0x7f1fcd563940 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#19 0x7f1fcf39502a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#20 0x7f1fcf342c1a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#21 0x7f1fd00525e7 in QDialog::exec() () from /lib64/libQt5Widgets.so.5
#22 0x7f1fd096d5cc in KMessageBox::createKMessageBox(QDialog*,
QDialogButtonBox*, QIcon const&, QString const&, QStringList const&, QString
const&, bool*, QFlags, QString const&, QMessageBox::Icon)
() from /lib64/libKF5WidgetsAddons.so.5
#23 0x7f1fd096dc8b in KMessageBox::createKMessageBox(QDialog*,
QDialogButtonBox*, QMessageBox::Icon, QString const&, QStringList const&,
QString const&, bool*, QFlags, QString const&) () from
/lib64/libKF5WidgetsAddons.so.5
#24 0x7f1fd09705b6 in KMessageBox::errorInternal(QDialog*, QString const&,
QString const&, KGuiItem const&, QFlags) () from
/lib64/libKF5WidgetsAddons.so.5
#25 0x7f1fd09707a7 in KMessageBox::error(QWidget*, QString const&, QString
const&, QFlags) () from /lib64/libKF5WidgetsAddons.so.5
#26 0x7f1fb69c97c3 in Okular::Part::openUrl(QUrl const&, bool) () from
/usr/lib64/qt5/plugins/okularpart.so
#27 0x7f1fd0f20ae2 in KParts::ReadOnlyPart::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) () from /lib64/libKF5Parts.so.5
#28 0x7f1fcf36ec44 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#29 0x7f1fcfe41d02 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#30 0x7f1fcf3441c8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#31 0x7f1fcf347534 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#32 0x7f1fcf395537 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#33 0x7f1fcd565faf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#34 0x7f1fcd5bb2c8 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#35 0x7f1fcd563940 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#36 0x7f1fcf39502a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#37 0x7f1fcf342c1a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#38 0x7f1fcf34ace2 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#39 0x55fcc5f628e5 in main ()
[Inferior 1 (process 10503) detached]