Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bleeding edge crashing on exit #126

Closed
kecsap opened this issue Mar 29, 2018 · 1 comment
Closed

Bleeding edge crashing on exit #126

kecsap opened this issue Mar 29, 2018 · 1 comment
Labels
upstream bug in third party dependencies / libraries

Comments

@kecsap
Copy link

kecsap commented Mar 29, 2018

The same thing happens with running GUI without parameters or just getting the options help.

hotspot --help

Usage: hotspot [options] [files...]
Linux perf GUI for performance analysis.

Options:
-h, --help Displays this help.
-v, --version Displays version information.
--sysroot Path to sysroot which is used to find libraries.
--kallsyms Path to kallsyms file which is used to resolve
kernel symbols.
--debugPaths Colon separated list of paths that contain debug
information.
--extraLibPaths Colon separated list of extra paths to find
libraries.
--appPath Path to folder containing the application executable
and libraries.
--arch Architecture to use for unwinding.

Arguments:
files Optional input files to open on startup, i.e.
perf.data files.
Segmentation fault (core dumped)

Backtrace:
Thread 3 "QDBusConnection" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffdee49700 (LWP 28100)]
0x00007ffff518b6c7 in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) bt
#0 0x00007ffff518b6c7 in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1 0x00007ffff3351330 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#2 0x00007ffff333e5f6 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#3 0x00007ffff4f86808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007ffff22ec6ba in start_thread (arg=0x7fffdee49700) at pthread_create.c:333
#5 0x00007ffff458541d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

@kecsap kecsap changed the title Bleeding edge crashing with options help Bleeding edge crashing on exit Mar 29, 2018
@milianw milianw added the upstream bug in third party dependencies / libraries label Mar 30, 2018
@milianw
Copy link
Member

milianw commented Mar 30, 2018

What version of Qt? Could it be https://bugreports.qt.io/browse/QTBUG-52988 ?

One way or another, not a bug in hotspot itself, and I for one cannot reproduce it e.g. on Arch with Qt 5.10.1

@milianw milianw closed this as completed Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream bug in third party dependencies / libraries
Projects
None yet
Development

No branches or pull requests

2 participants