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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80230 --- shadow/80230 2006-12-23 09:12:28.000000000 -0500 +++ shadow/80230.tmp.3453 2006-12-23 09:42:36.000000000 -0500 @@ -82,6 +82,39 @@ } the problem does not show anymore : no problem running from the debugger, no problem running from outside the debugger. Weird isn'it ? + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-23 09:42 ------- +I finally was able to get some stack trace : + + +Unhandled Exception: System.ObjectDisposedException: Cannot access a +disposed ob +ject. +Object name: 'System.Net.Sockets.Socket'. + at System.Net.Sockets.Socket.BeginAccept(Socket acceptSocket, +Int32 receiveSi +ze, AsyncCallback callback, Object state) + at System.Net.Sockets.Socket.BeginAccept(AsyncCallback callback, +Object state +) + at Mono.WebServer.ApplicationServer.OnAccept(IAsyncResult ares) in +C:\Revelat +e\Revelate 3\Mono.WebServer\ApplicationServer.cs:line 334 + at System.Net.LazyAsyncResult.Complete(IntPtr userToken) + at System.Net.ContextAwareResult.CompleteCallback(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext +executionContext, C +ontextCallback callback, Object state) + at System.Net.ContextAwareResult.Complete(IntPtr userToken) + at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object +result, IntPtr u +serToken) + at +System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 + errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) + at +System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 +errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
