[Mono-bugs] [Bug 508389] Mono 2.4 crashes due to accessing freed data structures

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 3 09:06:19 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=508389

User uweigand at de.ibm.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=508389#c6





--- Comment #6 from Ulrich Weigand <uweigand at de.ibm.com>  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.


More information about the mono-bugs mailing list