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

Mau*_*res 2 c# macos mono memory-leaks 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
Run Code Online (Sandbox Code Playgroud)

但这并没有告诉我泄漏的内容.任何人都知道如何弄清楚哪些物体在泄漏?

Rol*_*nge 5

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