Bug 406168 - Crash when clicking on KDevelop while during startup
Summary: Crash when clicking on KDevelop while during startup
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 5.3.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2019-04-03 02:07 UTC by Arcadiy Ivanov
Modified: 2022-10-21 05:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arcadiy Ivanov 2019-04-03 02:07:38 UTC
Application: kdevelop (5.3.2)

Qt Version: 5.11.3
Frameworks Version: 5.55.0
Operating System: Linux 5.0.4-200.fc29.x86_64 x86_64
Distribution: "Fedora release 29 (Twenty Nine)"

-- Information about the crash:
- What I was doing when the application crashed:

I launched KDevelop. The application appeared in the panel, but the main windows was still not visible. I clicked on the app in the panel and KDevelop immediately crashed.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f76b8bc2980 (LWP 10169))]

Thread 4 (Thread 0x7f76aa14f700 (LWP 10172)):
#0  0x00007f76c0aaa421 in poll () from /lib64/libc.so.6
#1  0x00007f76bd6fb3a6 in ?? () from /lib64/libglib-2.0.so.0
#2  0x00007f76bd6fb4d0 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#3  0x00007f76c11595ab in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#4  0x00007f76c1107e0b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#5  0x00007f76c0f6fe86 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x00007f76c1b82f89 in ?? () from /lib64/libQt5DBus.so.5
#7  0x00007f76c0f792fb in ?? () from /lib64/libQt5Core.so.5
#8  0x00007f76bfecd58e in start_thread () from /lib64/libpthread.so.0
#9  0x00007f76c0ab56a3 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f76aaf38700 (LWP 10171)):
#0  0x00007f76c0aaa421 in poll () from /lib64/libc.so.6
#1  0x00007f76ba78239f in ?? () from /lib64/libxcb.so.1
#2  0x00007f76ba78401a in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x00007f76b825dbf9 in ?? () from /lib64/libQt5XcbQpa.so.5
#4  0x00007f76c0f792fb in ?? () from /lib64/libQt5Core.so.5
#5  0x00007f76bfecd58e in start_thread () from /lib64/libpthread.so.0
#6  0x00007f76c0ab56a3 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f76b8bbc700 (LWP 10170)):
#0  0x00007f76bfed373c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f76c0ddc6f0 in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /lib64/libstdc++.so.6
#2  0x00007f76bcb2397a in ?? () from /lib64/libQt5WebKit.so.5
#3  0x00007f76bcb23aaf in ?? () from /lib64/libQt5WebKit.so.5
#4  0x00007f76c0de29a3 in ?? () from /lib64/libstdc++.so.6
#5  0x00007f76bfecd58e in start_thread () from /lib64/libpthread.so.0
#6  0x00007f76c0ab56a3 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f76b8bc2980 (LWP 10169)):
[KCrash Handler]
#6  0x00007f76c09f053f in raise () from /lib64/libc.so.6
#7  0x00007f76c09da895 in abort () from /lib64/libc.so.6
#8  0x00007f76c3942011 in KDevelop::ItemRepositoryRegistry::registerRepository (this=0x55d1279449b0, repository=repository@entry=0x7f76c449b868 <KDevelop::RecursiveImportRepository::repository()::recursiveImportRepositoryObject+8>, manager=0x0) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/serialization/itemrepositoryregistry.cpp:208
#9  0x00007f76c3be9043 in KDevelop::ItemRepository<Utils::SetNodeData, Utils::SetNodeDataRequest, false, false, 24u, 1048576u>::ItemRepository (manager=0x0, repositoryVersion=1, registry=0x55d1279449b0, repositoryName=..., this=0x7f76c449b868 <KDevelop::RecursiveImportRepository::repository()::recursiveImportRepositoryObject+8>) at /usr/include/bits/string_fortified.h:71
#10 Utils::SetDataRepository::SetDataRepository (registry=0x55d1279449b0, name=..., _setRepository=0x7f76c449b860 <KDevelop::RecursiveImportRepository::repository()::recursiveImportRepositoryObject>, this=0x7f76c449b868 <KDevelop::RecursiveImportRepository::repository()::recursiveImportRepositoryObject+8>) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/language/util/basicsetrepository.h:176
#11 Utils::BasicSetRepository::BasicSetRepository (this=0x7f76c449b860 <KDevelop::RecursiveImportRepository::repository()::recursiveImportRepositoryObject>, name=..., registry=0x55d1279449b0, delayedDeletion=<optimized out>) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/language/util/setrepository.cpp:900
#12 0x00007f76c3ad955c in KDevelop::RecursiveImportRepository::repository () at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/language/duchain/topducontext.cpp:51
#13 KDevelop::RecursiveImportRepository::repository () at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/language/duchain/topducontext.cpp:50
#14 0x00007f76c3aabc0a in KDevelop::DUChain::initialize () at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/language/duchain/duchain.cpp:1161
#15 0x00007f76c4b5546f in KDevelop::CorePrivate::initialize (this=0x55d1274fd400, mode=KDevelop::Core::Default, session=...) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/shell/core.cpp:237
#16 0x00007f76c4b569cd in KDevelop::Core::initialize (mode=KDevelop::Core::Default, session=...) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/kdevplatform/shell/core.cpp:339
#17 0x000055d126fc9652 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kdevelop-5.3.2-1.fc29.x86_64/app/main.cpp:758
[Inferior 1 (process 10169) detached]

Reported using DrKonqi
Comment 1 Justin Zobel 2022-09-21 03:42:13 UTC
Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version?

If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
Comment 2 Bug Janitor Service 2022-10-06 04:51:09 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2022-10-21 05:02:13 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!