摘要:
A debug trick在异常端点处运行 po $arg1,找出异常信息。 Address Sanitizer概述是一个运行时检测工具发现内存问题 可以用于模拟器和设备 可以发现的问题Use after freeHeap buffer overflowStack buffer overflowGlobal variable overflowOverflows in C++ container... 阅读全文
摘要:
Thread Sanitizer 过程编译过程中链接了一个新的库。 也可以通过命令行来操作: $ clang -fsanitize=thread source.c -o executable$ swiftc -sanitize=thread source.swift -o executable$ xcodebuild -enableThreadSanitizer YES 不支持设备,只支持... 阅读全文