Bug 1862960 - Performance Analyzer is not working
Summary: Performance Analyzer is not working
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: qt-creator
Version: 32
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Itamar Reis Peixoto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-03 10:16 UTC by Alex
Modified: 2020-11-14 01:23 UTC (History)
7 users (show)

Fixed In Version: qt-creator-4.13.2-2.fc33 qt-creator-4.12.4-3.fc32
Clone Of:
Environment:
Last Closed: 2020-11-14 01:11:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alex 2020-08-03 10:16:18 UTC
Description of problem:

Cannot use performance profiler (Analyze > Performance Analyzer). It states that perfparser utility is missing.

Steps to Reproduce:
1. dnf install qt-creator
2. Open a project
3. Analyze > Performance Analyzer

Actual results:
Error: perfparser is missing.

Additional info:

I tried to manually add the required executable. Commands:

sudo dnf install qt5-qtbase-devel elfutils-devel
git clone https://code.qt.io/cgit/qt-creator/perfparser.git/
cd perfparser
qmake-qt5
make
sudo cp bin/perfparser /usr/libexec/qtcreator

I don't get errors after that but the profiler interface is buggy. Only the "Statistics" tab is updated. When I double click any row Qt Creator crashes.

( Sample program: `int main(){}` )

Besides I tried installing Qt Creator through swupd on Clear Linux. It also didn't have the perfparser utility. But after adding perfparser into /usr/libexec/qtcreator the profiler interface worked as intended. So I think the perfparser is the only missing file right now.

Comment 1 Fedora Update System 2020-11-05 05:25:12 UTC
FEDORA-2020-89a5fe916e has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-89a5fe916e

Comment 2 Fedora Update System 2020-11-05 05:25:13 UTC
FEDORA-2020-0b90e994fd has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-0b90e994fd

Comment 3 Fedora Update System 2020-11-06 02:17:26 UTC
FEDORA-2020-89a5fe916e has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-89a5fe916e`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-89a5fe916e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2020-11-06 02:38:05 UTC
FEDORA-2020-0b90e994fd has been pushed to the Fedora 33 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-0b90e994fd`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-0b90e994fd

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2020-11-14 01:11:39 UTC
FEDORA-2020-0b90e994fd has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2020-11-14 01:23:13 UTC
FEDORA-2020-89a5fe916e has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.