[Mono-bugs] [Bug 75445][Nor] Changed - mkbundle breaks Gtk#
applications when "--static" key is used.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 13:31:27 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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75445
--- shadow/75445 2005-07-02 10:25:45.000000000 -0400
+++ shadow/75445.tmp.7125 2005-07-07 13:31:27.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75445
Product: Mono: Tools
Version: unspecified
-OS:
+OS: unknown
OS Details: Mono from svn head
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: tools
AssignedTo: mono-bugs at ximian.com
ReportedBy: roosmaa at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -39,6 +39,11 @@
Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in <0x00000> <unknown method>
in (wrapper managed-to-native) Gtk.Widget:gtk_widget_show_all (intptr)
in <0x00017> Gtk.Widget:ShowAll ()
in <0x000ed> GtkSamples.CalendarApp:Main (System.String[] args)
+
+------- Additional Comments From lupus at ximian.com 2005-07-07 13:31 -------
+--static ended up linking statically libglib as well, which doesn't
+play well at all when some assembly dllimports it or libraries using it.
+Fixed in svn.
More information about the mono-bugs
mailing list