MonoMac上的本机释放错误,可能与事件有关

时间:2012-09-05 18:14:12

标签: c# macos memory-leaks mono monomac

MonoMac似乎是在事件中泄漏对象,我的日志显示:

[NativeRelease ERROR]: type: MonoMac.Foundation.NSAsyncActionDispatcher handle: 6437120 count: 2 gchandle: 0
[NativeRelease ERROR]: type: MonoMac.Foundation.NSAsyncActionDispatcher handle: 27194624 count: 2 gchandle: 0
[NativeRelease ERROR]: type: MonoMac.Foundation.NSAsyncActionDispatcher handle: 47428288 count: 2 gchandle: 0

但这并没有告诉我什么是泄露的。任何人都知道如何弄清楚哪些物体在泄漏?

1 个答案:

答案 0 :(得分:5)

这是一条无害的消息,有关详细信息,请参阅https://bugzilla.xamarin.com/show_bug.cgi?id=6045