[Mono-bugs] [Bug 38241][Nor] New - XSP dies at connection attemp
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 18 Feb 2003 11:41:08 -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 j.el-rayes@daemon.li.
http://bugzilla.ximian.com/show_bug.cgi?id=38241
--- shadow/38241 Tue Feb 18 11:41:08 2003
+++ shadow/38241.tmp.12061 Tue Feb 18 11:41:08 2003
@@ -0,0 +1,67 @@
+Bug#: 38241
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: FreeBSD 4.7 and 5.0
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: j.el-rayes@daemon.li
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP dies at connection attemp
+
+i tried to install & run XSP on FreeBSD 4.7 and 5.0.
+i installed mono and mcs modules from cvs.
+mono compiled but mcs.exe dies on linking with following
+error:
+--
+
+
+mcs /target:exe -o mcs.exe AssemblyInfo.cs assign.cs
++attribute.cs driver.cs
+cs-parser.cs cs-tokenizer.cs tree.cs location.cs
+cfold.cs class.cs codegen.cs const.cs constant.cs decl.cs delegate.cs
+enum.cs ecore.cs expression.cs genericparser.cs interface.cs literal.cs
+modifiers.cs namespace.cs parameter.cs pending.cs report.cs+rootcontext.cs
+statement.cs support.cs typemanager.cs symbolwriter.cs
+Illegal instruction (core dumped)
+gmake[1]: *** [mcs.exe] Error 132
+
+
+--
+
+
+so i use mcs.exe from monocharge-20030205.
+xsp is version 0.2
+
+
+it installs without errors and starts up without errors (mono server.exe)
+but when i connect via browser to localhost:8080 i get this one
+
+--
+
+
+mcs /target:library /r:System.Web.dll /r:System.Data.dll
+/r:System.Drawing.dll /r:bin/tabcontrol.dll /r:bin/tabcontrol2.dll
+/out:tmp685123600.dll /var/tmp/tmp48ab2927.cs
+
+
+(server.exe:22904): GLib-WARNING **: Invalid file descriptor.
+
+
+mono in free(): warning: page is already free
+output: Compilation succeeded
+
+
+** (server.exe:22903): CRITICAL **: : The handle daemon vanished!
+--
+
+
+how can i fix these issues?
+thanks for your help in advance!