[Interest] More on Exceptions

Thiago Macieira thiago.macieira at intel.com
Sat May 25 16:16:09 CEST 2024


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5152 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20240525/2ec2377e/attachment.bin>


More information about the Interest mailing list