[Mono-bugs] [Bug 54620][Maj] Changed - Crash in dashboard whenever I click on a link

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 20 Feb 2004 10:29:53 -0500 (EST)


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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=54620

--- shadow/54620	2004-02-20 09:55:47.000000000 -0500
+++ shadow/54620.tmp.21525	2004-02-20 10:29:53.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54620
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: vargaz@freemail.hu                            
 ReportedBy: nat@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,14 @@
 
 http://cvs.gnome.org/bonsai/cvsblame.cgi?file=dashboard/engine/gui.cs&root=/cvs/gnome#110
 
 ------- Additional Comments From nat@ximian.com  2004-02-19 18:50 -------
 We're using Gnome.Url.Show in dashboard now, which works around the
 crash.  But the mono bug is still there.
+
+------- Additional Comments From vargaz@freemail.hu  2004-02-20 10:29 -------
+The assertion happens because the  Gnome.MimeApplication/Info type,
+which is passed to native code, does not have a 
+[StructLayout(LayoutKind.Sequential)] attribute. 
+
+I added an error message instead of the assertion to CVS.
+