On Saturday 25 May 2024 09:51:49 GMT-3 Jean-Michaël Celerier wrote: > Likely there are "bad things" that could theoretically happen but in 10 > years of https://ossia.io across Mac, Windows, Linux and tens of thousands > of exceptions being caught after unwinding through the Qt and QWidget event > handling due to fairly defensive programming strategies (assertions > everywhere being transformed into exceptions in release builds), I have yet > to see *one* of these mysterious corruptions mentioned here. > > The time saved by my users who can however just resume using the software > after a small error popup is immense.
Hello Jean-Michaël Do you have experience of this working on ARM Macs? That's the issue that Dennis is having: by default, the compiler there doesn't generate unwind information if exceptions are disabled, unlike on x86. So the big question I asked: does the same apply to the Apple libraries themselves? -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Fleet Engineering and Quality
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest