I´ve found this thread How to find the cause of a malloc "double free" error? but that doesn´t give any useful information on how to debug this error in the mono environment:
So does anyone know how to debug such an error in Monodevelop?
MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double free
*** set a breakpoint in malloc_error_break to debug
In the linked thread they´ve mentioned to set symbolic breakpoints but I´m not able to find the same function in monodevelop..
Thank you very much for your help!
Henning