[Mono-bugs] [Bug 80876][Nor] Changed - Parser Error on any Color

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 23 14:11:51 EST 2007


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 nquillen at gmail.com.

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

--- shadow/80876	2007-02-23 13:27:06.000000000 -0500
+++ shadow/80876.tmp.15946	2007-02-23 14:11:51.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 80876
 Product: Mono: Class Libraries
 Version: 1.2
 OS: Mac OS X 10.3
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: nquillen at gmail.com               
@@ -111,6 +111,51 @@
 
 Where yoursample.aspx is your small sample
 <asp:label runat="server" ForeColor="Red" />
 
 Paste (or attach) the log to this bug report.
 Thanks
+
+------- Additional Comments From nquillen at gmail.com  2007-02-23 14:11 -------
+ok so i ran:
+"sudo mono --
+trace=T:System.Drawing.Color /Library/Frameworks/Mono.framework/Versio
+ns/1.2.3.1/lib/mono/2.0/xsp2.exe"
+
+with:
+<%@ Page Language="C#" AutoEventWireup="true" %>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
+Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
+transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<head runat="server">
+    <title>Untitled Page</title>
+</head>
+<body>
+    <form id="form1" runat="server">
+    <div>
+        <asp:label ID="holalabel" runat="server" ForeColor="Red" 
+Test="Hola" />
+    </div>
+    </form>
+</body>
+</html>
+
+And it gave me:
+xsp2
+Listening on port: 8080 (non-secure)
+Listening on address: 0.0.0.0
+Root directory: /Users/admin/test
+Hit Return to stop the server.
+EXCEPTION handling: DirectoryNotFoundException
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: TypeLoadException
+
+** ERROR **: unaligned stack detected (0xb0687e38)
+aborting...
+ENTER: System.Drawing.Color:.cctor ()(Abort trap
+


More information about the mono-bugs mailing list