https://bugs.kde.org/show_bug.cgi?id=380269
--- Comment #3 from Alexandru Croitor ---
Stack trace is
==75877== Invalid read of size 4
==75877==at 0x1014B62B1: _pthread_wqthread (in
/usr/lib/system/libsystem_pthread.dylib)
==75877==by 0x1014B607C: start_wqthread (in
/usr/lib/system
https://bugs.kde.org/show_bug.cgi?id=380269
--- Comment #2 from Alexandru Croitor ---
Created attachment 109082
--> https://bugs.kde.org/attachment.cgi?id=109082&action=edit
Minimal test case
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=380269
Alexandru Croitor changed:
What|Removed |Added
CC||alexandru.croi...@qt.io
--- Comment #1
https://bugs.kde.org/show_bug.cgi?id=383723
--- Comment #23 from Alexandru Croitor ---
Created attachment 109081
--> https://bugs.kde.org/attachment.cgi?id=109081&action=edit
Patch implementing kevent_qos
Attaching patch that implements the kevent_qos syscall.
I'm not certain tha
https://bugs.kde.org/show_bug.cgi?id=383723
--- Comment #22 from Alexandru Croitor ---
Ok, so the issue seems to be that the kevent_qos syscall is not implemented in
syswrap-darwin.c.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=383723
--- Comment #21 from Alexandru Croitor ---
The source code for the top-most symbol _dispatch_kq_init present in the
backtrace of the crash can be found at
https://opensource.apple.com/source/libdispatch/libdispatch-703.50.37/src/source.c.auto.html
https://bugs.kde.org/show_bug.cgi?id=383723
Alexandru Croitor changed:
What|Removed |Added
CC||alexandru.croi...@qt.io
--- Comment #20