gpt4 book ai didi

c++ - 如何在 Qt Creator 中设置 “set a breakpoint in malloc_error_break to debug”?

转载 作者:太空狗 更新时间:2023-10-29 20:54:45 25 4
gpt4 key购买 nike

当我点击关闭窗口返回时,我的 Qt5 应用程序崩溃了:

MyApp(28741,0x7fff7aa73000) malloc: *** error for object 0x7fc40bc8e300: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
The program has unexpectedly finished.

如何在 Qt Creator 4 (Mac OS) 中“在 malloc_error_break 中设置断点进行调试”?

在 lldb/gdb 中通过终端执行应该更好,如何?

引用:How to find reason for app crash on close?

最佳答案

在 Breakpoints 窗口中,右键单击 ->Add Breakpoint...Breakpoint type 更改为 Function name 并键入 malloc_error_break函数中:。另一种方法是打开调试器控制台 (Cmd+5) 并键入 b malloc_error_break

关于c++ - 如何在 Qt Creator 中设置 “set a breakpoint in malloc_error_break to debug”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38171098/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com