Bug 391742 - Crash on pressing Enter (kdevelop and kwrite) [KDevelop::FunctionType::returnType (this=0x0)]
Summary: Crash on pressing Enter (kdevelop and kwrite) [KDevelop::FunctionType::return...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (show other bugs)
Version: 5.2.1
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 392601 394233 394315 396196 396580 397478 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-03-12 06:43 UTC by Cyp
Modified: 2018-08-15 09:35 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.2.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyp 2018-03-12 06:43:02 UTC
After clicking to submit this with drkonqi, it said my login wasn't valid, even though it had just validated my login on an earlier screen. Submitting manually.

----

Application: kdevelop (5.2.1)
Qt Version: 5.7.1
Frameworks Version: 5.40.0
Operating System: Linux 4.14.13-gentoo x86_64
Distribution: "Gentoo Base System release 2.4.1"

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

I pressed Enter in kdevelop, trying to accept an autocomplete suggestion.

Have also had crashes in kwrite recently (since last updating) when pressing Enter, but not trying to accept any autocomplete suggestions. I'm guessing it's the same issue.

If restarting kdevelop (or kwrite) and pressing Enter in the same place without editing too much, it sometimes crashes consistently.

The crash can be reproduced sometimes.

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

Thread 17 (Thread 0x7f14bd7fa700 (LWP 12539)):
#0  0x00007f153bcbe8e3 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f14bd7f9ce0, expected=0, futex_word=0x55e131e82d64) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f14bd7f9d90, mutex=0x55e131e82d10, cond=0x55e131e82d38) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x55e131e82d38, mutex=0x55e131e82d10, abstime=0x7f14bd7f9d90) at pthread_cond_wait.c:667
#3  0x00007f15427bae78 in QWaitConditionPrivate::wait_relative (time=30000, this=0x55e131e82d10) at thread/qwaitcondition_unix.cpp:133
#4  QWaitConditionPrivate::wait (time=30000, this=0x55e131e82d10) at thread/qwaitcondition_unix.cpp:141
#5  QWaitCondition::wait (this=this@entry=0x55e131e823a0, mutex=mutex@entry=0x55e131e82ab0, time=30000) at thread/qwaitcondition_unix.cpp:215
#6  0x00007f15427b78dd in QThreadPoolThread::run (this=0x55e131e82390) at thread/qthreadpool.cpp:133
#7  0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e131e82390) at thread/qthread_unix.cpp:368
#8  0x00007f153bcb7677 in start_thread (arg=0x7f14bd7fa700) at pthread_create.c:456
#9  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 16 (Thread 0x7f14beffd700 (LWP 12536)):
#0  0x00007f154204728d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f1539d97bc0 in read (__nbytes=16, __buf=0x7f14beffcbf0, __fd=<optimized out>) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x7f14b8002730) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gwakeup.c:210
#3  0x00007f1539d5328e in g_main_context_check (context=context@entry=0x7f14b4000990, max_priority=2147483647, fds=fds@entry=0x7f14b40013c0, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3750
#4  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14b4000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#5  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14b4000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#6  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14b40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14beffce10, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#8  0x00007f15427b6513 in QThread::exec (this=this@entry=0x55e131cf7d30) at thread/qthread.cpp:507
#9  0x00007f14ce023825 in QQuickXmlQueryEngine::run (this=0x55e131cf7d30) at qqmlxmllistmodel.cpp:323
#10 0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e131cf7d30) at thread/qthread_unix.cpp:368
#11 0x00007f153bcb7677 in start_thread (arg=0x7f14beffd700) at pthread_create.c:456
#12 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 15 (Thread 0x7f14bffff700 (LWP 12534)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12db3bf84) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12db3bf30, cond=0x55e12db3bf58) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12db3bf58, mutex=0x55e12db3bf30) at pthread_cond_wait.c:655
#3  0x00007f15427bae9a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55e12db3bf30) at thread/qwaitcondition_unix.cpp:143
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x55e12dbcd7f0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#5  0x00007f1537a3900b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x55e12db3c1d0, th=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:594
#6  0x00007f1537a39e30 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x55e12db3c1d0, th=<optimized out>, th@entry=0x7f14c40013a0, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:554
#7  0x00007f1537a3e0e8 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:66
#8  0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#9  0x00007f1537a3e142 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:73
#10 0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#11 0x00007f1537a3e142 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:73
#12 0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c40013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#13 0x00007f1537a3bf09 in ThreadWeaver::Thread::run (this=0x7f14c40013a0) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/thread.cpp:103
#14 0x00007f15427ba83c in QThreadPrivate::start (arg=0x7f14c40013a0) at thread/qthread_unix.cpp:368
#15 0x00007f153bcb7677 in start_thread (arg=0x7f14bffff700) at pthread_create.c:456
#16 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 14 (Thread 0x7f14cc9e1700 (LWP 12533)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12db3bf84) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12db3bf30, cond=0x55e12db3bf58) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12db3bf58, mutex=0x55e12db3bf30) at pthread_cond_wait.c:655
#3  0x00007f15427bae9a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55e12db3bf30) at thread/qwaitcondition_unix.cpp:143
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x55e12dbcd7f0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#5  0x00007f1537a3900b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x55e12db3c1d0, th=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:594
#6  0x00007f1537a39e30 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x55e12db3c1d0, th=<optimized out>, th@entry=0x7f14c00013a0, threadWasBusy=threadWasBusy@entry=true, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:554
#7  0x00007f1537a3e0e8 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c00013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:66
#8  0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c00013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#9  0x00007f1537a3bf09 in ThreadWeaver::Thread::run (this=0x7f14c00013a0) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/thread.cpp:103
#10 0x00007f15427ba83c in QThreadPrivate::start (arg=0x7f14c00013a0) at thread/qthread_unix.cpp:368
#11 0x00007f153bcb7677 in start_thread (arg=0x7f14cc9e1700) at pthread_create.c:456
#12 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 13 (Thread 0x7f14cd1e2700 (LWP 12532)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12db3bf84) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12db3bf30, cond=0x55e12db3bf58) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12db3bf58, mutex=0x55e12db3bf30) at pthread_cond_wait.c:655
#3  0x00007f15427bae9a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55e12db3bf30) at thread/qwaitcondition_unix.cpp:143
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x55e12dbcd7f0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#5  0x00007f1537a3900b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x55e12db3c1d0, th=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:594
#6  0x00007f1537a39e30 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x55e12db3c1d0, th=<optimized out>, th@entry=0x7f14c80013a0, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:554
#7  0x00007f1537a3e0e8 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:66
#8  0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#9  0x00007f1537a3e142 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:73
#10 0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#11 0x00007f1537a3e142 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:73
#12 0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7f14c80013a0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#13 0x00007f1537a3bf09 in ThreadWeaver::Thread::run (this=0x7f14c80013a0) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/thread.cpp:103
#14 0x00007f15427ba83c in QThreadPrivate::start (arg=0x7f14c80013a0) at thread/qthread_unix.cpp:368
#15 0x00007f153bcb7677 in start_thread (arg=0x7f14cd1e2700) at pthread_create.c:456
#16 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 12 (Thread 0x7f14cd9e3700 (LWP 12531)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12db3bf84) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12db3bf30, cond=0x55e12db3bf58) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12db3bf58, mutex=0x55e12db3bf30) at pthread_cond_wait.c:655
#3  0x00007f15427bae9a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55e12db3bf30) at thread/qwaitcondition_unix.cpp:143
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x55e12dbcd7f0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#5  0x00007f1537a3900b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x55e12db3c1d0, th=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:594
#6  0x00007f1537a39e30 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x55e12db3c1d0, th=<optimized out>, th@entry=0x55e12e6d22e0, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:554
#7  0x00007f1537a3e0e8 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x55e12e6d22e0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:66
#8  0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x55e12e6d22e0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#9  0x00007f1537a3e142 in ThreadWeaver::WorkingHardState::applyForWork (this=0x55e12dbc87e0, th=0x55e12e6d22e0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/workinghardstate.cpp:73
#10 0x00007f1537a38f6d in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x55e12e6d22e0, wasBusy=<optimized out>) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/weaver.cpp:568
#11 0x00007f1537a3bf09 in ThreadWeaver::Thread::run (this=0x55e12e6d22e0) at /var/tmp/portage/kde-frameworks/threadweaver-5.40.0/work/threadweaver-5.40.0/src/thread.cpp:103
#12 0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12e6d22e0) at thread/qthread_unix.cpp:368
#13 0x00007f153bcb7677 in start_thread (arg=0x7f14cd9e3700) at pthread_create.c:456
#14 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 11 (Thread 0x7f14d54bf700 (LWP 12521)):
#0  0x00007f154204728d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f1539d97bc0 in read (__nbytes=16, __buf=0x7f14d54beb40, __fd=<optimized out>) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x7f14dc002580) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gwakeup.c:210
#3  0x00007f1539d5328e in g_main_context_check (context=context@entry=0x7f14d0000990, max_priority=2147483647, fds=fds@entry=0x7f14d0003050, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3750
#4  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14d0000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#5  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14d0000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#6  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14d00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14d54bed60, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#8  0x00007f15427b6513 in QThread::exec (this=this@entry=0x55e12e76a2e0) at thread/qthread.cpp:507
#9  0x00007f154028a65f in KDevelop::CompletionWorkerThread::run (this=0x55e12e76a2e0) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/kdevplatform/language/codecompletion/codecompletionmodel.cpp:79
#10 0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12e76a2e0) at thread/qthread_unix.cpp:368
#11 0x00007f153bcb7677 in start_thread (arg=0x7f14d54bf700) at pthread_create.c:456
#12 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 10 (Thread 0x7f14f582d700 (LWP 12520)):
#0  0x00007f1539d98f79 in g_mutex_lock (mutex=mutex@entry=0x7f14dc000990) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gthread-posix.c:1336
#1  0x00007f1539d531d4 in g_main_context_check (context=context@entry=0x7f14dc000990, max_priority=2147483647, fds=fds@entry=0x7f14dc002e70, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3809
#2  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14dc000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#3  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14dc000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#4  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14dc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14f582ce10, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f15427b6513 in QThread::exec (this=this@entry=0x55e12e483b70) at thread/qthread.cpp:507
#7  0x00007f1538661005 in QQmlThreadPrivate::run (this=0x55e12e483b70) at qml/ftw/qqmlthread.cpp:147
#8  0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12e483b70) at thread/qthread_unix.cpp:368
#9  0x00007f153bcb7677 in start_thread (arg=0x7f14f582d700) at pthread_create.c:456
#10 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 9 (Thread 0x7f14f502c700 (LWP 12518)):
#0  0x00007f154299ddd2 in socketNotifierSourceCheck (source=0x7f14ec001250) at kernel/qeventdispatcher_glib.cpp:75
#1  0x00007f1539d531c9 in g_main_context_check (context=context@entry=0x7f14ec0008c0, max_priority=2147483647, fds=fds@entry=0x7f14ec001370, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3805
#2  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14ec0008c0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#3  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14ec0008c0, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#4  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14ec003000, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14f502be30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f15427b6513 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:507
#7  0x00007f15427ba83c in QThreadPrivate::start (arg=0x7f1534c6d808 <KDevelop::(anonymous namespace)::Q_QGS_s_parsingThread::innerFunction()::holder+8>) at thread/qthread_unix.cpp:368
#8  0x00007f153bcb7677 in start_thread (arg=0x7f14f502c700) at pthread_create.c:456
#9  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 8 (Thread 0x7f14f602e700 (LWP 12509)):
#0  g_main_context_check (context=context@entry=0x7f14e8000990, max_priority=2147483647, fds=fds@entry=0x7f14e8002c70, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3797
#1  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14e8000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#2  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14e8000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#3  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14e80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14f602de30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f15427b6513 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:507
#6  0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12e280980) at thread/qthread_unix.cpp:368
#7  0x00007f153bcb7677 in start_thread (arg=0x7f14f602e700) at pthread_create.c:456
#8  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 7 (Thread 0x7f14f7fff700 (LWP 12508)):
#0  0x00007f154204728d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f1539d97bc0 in read (__nbytes=16, __buf=0x7f14f7ffeb40, __fd=<optimized out>) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x7f14f8002330) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gwakeup.c:210
#3  0x00007f1539d5328e in g_main_context_check (context=context@entry=0x7f14f0000990, max_priority=2147483647, fds=fds@entry=0x7f14f0003800, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3750
#4  0x00007f1539d53764 in g_main_context_iterate (context=context@entry=0x7f14f0000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3969
#5  0x00007f1539d538dc in g_main_context_iteration (context=0x7f14f0000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#6  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14f00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14f7ffed60, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#8  0x00007f15427b6513 in QThread::exec (this=this@entry=0x55e12de69c00) at thread/qthread.cpp:507
#9  0x00007f154028a65f in KDevelop::CompletionWorkerThread::run (this=0x55e12de69c00) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/kdevplatform/language/codecompletion/codecompletionmodel.cpp:79
#10 0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12de69c00) at thread/qthread_unix.cpp:368
#11 0x00007f153bcb7677 in start_thread (arg=0x7f14f7fff700) at pthread_create.c:456
#12 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 6 (Thread 0x7f14fd6e0700 (LWP 12507)):
#0  0x00007f1542065c81 in __GI___clock_gettime (clock_id=clock_id@entry=1, tp=tp@entry=0x7f14fd6dfb10) at ../sysdeps/unix/clock_gettime.c:93
#1  0x00007f1542850af1 in qt_clock_gettime (ts=0x7f14fd6dfb10, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:109
#2  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:164
#3  qt_gettime () at tools/qelapsedtimer_unix.cpp:173
#4  0x00007f154299c6e9 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7f14f8002ad0) at kernel/qtimerinfo_unix.cpp:91
#5  0x00007f154299cae5 in QTimerInfoList::timerWait (this=0x7f14f8002ad0, tm=...) at kernel/qtimerinfo_unix.cpp:388
#6  0x00007f154299dcfc in timerSourcePrepareHelper (src=<optimized out>, timeout=0x7f14fd6dfbf4) at kernel/qeventdispatcher_glib.cpp:132
#7  0x00007f154299ddc5 in timerSourcePrepare (source=<optimized out>, timeout=timeout@entry=0x7f14fd6dfbf4) at kernel/qeventdispatcher_glib.cpp:165
#8  0x00007f1539d52c9d in g_main_context_prepare (context=context@entry=0x7f14f8000990, priority=priority@entry=0x7f14fd6dfc80) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3536
#9  0x00007f1539d536eb in g_main_context_iterate (context=context@entry=0x7f14f8000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3952
#10 0x00007f1539d538dc in g_main_context_iteration (context=0x7f14f8000990, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#11 0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f14f80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#12 0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f14fd6dfdc0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#13 0x00007f15427b6513 in QThread::exec (this=this@entry=0x55e12dd0f330) at thread/qthread.cpp:507
#14 0x00007f154018927b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x55e12dd0f330) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/kdevplatform/language/duchain/duchain.cpp:283
#15 0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12dd0f330) at thread/qthread_unix.cpp:368
#16 0x00007f153bcb7677 in start_thread (arg=0x7f14fd6e0700) at pthread_create.c:456
#17 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 5 (Thread 0x7f14fe2df700 (LWP 12506)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12ddbf1f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12ddbf1a0, cond=0x55e12ddbf1c8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12ddbf1c8, mutex=0x55e12ddbf1a0) at pthread_cond_wait.c:655
#3  0x00007f1512883d8b in cnd_wait (mtx=0x55e12ddbf1a0, cond=0x55e12ddbf1c8) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x55e12ddbf7b0) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/src/util/u_queue.c:171
#5  0x00007f1512883c97 in impl_thrd_routine (p=<optimized out>) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/include/c11/threads_posix.h:87
#6  0x00007f153bcb7677 in start_thread (arg=0x7f14fe2df700) at pthread_create.c:456
#7  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 4 (Thread 0x7f14ff45b700 (LWP 12505)):
#0  0x00007f153bcbe4d6 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e12ddbc058) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55e12ddbc008, cond=0x55e12ddbc030) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55e12ddbc030, mutex=0x55e12ddbc008) at pthread_cond_wait.c:655
#3  0x00007f1512883d8b in cnd_wait (mtx=0x55e12ddbc008, cond=0x55e12ddbc030) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/include/c11/threads_posix.h:159
#4  util_queue_thread_func (input=input@entry=0x55e12ddbc390) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/src/util/u_queue.c:171
#5  0x00007f1512883c97 in impl_thrd_routine (p=<optimized out>) at /var/tmp/portage/media-libs/mesa-17.3.6/work/mesa-17.3.6/include/c11/threads_posix.h:87
#6  0x00007f153bcb7677 in start_thread (arg=0x7f14ff45b700) at pthread_create.c:456
#7  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 3 (Thread 0x7f151bfff700 (LWP 12504)):
#0  0x00007f154204b88d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f1539d537c6 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7f151401cd40, timeout=<optimized out>, context=0x7f1514003000) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4271
#2  g_main_context_iterate (context=context@entry=0x7f1514003000, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3967
#3  0x00007f1539d538dc in g_main_context_iteration (context=0x7f1514003000, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#4  0x00007f154299e05b in QEventDispatcherGlib::processEvents (this=0x7f15140012a0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7f151bffee00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f15427b6513 in QThread::exec (this=this@entry=0x7f1544bcdb20 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread.cpp:507
#7  0x00007f1544b59295 in QDBusConnectionManager::run (this=0x7f1544bcdb20 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:178
#8  0x00007f15427ba83c in QThreadPrivate::start (arg=0x7f1544bcdb20 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:368
#9  0x00007f153bcb7677 in start_thread (arg=0x7f151bfff700) at pthread_create.c:456
#10 0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 2 (Thread 0x7f1521598700 (LWP 12501)):
#0  0x00007f154204b88d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f1533564880 in poll (__timeout=-1, __nfds=1, __fds=0x7f1521597d38) at /usr/include/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x55e12d8387c0, cond=cond@entry=0x55e12d838800, vector=vector@entry=0x0, count=count@entry=0x0) at /var/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/src/xcb_conn.c:479
#3  0x00007f1533566619 in xcb_wait_for_event (c=0x55e12d8387c0) at /var/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/src/xcb_in.c:693
#4  0x00007f15238f9bb9 in QXcbEventReader::run (this=0x55e12d84b8e0) at qxcbconnection.cpp:1343
#5  0x00007f15427ba83c in QThreadPrivate::start (arg=0x55e12d84b8e0) at thread/qthread_unix.cpp:368
#6  0x00007f153bcb7677 in start_thread (arg=0x7f1521598700) at pthread_create.c:456
#7  0x00007f1542056c2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 1 (Thread 0x7f152a655780 (LWP 12500)):
[KCrash Handler]
#6  KDevelop::FunctionType::returnType (this=0x0) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/kdevplatform/language/duchain/types/functiontype.cpp:104
#7  0x00007f14e0361d29 in (anonymous namespace)::DeclarationItem::execute (this=0x7f14d003a8a0, view=0x55e12ed5ddc0, word=...) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/plugins/clang/codecompletion/context.cpp:241
#8  0x00007f153ee433f6 in KateCompletionWidget::execute (this=0x55e12eec61c0) at /var/tmp/portage/kde-frameworks/ktexteditor-5.40.0/work/ktexteditor-5.40.0/src/completion/katecompletionwidget.cpp:888
#9  0x00007f153efaaf8a in KateNormalInputMode::keyPress (this=0x55e12ed63d40, e=0x7ffc4f8a4840) at /var/tmp/portage/kde-frameworks/ktexteditor-5.40.0/work/ktexteditor-5.40.0/src/inputmode/katenormalinputmode.cpp:231
#10 0x00007f153ef2ad18 in KateViewInternal::keyPressEvent (this=0x55e12eddca50, e=0x7ffc4f8a4840) at /var/tmp/portage/kde-frameworks/ktexteditor-5.40.0/work/ktexteditor-5.40.0/src/view/kateviewinternal.cpp:2392
#11 0x00007f153ef33263 in KateViewInternal::eventFilter (this=0x55e12eddca50, obj=0x55e12eddca50, e=0x7ffc4f8a4840) at /var/tmp/portage/kde-frameworks/ktexteditor-5.40.0/work/ktexteditor-5.40.0/src/view/kateviewinternal.cpp:2312
#12 0x00007f1542950262 in QCoreApplicationPrivate::sendThroughObjectEventFilters (receiver=receiver@entry=0x55e12eddca50, event=event@entry=0x7ffc4f8a4840) at kernel/qcoreapplication.cpp:1099
#13 0x00007f154337bdf5 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55e12eddca50, e=0x7ffc4f8a4840) at kernel/qapplication.cpp:3795
#14 0x00007f1543384f0c in QApplication::notify (this=<optimized out>, receiver=0x55e12eddca50, e=0x7ffc4f8a4840) at kernel/qapplication.cpp:3181
#15 0x00007f154295047a in QCoreApplication::notifyInternal2 (receiver=0x55e12eddca50, event=0x7ffc4f8a4840) at kernel/qcoreapplication.cpp:988
#16 0x00007f15433dfd1b in QWidgetWindow::event (this=0x55e12dbe4a20, event=0x7ffc4f8a4840) at kernel/qwidgetwindow.cpp:232
#17 0x00007f154337be1c in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55e12dbe4a20, e=0x7ffc4f8a4840) at kernel/qapplication.cpp:3799
#18 0x00007f1543383581 in QApplication::notify (this=0x7ffc4f8a4d10, receiver=0x55e12dbe4a20, e=0x7ffc4f8a4840) at kernel/qapplication.cpp:3556
#19 0x00007f154295047a in QCoreApplication::notifyInternal2 (receiver=receiver@entry=0x55e12dbe4a20, event=event@entry=0x7ffc4f8a4840) at kernel/qcoreapplication.cpp:988
#20 0x00007f1542e7bf98 in QCoreApplication::sendSpontaneousEvent (event=0x7ffc4f8a4840, receiver=0x55e12dbe4a20) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
#21 QGuiApplicationPrivate::processKeyEvent (e=0x55e13255b740) at kernel/qguiapplication.cpp:2016
#22 0x00007f1542e81515 in QGuiApplicationPrivate::processWindowSystemEvent (e=e@entry=0x55e13255b740) at kernel/qguiapplication.cpp:1693
#23 0x00007f1542e624eb in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at kernel/qwindowsysteminterface.cpp:659
#24 0x00007f152392fb10 in userEventSourceDispatch (source=<optimized out>) at eventdispatchers/qeventdispatcher_glib.cpp:76
#25 0x00007f1539d535c7 in g_main_dispatch (context=0x7f151c0016f0) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3234
#26 g_main_context_dispatch (context=context@entry=0x7f151c0016f0) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3899
#27 0x00007f1539d53830 in g_main_context_iterate (context=context@entry=0x7f151c0016f0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3972
#28 0x00007f1539d538dc in g_main_context_iteration (context=0x7f151c0016f0, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4033
#29 0x00007f154299e03f in QEventDispatcherGlib::processEvents (this=0x55e12d897cb0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#30 0x00007f154294f40a in QEventLoop::exec (this=this@entry=0x7ffc4f8a4b40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#31 0x00007f1542956f0c in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1261
#32 0x000055e12d08406e in main (argc=<optimized out>, argv=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-5.2.1/work/kdevelop-5.2.1/app/main.cpp:793

Report to https://bugs.kde.org/
Comment 1 Cyp 2018-03-12 06:51:10 UTC
Apparently also crashes if double-clicking on the autocomplete thing instead of pressing Enter.

Now started updating to frameworks 5.43.0, since it's available now in Gentoo.
Comment 2 Cyp 2018-03-13 15:58:10 UTC
(In reply to Cyp from comment #1)
> Now started updating to frameworks 5.43.0, since it's available now in Gentoo.

Still crashing after updating to frameworks 5.43.0 and pressing the clear cache button that appears when kdevelop crashes.
Comment 3 Kevin Funk 2018-03-15 18:47:47 UTC
Git commit 8e3304857aad1f7e84c61fa9ec1877ea26b9dc5c by Kevin Funk.
Committed on 15/03/2018 at 18:41.
Pushed by kfunk into branch '5.2'.

Fix crash when activating code completion item
FIXED-IN: 5.2.2

M  +7    -4    plugins/clang/codecompletion/context.cpp

https://commits.kde.org/kdevelop/8e3304857aad1f7e84c61fa9ec1877ea26b9dc5c
Comment 4 Kevin Funk 2018-04-05 05:39:21 UTC
*** Bug 392601 has been marked as a duplicate of this bug. ***
Comment 5 Kevin Funk 2018-05-14 09:07:50 UTC
*** Bug 394233 has been marked as a duplicate of this bug. ***
Comment 6 Kevin Funk 2018-05-18 07:23:28 UTC
*** Bug 394315 has been marked as a duplicate of this bug. ***
Comment 7 Kevin Funk 2018-08-15 09:34:00 UTC
*** Bug 396580 has been marked as a duplicate of this bug. ***
Comment 8 Kevin Funk 2018-08-15 09:35:23 UTC
*** Bug 396196 has been marked as a duplicate of this bug. ***
Comment 9 Kevin Funk 2018-08-15 09:35:34 UTC
*** Bug 397478 has been marked as a duplicate of this bug. ***