Bug 372196 - kate crash when opening files on system mounted cifs share (not kio)
Summary: kate crash when opening files on system mounted cifs share (not kio)
Status: RESOLVED UPSTREAM
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL: https://github.com/libgit2/libgit2/is...
Keywords: drkonqi
: 378672 383374 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-11-07 20:06 UTC by Luiz Angelo De Luca
Modified: 2017-09-05 20:04 UTC (History)
2 users (show)

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 Luiz Angelo De Luca 2016-11-07 20:06:29 UTC
Application: kate (16.08.2)

Qt Version: 5.7.0
Frameworks Version: 5.27.0
Operating System: Linux 4.8.6-1-default x86_64
Distribution: "openSUSE Tumbleweed"

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

I just tried to open a shell script on a mounted shared. Kate simply crashed.
I did not try to use smb:// kio.
The same file opens nicely if copied to local FS

The crash can be reproduced every time.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb2ab641040 (LWP 22912))]

Thread 38 (Thread 0x7fb220ff9700 (LWP 31834)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb204003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb204003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb204003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb204003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb204003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 37 (Thread 0x7fb2217fa700 (LWP 31833)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb210002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb210002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb210002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb210002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb210002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 36 (Thread 0x7fb221ffb700 (LWP 31832)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb20c0027d0, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb20c0027d0, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb20c0027d0, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb20c0027d0) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb20c0027d0) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 35 (Thread 0x7fb2227fc700 (LWP 31831)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb218002b90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb218002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb218002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb218002b90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb218002b90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 34 (Thread 0x7fb222ffd700 (LWP 31830)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb214002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb214002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb214002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb214002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb214002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 33 (Thread 0x7fb2237fe700 (LWP 31829)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb21c003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb21c003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb21c003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb21c003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb21c003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 32 (Thread 0x7fb223fff700 (LWP 31828)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb228002b90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb228002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb228002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb228002b90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb228002b90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 31 (Thread 0x7fb240ff9700 (LWP 31827)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb224003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb224003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb224003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb224003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb224003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 30 (Thread 0x7fb2417fa700 (LWP 31826)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb230002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb230002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb230002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb230002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb230002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 29 (Thread 0x7fb241ffb700 (LWP 31825)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb22c002b90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb22c002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb22c002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb22c002b90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb22c002b90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 28 (Thread 0x7fb2427fc700 (LWP 31824)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb238003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb238003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb238003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb238003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb238003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 27 (Thread 0x7fb242ffd700 (LWP 31823)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb234003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb234003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb234003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb234003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb234003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7fb2437fe700 (LWP 31822)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb23c002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb23c002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb23c002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb23c002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb23c002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 25 (Thread 0x7fb243fff700 (LWP 31821)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb248002b90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb248002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb248002b90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb248002b90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb248002b90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 24 (Thread 0x7fb260ff9700 (LWP 31820)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb244003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb244003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb244003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb244003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb244003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 23 (Thread 0x7fb2617fa700 (LWP 31819)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb2500025d0, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb2500025d0, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb2500025d0, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb2500025d0) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb2500025d0) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 22 (Thread 0x7fb261ffb700 (LWP 31818)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb24c002d90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb24c002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb24c002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb24c002d90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb24c002d90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 21 (Thread 0x7fb2627fc700 (LWP 31817)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb258002d90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb258002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb258002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb258002d90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb258002d90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7fb262ffd700 (LWP 31816)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb254003190, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb254003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb254003190, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb254003190) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb254003190) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7fb2637fe700 (LWP 31815)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb25c002d90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb25c002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb25c002d90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb25c002d90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb25c002d90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 18 (Thread 0x7fb263fff700 (LWP 31814)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb268002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb268002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb268002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb268002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb268002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 17 (Thread 0x7fb270e84700 (LWP 31813)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb264002f90, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb264002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb264002f90, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb264002f90) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb264002f90) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7fb271685700 (LWP 31812)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1164b80) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x109aac0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb282e5607b in ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked (this=this@entry=0x1171d90, th=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:594
#4  0x00007fb282e56e60 in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x1171d90, th=<optimized out>, th@entry=0x7fb26c00cb30, threadWasBusy=threadWasBusy@entry=false, suspendIfInactive=suspendIfInactive@entry=false, justReturning=justReturning@entry=false) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:554
#5  0x00007fb282e5b018 in ThreadWeaver::WorkingHardState::applyForWork (this=0x109cfe0, th=0x7fb26c00cb30, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/workinghardstate.cpp:66
#6  0x00007fb282e55fdd in ThreadWeaver::Weaver::applyForWork (this=<optimized out>, th=0x7fb26c00cb30, wasBusy=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/weaver.cpp:568
#7  0x00007fb282e58ea9 in ThreadWeaver::Thread::run (this=0x7fb26c00cb30) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:103
#8  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb26c00cb30) at thread/qthread_unix.cpp:344
#9  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7fb271e86700 (LWP 31811)):
[KCrash Handler]
#6  0x00007fb2a5bb5956 in strlen () from /lib64/libc.so.6
#7  0x00007fb2a5b7e323 in vfprintf () from /lib64/libc.so.6
#8  0x00007fb2a5c2b366 in __vsnprintf_chk () from /lib64/libc.so.6
#9  0x00007fb2a53dbe60 in vsnprintf (__ap=0x7fb271e85240, __fmt=0x7fb2a547663f "Could not read directory '%s'", __n=<optimized out>, __s=<optimized out>) at /usr/include/bits/stdio2.h:77
#10 git_buf_vprintf (buf=buf@entry=0x7fb26c00d5d8, format=format@entry=0x7fb2a547663f "Could not read directory '%s'", ap=ap@entry=0x7fb271e85290) at /usr/src/debug/libgit2-0.24.1/src/buffer.c:379
#11 0x00007fb2a53fe0b4 in giterr_set (error_class=error_class@entry=2, string=string@entry=0x7fb2a547663f "Could not read directory '%s'") at /usr/src/debug/libgit2-0.24.1/src/errors.c:62
#12 0x00007fb2a543418d in git_path_diriter_next (diriter=diriter@entry=0x7fb271e85420) at /usr/src/debug/libgit2-0.24.1/src/path.c:1316
#13 0x00007fb2a54179f0 in dirload_with_stat (fi=0x7fb26c015a70, contents=0x7fb26c013e48) at /usr/src/debug/libgit2-0.24.1/src/iterator.c:1256
#14 fs_iterator__expand_dir (fi=fi@entry=0x7fb26c015a70) at /usr/src/debug/libgit2-0.24.1/src/iterator.c:1363
#15 0x00007fb2a5417e45 in fs_iterator__advance_into (entry=0x7fb271e85580, iter=0x7fb26c015a70) at /usr/src/debug/libgit2-0.24.1/src/iterator.c:1432
#16 0x00007fb2a53f2b1e in git_iterator_advance_into (iter=<optimized out>, entry=0x7fb271e85580) at /usr/src/debug/libgit2-0.24.1/src/iterator.h:181
#17 iterator_advance_into (iterator=<optimized out>, entry=0x7fb271e85580) at /usr/src/debug/libgit2-0.24.1/src/diff.c:975
#18 handle_unmatched_new_item (info=0x7fb271e85560, diff=0x7fb26c013d10) at /usr/src/debug/libgit2-0.24.1/src/diff.c:1086
#19 git_diff__from_iterators (diff_ptr=diff_ptr@entry=0x7fb26c015a38, repo=repo@entry=0x7fb26c00d3b0, old_iter=0x7fb26c014150, new_iter=0x7fb26c015a70, opts=opts@entry=0x7fb271e85710) at /usr/src/debug/libgit2-0.24.1/src/diff.c:1271
#20 0x00007fb2a53f3f82 in git_diff_index_to_workdir (diff=diff@entry=0x7fb26c015a38, repo=repo@entry=0x7fb26c00d3b0, index=<optimized out>, opts=opts@entry=0x7fb271e85710) at /usr/src/debug/libgit2-0.24.1/src/diff.c:1397
#21 0x00007fb2a5453345 in git_status_list_new (out=out@entry=0x7fb271e857c0, repo=0x7fb26c00d3b0, opts=opts@entry=0x0) at /usr/src/debug/libgit2-0.24.1/src/status.c:344
#22 0x00007fb2a5453501 in git_status_foreach_ext (repo=<optimized out>, opts=opts@entry=0x0, cb=cb@entry=0x7fb2832d8a50 <(anonymous namespace)::gitStatusListWalker(char const*, unsigned int, void*)>, payload=payload@entry=0x7fb271e85880) at /usr/src/debug/libgit2-0.24.1/src/status.c:424
#23 0x00007fb2a54535cd in git_status_foreach (repo=<optimized out>, cb=cb@entry=0x7fb2832d8a50 <(anonymous namespace)::gitStatusListWalker(char const*, unsigned int, void*)>, payload=payload@entry=0x7fb271e85880) at /usr/src/debug/libgit2-0.24.1/src/status.c:446
#24 0x00007fb2832d8ff0 in (anonymous namespace)::gitSearchStatusList (basedir=..., repo=<optimized out>) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:343
#25 KateProjectWorker::filesFromGit (this=this@entry=0x18d7390, dir=..., recursive=recursive@entry=true) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:406
#26 0x00007fb2832db606 in KateProjectWorker::findFiles (this=this@entry=0x18d7390, dir=..., filesEntry=...) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:234
#27 0x00007fb2832db8af in KateProjectWorker::loadFilesEntry (this=this@entry=0x18d7390, parent=parent@entry=0x7fb26c00d080, filesEntry=..., file2Item=file2Item@entry=0x7fb26c00d0c0) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:170
#28 0x00007fb2832dc8f1 in KateProjectWorker::loadProject (this=this@entry=0x18d7390, parent=parent@entry=0x7fb26c00d080, project=..., file2Item=file2Item@entry=0x7fb26c00d0c0) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:101
#29 0x00007fb2832ddde6 in KateProjectWorker::run (this=0x18d7390) at /usr/src/debug/kate-16.08.2/addons/project/kateprojectworker.cpp:56
#30 0x00007fb282e5a798 in ThreadWeaver::Executor::run (this=<optimized out>, job=..., thread=<optimized out>) at /usr/src/debug/threadweaver-5.27.0/src/executor.cpp:52
#31 0x00007fb282e592e0 in ThreadWeaver::Job::execute (this=<optimized out>, self=..., th=0x15d3020) at /usr/src/debug/threadweaver-5.27.0/src/job.cpp:83
#32 0x00007fb282e58df0 in ThreadWeaver::Thread::run (this=0x15d3020) at /usr/src/debug/threadweaver-5.27.0/src/thread.cpp:114
#33 0x00007fb2a6614558 in QThreadPrivate::start (arg=0x15d3020) at thread/qthread_unix.cpp:344
#34 0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#35 0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7fb275349700 (LWP 22926)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7fb275b4a700 (LWP 22925)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 12 (Thread 0x7fb27634b700 (LWP 22924)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7fb276b4c700 (LWP 22923)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7fb27734d700 (LWP 22922)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7fb277b4e700 (LWP 22921)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7fb27834f700 (LWP 22920)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7fb278b50700 (LWP 22919)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7fb279351700 (LWP 22918)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7fb279b52700 (LWP 22917)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7fb27a353700 (LWP 22916)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fb27ab54700 (LWP 22915)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb281f10693 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x00007fb281f104f7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#4  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fb29a033700 (LWP 22913)):
#0  0x00007fb2a5c1468d in poll () from /lib64/libc.so.6
#1  0x00007fb2a06a8876 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007fb2a06a898c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fb2a683777f in QEventDispatcherGlib::processEvents (this=0x7fb2940008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#4  0x00007fb2a67e11ea in QEventLoop::exec (this=this@entry=0x7fb29a032c90, flags=..., flags@entry=...) at kernel/qeventloop.cpp:210
#5  0x00007fb2a660f8b3 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:507
#6  0x00007fb2a6c493e5 in ?? () from /usr/lib64/libQt5DBus.so.5
#7  0x00007fb2a6614558 in QThreadPrivate::start (arg=0x7fb2a6ebad20) at thread/qthread_unix.cpp:344
#8  0x00007fb2a25cb454 in start_thread () from /lib64/libpthread.so.0
#9  0x00007fb2a5c1d39f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fb2ab641040 (LWP 22912)):
#0  0x00007fb2a25d110f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fb2a661540b in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x1385480) at thread/qwaitcondition_unix.cpp:143
#2  QWaitCondition::wait (this=this@entry=0x17e0e68, mutex=mutex@entry=0x17e0e60, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:215
#3  0x00007fb2a660e2f3 in QSemaphore::acquire (this=this@entry=0x7ffff6f92190, n=n@entry=1) at thread/qsemaphore.cpp:143
#4  0x00007fb2a680f11e in QMetaObject::activate (sender=sender@entry=0x10d6e80, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffff6f92220) at kernel/qobject.cpp:3708
#5  0x00007fb2a680f7c7 in QMetaObject::activate (sender=sender@entry=0x10d6e80, m=m@entry=0x7fb2a6c1f8e0 <QObject::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffff6f92220) at kernel/qobject.cpp:3602
#6  0x00007fb2a680f86f in QObject::destroyed (this=this@entry=0x10d6e80, _t1=<optimized out>, _t1@entry=0x10d6e80) at .moc/moc_qobject.cpp:213
#7  0x00007fb2a68164f5 in QObject::~QObject (this=<optimized out>, __in_chrg=<optimized out>) at kernel/qobject.cpp:920
#8  0x00007fb2a6c9ff19 in QDBusServiceWatcher::~QDBusServiceWatcher() () from /usr/lib64/libQt5DBus.so.5
#9  0x00007fb2a680d6d1 in QObjectPrivate::deleteChildren (this=this@entry=0x117e4d0) at kernel/qobject.cpp:1970
#10 0x00007fb2a6816a4f in QObject::~QObject (this=<optimized out>, __in_chrg=<optimized out>) at kernel/qobject.cpp:1041
#11 0x00007fb2a35cc5e9 in ?? () from /usr/lib64/libKF5GlobalAccel.so.5
#12 0x00007fb2a5b6aea0 in __run_exit_handlers () from /lib64/libc.so.6
#13 0x00007fb2a5b6aefa in exit () from /lib64/libc.so.6
#14 0x00007fb299335d53 in QXcbConnection::processXcbEvents() () from /usr/lib64/libQt5XcbQpa.so.5
#15 0x00007fb2a680fd59 in QObject::event (this=0xf82be0, e=<optimized out>) at kernel/qobject.cpp:1263
#16 0x00007fb2a7c3492c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#17 0x00007fb2a7c3c0e1 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#18 0x00007fb2a67e3200 in QCoreApplication::notifyInternal2 (receiver=0xf82be0, event=event@entry=0x7fb28c0198a0) at kernel/qcoreapplication.cpp:988
#19 0x00007fb2a67e598d in QCoreApplication::sendEvent (event=0x7fb28c0198a0, receiver=<optimized out>) at kernel/qcoreapplication.h:231
#20 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0xf5fdd0) at kernel/qcoreapplication.cpp:1649
#21 0x00007fb2a67e5df8 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1503
#22 0x00007fb2a6837373 in postEventSourceDispatch (s=0xfd58a0) at kernel/qeventdispatcher_glib.cpp:276
#23 0x00007fb2a06a8677 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#24 0x00007fb2a06a88e0 in ?? () from /usr/lib64/libglib-2.0.so.0
#25 0x00007fb2a06a898c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#26 0x00007fb2a683777f in QEventDispatcherGlib::processEvents (this=0xfde0a0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#27 0x00007fb2a67e11ea in QEventLoop::exec (this=this@entry=0x7ffff6f92a10, flags=..., flags@entry=...) at kernel/qeventloop.cpp:210
#28 0x00007fb2a67e995c in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1261
#29 0x0000000000446c39 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kate-16.08.2/kate/main.cpp:576

Reported using DrKonqi
Comment 1 Christoph Feck 2016-11-12 15:24:02 UTC
This is a crash in libgit2. Please report directly to libgit2 developers.
Comment 2 Dominik Haumann 2016-11-13 09:38:37 UTC
Do we need to blacklist this particular version in KTextEditor then? Or is it most certainly something that was also there in previous versions already?
Comment 3 Dominik Haumann 2016-11-13 12:27:01 UTC
Reported upstream: https://github.com/libgit2/libgit2/issues/4000
Comment 4 Dominik Haumann 2016-11-13 13:48:04 UTC
Luiz, can you give us more info?

What location are you exactly mounting to what location in the system?
See questions here: https://github.com/libgit2/libgit2/issues/4000
Comment 5 Luiz Angelo De Luca 2016-11-13 18:19:51 UTC
OK, I'll join the github discuss
Comment 6 Christoph Feck 2017-04-21 15:24:01 UTC
*** Bug 378672 has been marked as a duplicate of this bug. ***
Comment 7 Christoph Feck 2017-09-05 20:04:53 UTC
*** Bug 383374 has been marked as a duplicate of this bug. ***