[kdeconnect] [Bug 464253] Support NAT

2023-01-30 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=464253

AJ Jordan  changed:

   What|Removed |Added

 CC||j...@sprig.gs

--- Comment #1 from AJ Jordan  ---
*** Bug 375247 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 375247] It would be useful to provide a NAT-only mode for those of us running in a VM

2023-01-30 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=375247

AJ Jordan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||a...@strugee.net

--- Comment #2 from AJ Jordan  ---


*** This bug has been marked as a duplicate of bug 464253 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 438401] [Wayland] 3rd-party window decoration pixelatex/badly rendered when fractional display scaling is used

2023-01-18 Thread AJ Walter
https://bugs.kde.org/show_bug.cgi?id=438401

AJ Walter  changed:

   What|Removed |Added

 CC||me+...@awalter.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-systemmonitor] [Bug 462512] [NVIDIA] Missing sensor information after driver update

2023-01-06 Thread AJ Walter
https://bugs.kde.org/show_bug.cgi?id=462512

AJ Walter  changed:

   What|Removed |Added

 CC||me+...@awalter.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 445658] Clipboard sharing from Android to desktop doesn't work (only the other way around)

2022-02-19 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=445658

AJ Jordan  changed:

   What|Removed |Added

 CC||a...@strugee.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 440321] New: If a filesystem expose path is simply `primary:`, then suggest "Internal storage" as the filename

2021-07-27 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=440321

Bug ID: 440321
   Summary: If a filesystem expose path is simply `primary:`, then
suggest "Internal storage" as the filename
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Android 11.x
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: alex+...@strugee.net
  Target Milestone: ---

SUMMARY
When exposing the entire shared storage root, the app suggests a bad,
technical-sounding display name for the storage location.

STEPS TO REPRODUCE
1. Go to a paired device > three dots menu > Plugin settings > Filesystem
expose
2. Tap "Add storage location"
3. Tap the selection box for the location
4. Navigate to the shared storage root (labeled with the device name)
5. If there isn't a "Use this folder" button at the bottom, tap any folder,
then tap back
6. Tap "Use this folder"
7. Tap "Allow"

OBSERVED RESULT
The suggested display name is `primary`.

EXPECTED RESULT
The app should recognize that this location is special and suggest something
better, like "Internal storage". Or maybe "Shared storage"? I don't know if
this location will always be internal.

SOFTWARE/OS VERSIONS

I'm running the Android app version 1.17.0, installed from F-Droid and running
on LineageOS Android 11 on a Pixel 3a XL.

ADDITIONAL INFORMATION

N/A

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 440317] New: Display the version somewhere in the Android app

2021-07-27 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=440317

Bug ID: 440317
   Summary: Display the version somewhere in the Android app
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: alex+...@strugee.net
  Target Milestone: ---

SUMMARY

It's difficult to figure out what version of the Android app is installed. I
had to go look at F-Droid in order to figure it out, actually. This makes bug
reports difficult. (Note that newer Android versions no longer show app
versions in apps' "App info" pages.)

STEPS TO REPRODUCE
1. Look around the application settings for a version number 

OBSERVED RESULT
Can't find one.

EXPECTED RESULT
The app indicates its version somewhere.

SOFTWARE/OS VERSIONS

App version 1.17.0 running on Android 11.

ADDITIONAL INFORMATION

N/A

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 415978] KDE Connect only has SHA1 as authentication, but SHA1 is insecure, because it can be faked since 2017

2021-07-27 Thread AJ Jordan
https://bugs.kde.org/show_bug.cgi?id=415978

AJ Jordan  changed:

   What|Removed |Added

 CC||alex+...@strugee.net

--- Comment #2 from AJ Jordan  ---
Modern KDE Connect versions use SHA256. I suggest someone close this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 436159] Kdenlive crash on startup / OpenGL related

2021-04-27 Thread Olivier AJ
https://bugs.kde.org/show_bug.cgi?id=436159

Olivier AJ  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Olivier AJ  ---
Issue fixed.

Root cause was not Kdenlive, but Xorg, who load the free libglx.so, instead of
NVIDIA proprietary driver 

Extract from /var/log/Xorg.0.log with issue:
[ 8.701] (II) LoadModule: "glx"
[ 8.724] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.805] (II) Module glx: vendor="X.Org Foundation"

Extract from /var/log/Xorg.0.log with issue fixed:
[   870.828] (II) LoadModule: "glx"
[   870.828] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   870.833] (II) Module glx: vendor="NVIDIA Corporation"

Best regards

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 436159] New: Kdenlive crash on startup / OpenGL related

2021-04-25 Thread Olivier AJ
https://bugs.kde.org/show_bug.cgi?id=436159

Bug ID: 436159
   Summary: Kdenlive crash on startup / OpenGL related
   Product: kdenlive
   Version: 20.12.3
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: olivie...@free.fr
  Target Milestone: ---

Created attachment 137899
  --> https://bugs.kde.org/attachment.cgi?id=137899=edit
