Re: [Interest] Thread-To-CPU-Core distribution

2023-01-02 Thread Alexander Carôt
>>Additionally, to decrease the jitter and get more attention to your threads, >>you may try running as a root and switch to SCHED_FIFO priority and >>assign high priority there. Absolutely – I am already doing this and I love the ability to control pthreads this way. However, now I wonder if it

[Interest] Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported`

2023-01-02 Thread Nuno Santos
Hi, Has anyone gone recently through this problem when setting up an higher api level? What’s the fastest approach to solve it when dealing with a Qt app? Thanks! Regards, Nuno ___ Interest mailing list Interest@qt-project.org https://lists.qt-pro

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread coroberti
Thanks. It appears, perhaps, be related to simulated keyboard events sent by: CGCreateKeyboardEvent Digging into it ... Kind regards, Robert Iakobashvili On Mon, Jan 2, 2023 at 1:21 PM Tor Arne Vestbø wrote: > > There is no way to disable this code path I’m afraid.

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread Tor Arne Vestbø via Interest
There is no way to disable this code path I’m afraid. Cheers, Tor Arne > On 2 Jan 2023, at 11:57, coroberti wrote: > > Dear Tor Arne, > Thanks for replying. > > This is not something that is easily reproducible, sorry. > The scenario is also not clear. > > Therefore, the question was about it

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread coroberti
Dear Tor Arne, Thanks for replying. This is not something that is easily reproducible, sorry. The scenario is also not clear. Therefore, the question was about its origin. What could be the correct way to disable handling of the System Shortcuts or filter them not to propagate them to handling.

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread Tor Arne Vestbø via Interest
Please file a bug report with a test case and detailed version info, thanks! Cheers, Tor Arne > On 2 Jan 2023, at 06:59, coroberti wrote: > > Hi, > There is a rare crash that happens on Mac platforms. > > If somebody could advise on what happens and > whether it could be helpful to filter out