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.
QTでアプリケーションをコーディングしました。アプリは正常に動作しますが、終了時に
Segmentation fault (core dumped)
このセグメンテーションの問題をどのように解決できますか?
いくつかのコードを投稿する必要があります。とにかく、そこで何か間違ったことをした場合、デストラクタに何かがある可能性があると思います。特に、基本的なもの(整数の配列など)のmalloc/newでメモリを割り当てる場合...