Hello All, I am still scratching my head over this. Is there any way of finding out what *0x126DDB0* is if I get the following sort of message.
"Selector invoked from objective-c on a managed object (0x126DDB0) that has been GC'ed" I have made each VC an instance variable rather than a local var but I am still getting these sorts of errors. Any insight would be nice. It seems to be to do with memory pressure and VCs being unloaded as you can see from the output below: .... 2012-05-28 12:14:59.871 JtR[4827:307] Received memory warning. Level=1 12:15:00 : TabViewController:DidReceiveMemoryWarning() 12:15:00 : GC.GetTotalMemory:4433632 12:15:00 : HomeViewController:DidReceiveMemoryWarning() 12:15:00 : HomeViewController:ViewDidUnload() 12:15:00 : ListingViewController:DidReceiveMemoryWarning() 12:15:00 : ListingViewController:ViewDidUnload() 12:15:00 : NewListing:ViewDidUnload() 12:15:00 : NewListing:cleanup() 12:15:00 : NewListing:clearing hud() 12:15:00 : MapViewController:DidReceiveMemoryWarning() 12:15:00 : MapViewController:ViewDidUnload() ImageZoomer: finalized MyCell2: finalized NewListingDetailViewController: finalized NewListingDetailViewController:Dispose() 12:15:00 : NewListing:cleanup() 12:15:00 : NewListing:clearing hud() NewListingDetailViewController: cleanup done NewListingDetailViewController: finalized NewListingDetailViewController:Dispose() 12:15:00 : NewListing:cleanup() 12:15:00 : NewListing:clearing hud() NewListingDetailViewController: cleanup done ImageZoomer: finalized ImageZoomViewController: finalized MyCell2: finalized MyCell2: finalized 12:15:00 : HelpViewController:DidReceiveMemoryWarning() SprayCell2: finalized SprayCell2: finalized ImageZoomer: finalized SprayCell2: finalized Selector invoked from objective-c on a managed object (0x126DDB0) that has been GC'ed -- View this message in context: http://monotouch.2284126.n4.nabble.com/monotouch-Selector-invoked-from-objective-c-on-a-managed-object-that-has-been-GC-ed-Hunt-the-thimble-tp4616864p4655065.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
