[kmymoney] [Bug 407902] KMyMoney crashes in LEAP15.1
Thomas Baumgart
bugzilla_noreply at kde.org
Sat Jul 6 13:22:09 BST 2019
https://bugs.kde.org/show_bug.cgi?id=407902
--- Comment #29 from Thomas Baumgart <tbaumgart at kde.org> ---
This is very strange. I installed the debuginfo packages to get some more
information about the cause. This enhanced the backtrace with the following:
Thread 1 "kmymoney" received signal SIGSEGV, Segmentation fault.
0x00007ffff2f2595a in QWidgetPrivate::showChildren(bool) ()
from /usr/lib64/libQt5Widgets.so.5
(gdb) bt
#0 0x00007ffff2f2595a in QWidgetPrivate::showChildren(bool) ()
from /usr/lib64/libQt5Widgets.so.5
#1 0x00007ffff2f25a8f in QWidgetPrivate::show_helper() ()
from /usr/lib64/libQt5Widgets.so.5
#2 0x00007ffff2f2878b in QWidget::setVisible(bool) () from
/usr/lib64/libQt5Widgets.so.5
#3 0x00007ffff2f259e0 in QWidgetPrivate::showChildren(bool) ()
from /usr/lib64/libQt5Widgets.so.5
#4 0x00007ffff2f25a8f in QWidgetPrivate::show_helper() ()
from /usr/lib64/libQt5Widgets.so.5
#5 0x00007ffff2f2878b in QWidget::setVisible(bool) () from
/usr/lib64/libQt5Widgets.so.5
#6 0x00005555555f0edc in runKMyMoney (splash=..., file=..., noFile=<optimized
out>,
a=...) at
/usr/src/debug/kmymoney-5.0.4-lp151.1.1.x86_64/kmymoney/main.cpp:332
#7 0x00005555555efb93 in main (argc=<optimized out>, argv=<optimized out>)
at /usr/src/debug/kmymoney-5.0.4-lp151.1.1.x86_64/kmymoney/main.cpp:243
Then I built the software myself from the 5.0.4 tarball and installed it. Works
without a problem. If I remove it and install the RPM version again it crashes.
The next thing I tried was to build with Release instead of RelWithDebugInfo.
Still working. Next I stripped all debug symbols. Still working. Then I
strippped all symbols. Still working.
So I have no idea what could be causing this and would throw it in the ball
park of the installable package. Any objections?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list