Changes between Initial Version and Version 1 of Ticket #58442, comment 43


Ignore:
Timestamp:
May 10, 2019, 2:28:02 AM (5 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58442, comment 43

    initial v1  
    66
    77Regardless, this assertions-related crash should be fixed - but now I'm questioning why I got them enabled in the first place... Any suggestions? (and before you start - no, I'm not in the habit of turning on every available variant to see what might happen ;)
     8
     9P.S. From  https://blog.regehr.org/archives/1091:
     10
     11
     12{{{
     13Compilers such as GCC and LLVM ship with assertions enabled, making the compiler more
     14likely to die and less likely to emit incorrect object code
     15}}}