How to debug a crash that only occurs on application shutdown? (Delphi)

后端 未结 6 2354
一生所求
一生所求 2021-02-13 06:21

So, after some recent changes we discovered that one of our oldest applications is sometimes crashing on shutdown. This manifests itself either in the form of \"Runtime error 21

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-13 07:09

    You've likely got a pointer problem. Some event or method is trying to run on an object that doesn't exist anymore.

提交回复
热议问题