Trace log

SUMMARY
Issue occur on Kdenlive startup.
Graphical interface was not open, but it's look like he start to draw it.
The GUI and fail immediatelly after
I guess that issue is related on OpenGL window drawing, because crash trace
show:
QOpenGLContext::makeCurrent
Computer use NVIDIA proprietary drivers (legacy / 390.141-3).
Linux distribution is Debian Testing (Bullseye).


STEPS TO REPRODUCE
Open Kdenlive

OBSERVED RESULT
Crash


EXPECTED RESULT
No crash


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Système d’exploitation : Debian GNU/Linux bullseye/sid
Architecture de l’unité centrale : x86_64
Noyau : linux 5.10.0-6-amd64
KDE Plasma Version: 4:5.20.5-4
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksmserver] [Bug 356013] kdeinit crashed when using menu

2020-12-17 Thread AJ
https://bugs.kde.org/show_bug.cgi?id=356013

--- Comment #3 from AJ  ---
Thanks, it works for me now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksmserver] [Bug 356013] kdeinit crashed when using menu

2020-12-17 Thread AJ
https://bugs.kde.org/show_bug.cgi?id=356013

AJ  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413525] I don't know what is going on, or if I am doin this correctly, but, something is wrong with the color wheel, everything is all neon, and the blending is all messed up. This is my

2019-11-05 Thread AJ
https://bugs.kde.org/show_bug.cgi?id=413525

--- Comment #2 from AJ  ---
On Sun, Oct 27, 2019, 2:50 PM Boudewijn Rempt 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=413525
>
> Boudewijn Rempt  changed:
>
>What|Removed |Added
>
> 
>  CC||b...@valdyas.org
>  Status|REPORTED|NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #1 from Boudewijn Rempt  ---
> Please attach a screenshot showing the problem; include the full Krita
> window
> including statusbar annd everything.
>
> --
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413525] New: I don't know what is going on, or if I am doin this correctly, but, something is wrong with the color wheel, everything is all neon, and the blending is all messed up. This i

2019-10-27 Thread AJ
https://bugs.kde.org/show_bug.cgi?id=413525

Bug ID: 413525
   Summary: I don't know what is going on, or if I am doin this
correctly, but, something is wrong with the color
wheel, everything is all neon, and the blending is all
messed up. This is my favorite program, and I can't
draw in it correctly
   Product: krita
   Version: unspecified
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Color Selectors
  Assignee: krita-bugs-n...@kde.org
  Reporter: pineapplepea...@gmail.com
  Target Milestone: ---

SUMMARY
I don't know what is going on, or if I am doin this correctly, but, something
is wrong with the color wheel, everything is all neon, and the blending is all
messed up. This is my favorite program, and I can't draw in it correctly
without everything being all weird.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 390238] Plasma brings system to a crawl, segfaults then comes back

2018-02-11 Thread AJ Fite
https://bugs.kde.org/show_bug.cgi?id=390238

--- Comment #2 from AJ Fite <goldma...@gmail.com> ---
After doing somme more research and testing it looks like its the known memory
leak when a picture slideshow is being used as the desktop background.  After
switching to a static image the behavior hasn't returned, switching back
triggers the issue after a few hours.

I think there is another bug out there for this but I'm having trouble finding
it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 390238] New: Plasma brings system to a crawl, segfaults then comes back

2018-02-10 Thread AJ Fite
https://bugs.kde.org/show_bug.cgi?id=390238

Bug ID: 390238
   Summary: Plasma brings system to a crawl, segfaults then comes
back
   Product: plasmashell
   Version: 5.12.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: goldma...@gmail.com
  Target Milestone: 1.0

Application: plasmashell (5.12.0)

Qt Version: 5.10.0
Frameworks Version: 5.42.0
Operating System: Linux 4.15.2-2-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
Through normal use every few hours of system uptime the system begins
stutterring then fully locks up (no graphical movement, audio stops).  This
will take up to a few minutes to 10-15 minutes to resolve usually by
Plasmashell segfaulting.

"Application: Plasma (plasmashell), signal: Segmentation fault"

The crash can be reproduced every time.

System is Thinkpad T460s, Arch Linux x64, Intel i7 6600U, 20GB RAM

-- Backtrace:
A useful backtrace could not be generated

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 388754] New: System Settings crashes when "Font Management" is selected

2018-01-09 Thread AJ Fite
https://bugs.kde.org/show_bug.cgi?id=388754

Bug ID: 388754
   Summary: System Settings crashes when "Font Management" is
selected
   Product: systemsettings
   Version: 5.11.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: goldma...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.11.5)

Qt Version: 5.10.0
Frameworks Version: 5.41.0
Operating System: Linux 4.14.12-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

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

Any time "Font Management" is selected on the systems settings screen the
system settings app crashes

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f029878cc80 (LWP 22189))]

