[Mono-bugs] [Bug 497815] New: [PATCH] calling ReleaseComObject too many times causes seg fault on mono - returns -1 on .NET
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 23 17:28:18 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=497815
Summary: [PATCH] calling ReleaseComObject too many times causes
seg fault on mono - returns -1 on .NET
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: tom_hindle at sil.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=287909)
--> (http://bugzilla.novell.com/attachment.cgi?id=287909)
patch to prevent Marshal.ReleaseComObject from abort() ing
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8)
Gecko/2009032711 Ubuntu/8.04 (hardy) Firefox/3.0.8
Attach patch for issue.
Reproducible: Always
Steps to Reproduce:
1. Create native COM object from C#
2. call Marshal.ReleaseComObject(comObject)
3. call Marshal.ReleaseComObject(comObject)
--
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