Re: [Development] Exceptions

2024-05-23 Thread Thiago Macieira
On Thursday 23 May 2024 09:50:15 GMT-3 Martin Storsjö wrote: > On Windows (on platforms that use SEH) this is also the case, as SEH > unwind info is needed for handling various SEH exceptions, that may be > used even if C++ exceptions aren't. > > But on aarch64 darwin, unwind tables don't seem to

Re: [Development] Exceptions

2024-05-23 Thread Thiago Macieira
On Thursday 23 May 2024 04:07:20 GMT-3 Volker Hilsheimer via Development wrote: > From what I see, the problem is bigger than “don’t let exceptions run > through the event loop” though. In my example, even a try/catch around > calling the parent class implementation of QWidget::event will not

Re: [Development] Exceptions

2024-05-23 Thread Martin Storsjö
On Wed, 22 May 2024, Thiago Macieira wrote: As far as I understand, the problem is that on ARM, there *is* no native stack frame, unlike on x86. Stack unwinding on x86 is very frequently possible because the architecture saves the return address on the stack and most code is compiled with frame

[Development] [Announce] We released Qt Design Studio 4.5.0

2024-05-23 Thread List for announcements regarding Qt releases and development via Announce via Development
We released Qt Design Studio 4.5.0 today, see https://www.qt.io/blog/qt-design-studio-4.5-released Big thanks to everyone involved! Best Regards, Thomas Hartmann ___ Announce mailing list annou...@qt-project.org

Re: [Development] Exceptions

2024-05-23 Thread Volker Hilsheimer via Development
On 22 May 2024, at 17:31, Thiago Macieira wrote: On Wednesday 22 May 2024 06:38:28 GMT-3 Volker Hilsheimer via Development wrote: As long as Qt is built with exception support We don't support toggling that on and off any more and haven't for a while. QtCore and QtGui are compiled with