[Mono-bugs] [Bug 79514][Wis] New - XSP CRASH or HANGE ISSUE
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 27 17:27:27 EDT 2006
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 david_garcia at logitech.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79514
--- shadow/79514 2006-09-27 17:27:27.000000000 -0400
+++ shadow/79514.tmp.30024 2006-09-27 17:27:27.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 79514
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com
+ReportedBy: david_garcia at logitech.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP CRASH or HANGE ISSUE
+
+Mono 1.1.17.1
+XSP throws the following exception after a few postback request are made.
+The specific post back operation occurs from a group of radio buttons
+boudn to the same event. I think some of the modules for the windows
+builds were not signed correctly because this has occured before when i
+was working with debugging the excessive lag for Mono.WebServer on Sun
+hardware (to many string concat operations in framework).
+
+Description: Error processing request.
+Error Message: HTTP 500.
+
+Stack Trace: System.Runtime.Remoting.RemotingException: Method 'Read' not
+found in type 'Mono.WebServer.BaseRequestBroker'Server stack trace: at
+System.Runtime.Remoting.Messaging.CADMethodCallMessage.GetMethod ()
+[0x00000] at System.Runtime.Remoting.Messaging.MethodCall..ctor
+(System.Runtime.Remoting.Messaging.CADMethodCallMessage msg) [0x00000]
+at System.AppDomain.ProcessMessageInDomain (System.Byte[] arrRequest,
+System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg, System.Byte
+[] arrResponse, System.Runtime.Remoting.Messaging.CADMethodReturnMessage
+cadMrm) [0x00000] at (wrapper remoting-invoke-with-check)
+System.AppDomain:ProcessMessageInDomain (byte
+[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]
+&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&) at
+System.Runtime.Remoting.Channels.CrossAppDomainSink.ProcessMessageInDomain
+(System.Byte[] arrRequest,
+System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg) [0x00000]
+Exception rethrown at [0]: at
+System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
+System.Exception exc, System.Object[] out_args) [0x00000]
+
+
+
+
+I download the newest source code for XSP, rebuild it with NET_2_0 , and
+resigned everything with the pub file, replaced the 1.1.17.1
+Mono.WebServer2 and XSP2 with the recompiled & signed versions only to
+have Mono.WebServer2 Hang. I telnet into it so i can manually post the
+http get command, but it fails to process the request. I posted the http
+headers, but the connection never terminates after the crlf-crlf, nor does
+it start processing request.
More information about the mono-bugs
mailing list