Thread 4 (Thread 0x7f02718cd700 (LWP 22192)):
#0  0x7f029435191b in poll () at /usr/lib/libc.so.6
#1  0x7f028dea3ed3 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f028dea3fae in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f0294c9c6b4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f0294c3e82b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f0294a4e78e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f0292abda19 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f0294a53b2d in  () at /usr/lib/libQt5Core.so.5
#8  0x7f02900a508c in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f029435be1f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7f0279730700 (LWP 22191)):
#0  0x7f028dea3eb8 in  () at /usr/lib/libglib-2.0.so.0
#1  0x7f028dea3fae in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#2  0x7f0294c9c6b4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f0294c3e82b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f0294a4e78e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f0292abda19 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7f0294a53b2d in  () at /usr/lib/libQt5Core.so.5
#7  0x7f02900a508c in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f029435be1f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f02830a1700 (LWP 22190)):
#0  0x7f029435191b in poll () at /usr/lib/libc.so.6
#1  0x7f028dea3ed3 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f028dea3fae in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f0294c9c6b4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f0294c3e82b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f0294a4e78e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f02950be416 in  () at /usr/lib/libQt5DBus.so.5
#7  0x7f0294a53b2d in  () at /usr/lib/libQt5Core.so.5
#8  0x7f02900a508c in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f029435be1f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f029878cc80 (LWP 22189)):
[KCrash Handler]
#5  0x7f0297732228 in vtable for KLineEdit () at
/usr/lib/libKF5Completion.so.5
#6  0x7f0290b711d5 in XAddExtension () at /usr/lib/libX11.so.6
#7  0x7f025302da05 in  () at /usr/lib/libXft.so.2
#8  0x7f025302dede in XftDefaultHasRender () at /usr/lib/libXft.so.2
#9  0x7f025302e410 in XftDefaultSubstitute () at /usr/lib/libXft.so.2
#10 0x7f0253030d45 in XftFontMatch () at /usr/lib/libXft.so.2
#11 0x7f0253030ed3 in XftFontOpen () at /usr/lib/libXft.so.2
#12 0x7f02536da51a in KFI::CFcEngine::getFont(int) () at
/usr/lib/libkfontinstui.so.5
#13 0x7f02536da9e4 in KFI::CFcEngine::queryFont() () at
/usr/lib/libkfontinstui.so.5
#14 0x7f02536db199 in KFI::CFcEngine::getSizes() () at
/usr/lib/libkfontinstui.so.5
#15 0x7f02536dc889 in KFI::CFcEngine::draw(QString const&, unsigned int,
int, QColor const&, QColor const&, int, int, bool,
QList const&, QList*) () at
/usr/lib/libkfontinstui.so.5
#16 0x7f0253b813fa in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#17 0x7f0253bb15a7 in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#18 0x7f0253bc76da in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#19 0x7f0294c70a06 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#20 0x7f0253bc5b56 in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#21 0x7f0253ba2f23 in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#22 0x7f0253bc6e59 in  () at /usr/lib/qt/plugins/kcm_fontinst.so
#23 0x7f0294c70a06 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#24 0x7f0294bea848 in 

[plasmashell] [Bug 378131] New: Plasma crashes after right clicking on dolphin file manager and closing

2017-03-26 Thread AJ Fite
https://bugs.kde.org/show_bug.cgi?id=378131

Bug ID: 378131
   Summary: Plasma crashes after right clicking on dolphin file
manager and closing
   Product: plasmashell
   Version: 5.9.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: goldma...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.9.4)

Qt Version: 5.8.0
Frameworks Version: 5.32.0
Operating System: Linux 4.10.5-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

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

I right clicked on the dolphin file manager in the icon-only task manager on my
bottom panel and selected "close".  There were multiple dolphin windows open at
the time.  This caused plasma to restart and dolphin was closed upon plasma
re-appearing.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f0c3be53800 (LWP 636))]

Thread 16 (Thread 0x7f0b4affd700 (LWP 16736)):
#0  0x7f0c34ab8756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0c35bfe58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0b7cfaf1d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0b7cfb39d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f0b7cfb3a32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f0b7cfb1249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f0c35bfd6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f0c34ab22e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f0c3551054f in clone () at /usr/lib/libc.so.6

Thread 15 (Thread 0x7f0b4b7fe700 (LWP 16735)):
#0  0x7f0c34ab8756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0c35bfe58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0b7cfaf1d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0b7cfb39d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f0b7cfb3a32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f0b7cfb1249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f0c35bfd6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f0c34ab22e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f0c3551054f in clone () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7f0b42ffd700 (LWP 16734)):
#0  0x7f0c34ab8756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0c35bfe58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0b7cfaf1d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0b7cfb39d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f0b7cfb3a32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f0b7cfae263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f0b7cfb1249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f0c35bfd6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f0c34ab22e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f0c3551054f in clone () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7f0b437fe700 (LWP 16733)):
#0  0x7f0c34ab8756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0c35bfe58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0b7cfaf1d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0b7cfb39d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4