http://bugzilla.novell.com/show_bug.cgi?id=611112
http://bugzilla.novell.com/show_bug.cgi?id=611112#c0 Summary: Memory Leak (Unknown origin) Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 Not sure if this is a TableView or CGBitmapContext or UIButton memory leak. I create a CustomTableViewCell with 4 buttons in each row and 48 rows in the TableView. Everything works fine initially. But, if you scroll up and down many times (10+-) you will eventually get a error: 'exited abnormally with signal 9: Killed'. This happens after the OS tells things like Mail and Safari to exit due to low system memory. There doesn't have to be any 'data' (icons) in the buttons to replicate the problem. Just having the time string is enough to cause the crash. Here's a link to the full project: Project: http://files.me.com/rickgross/hdl1qp Reproducible: Always Steps to Reproduce: 1. Tap the 'Week' button 2. Scroll up and down many time (10+-) 3. Actual Results: exited abnormally with signal 9: Killed Crash Expected Results: Not crash... Using MonoTouch 2.0.3 (latest 2.x) MonoDevelop 2.2.2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
