我收到运行时错误
malloc: *** error for object 0x10070c5c0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
使用以下堆栈跟踪:
这告诉我析构函数~Clustering
和~NodeMap
(第一个是空存根,第二个调用delete[]
)中出现问题,但不是“被释放的指针”是哪个。我怎样才能找到这个?
另外,在哪里malloc_error_break
?