Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 1.3.0
-
None
-
Linux, AMD 64 bit
-
0fdb3bebee7e3fa98caf333239549b28717043a8
Description
how to reproduce: paste this code into a new cpp file and type a period at the end.
code: #define DEFNAME static_cast<type>(something)
result should be: #define DEFNAME static_cast<type>(something).
result is: An immediate segmentation fault.
NOTE: Any type of cast (save qobject_cast) will cause an immediate segmentation fault. However, pasting in a period does not cause a segmentation fault
example is attached.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-1688 Qt Creator will crash when "->" is typing.
-
- Closed
-