https://bugs.kde.org/show_bug.cgi?id=416380

Satish Balay <ba...@fastmail.fm> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://bugzilla.redhat.com
                   |                            |/show_bug.cgi?id=1770512

--- Comment #1 from Satish Balay <ba...@fastmail.fm> ---
$ gdb kdiff3
GNU gdb (GDB) Fedora 8.3.50.20190824-26.fc31
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from kdiff3...
Reading symbols from .gnu_debugdata for /usr/bin/kdiff3...
(No debugging symbols found in .gnu_debugdata for /usr/bin/kdiff3)
Missing separate debuginfos, use: dnf debuginfo-install
kdiff3-1.8.1-4.fc31.x86_64
(gdb) r .bashrc .bash_profile 
Starting program: /usr/bin/kdiff3 .bashrc .bash_profile
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffe5a92700 (LWP 6322)]
QSocketNotifier: Can only be used with threads started with QThread
[New Thread 0x7fffdf79e700 (LWP 6324)]
[New Thread 0x7fffdef9d700 (LWP 6325)]
[New Thread 0x7fffde79c700 (LWP 6326)]
[New Thread 0x7fffddf9b700 (LWP 6327)]
[New Thread 0x7fffcaae8700 (LWP 6328)]
[New Thread 0x7fffc92e8700 (LWP 6329)]
[New Thread 0x7fffc8ae7700 (LWP 6330)]

Thread 1 "kdiff3" received signal SIGSEGV, Segmentation fault.
0x00007ffff624d26e in malloc () from /lib64/libc.so.6
(gdb) where
#0  0x00007ffff624d26e in malloc () from /lib64/libc.so.6
#1  0x00007ffff657b059 in operator new(unsigned long) () from
/lib64/libstdc++.so.6
#2  0x00007ffff6962cb8 in QObject::deleteLater() () from /lib64/libQt5Core.so.5
#3  0x00007fffdd5ce6b8 in Adwaita::BaseDataMap<QObject,
Adwaita::WidgetStateData>::unregisterWidget(QObject const*) () from
/usr/lib64/qt5/plugins/styles/adwaita.so
#4  0x00007fffdd5c838c in
Adwaita::WidgetStateEngine::qt_static_metacall(QObject*, QMetaObject::Call,
int, void**) [clone .part.0] ()
   from /usr/lib64/qt5/plugins/styles/adwaita.so
#5  0x00007ffff696498b in QMetaObject::activate(QObject*, int, int, void**) ()
from /lib64/libQt5Core.so.5
#6  0x00007ffff6965113 in QObject::destroyed(QObject*) () from
/lib64/libQt5Core.so.5
#7  0x00007ffff72eb653 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#8  0x00007ffff7308ae1 in QDesktopScreenWidget::~QDesktopScreenWidget() () from
/lib64/libQt5Widgets.so.5
#9  0x00007ffff73090f6 in QDesktopWidgetPrivate::~QDesktopWidgetPrivate() ()
from /lib64/libQt5Widgets.so.5
#10 0x00007ffff696c857 in QObject::~QObject() () from /lib64/libQt5Core.so.5
#11 0x00007ffff72eb73e in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#12 0x00007ffff73071dd in QDesktopWidget::~QDesktopWidget() () from
/lib64/libQt5Widgets.so.5
#13 0x00007ffff72ad2d0 in QApplication::~QApplication() () from
/lib64/libQt5Widgets.so.5
#14 0x000055555558bdad in main ()
(gdb)

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

Reply via email to