[Mono-bugs] [Bug 75912][Wis] Changed - simple gtk-dotnet app throws
exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 17:03:11 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75912
--- shadow/75912 2005-10-20 16:09:46.000000000 -0400
+++ shadow/75912.tmp.20105 2005-10-20 17:03:11.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 75912
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: jordi at ximian.com
ReportedBy: brandon at smarterits.com
@@ -100,6 +100,18 @@
that might help too.
------- Additional Comments From peter at novonyx.com 2005-10-20 16:09 -------
Ping. Could the original reporter please check how cairo was
used/installed and whether libgdiplus was using external cairo (which
we have since disabled). If I don't hear back I'm gonna close this
+
+------- Additional Comments From bmaurer at users.sf.net 2005-10-20 17:03 -------
+Peter,
+
+I can still repro this on Breezy. Libgdiplus is *not* using the
+external cairo.
+
+I have a hunch as to what is going on. When we try to resolve symbols
+inside our cairo, the loader probably finds that symbols of the same
+name are already loaded, and thus uses those. I think that if we are
+going to use a non-system cairo that we need to prefix our methods so
+that they do not conflict with the system ones.
More information about the mono-bugs
mailing list