http://bugzilla.novell.com/show_bug.cgi?id=508389
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=508389#c6 --- Comment #6 from Ulrich Weigand <[email protected]> 2009-06-03 07:06:18 MDT --- (In reply to comment #4) > The patch removes things from some hash tables based on the signature, so it > could remove unrelated methods which happen to have the same signature. Does > the patch work on you app if those parts are commented out ? That's what I had first, and I was still seeing crashes, so I added removal of the methods keyed on their signature. This then removed all crashes. It seems to me that if some unrelated methods are removed, that shouldn't be a big deal as they'll just be added to the cache again on their next use, and it shouldn't be a big performance hit as methods are removed only when an image is deleted, which is presumably a relatively rare event ... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
