Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
古き良きワトソン博士のような「アプリケーションクラッシュダンプジェネレーター」の束をテストしたい。
C/C++ で未処理の例外でアプリケーションのクラッシュを引き起こす最も簡単な方法は何ですか?
技術的には、NULLポインターの逆参照は単に未定義の動作であり、保証されたクラッシュではありませんが、実際にはほぼ絶対確実にクラッシュします。
NULL
(*((int*)0))=0;