I am seeing a crash similar to this in mono_jit_cleanup. http://mono.1490590.n4.nabble.com/mono-jit-cleanup-gets-EXC-BAD-ACCESS-td4659226.html#a4659264
The above makes reference to HttpWebRequest GetRequestStream() which I certainly do not call. The crash can be reproduced by exercising the EntityFramework derived data model though not with any great precision. However the crash occurs in mono_cq_dequeue as here https://dl.dropboxusercontent.com/u/108566029/BAD_ACCESS.png I am running 64 bit Mono v3.2.3 embedded in a Cocoa app. My work around is to not call mono_jit_cleanup() at all. I terminate Mono when I terminate my app so I presume that nothing untoward can occur. Would switching to the sgen collector likely help? Jonathan _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
