Missing constructor crashes that show up only with sgen enabled doesn't mean it's an sgen bug per-se, but only that with the default GC it won't be triggered.
Sgen is usually much more aggressive in releasing memory that the default GC. If you have a sample that reliably crashes with sgen (no experimental new refcount) in other ways, please do fill a bug report/support request as those are very hard to come by and we plan on switching to sgen only in the future. On Sun, Aug 19, 2012 at 10:13 AM, rnendel11 <[email protected]> wrote: > Because you're declaring at class scope vs. method scope. I'm guessing you > have SGen enabled and possibly the experimental reference count option as > well? > > I stopped using SGen myself, had GC issues and crashes. If you have those > options enabled, try without them enabled. Also, I'm not entirely sure of > the details, but there are additional build parameters you have to define > when SGen is enabled. > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/GC-ed-System-MissingMethodException-tp4656569p4656575.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
