[Mono-bugs] [Bug 75172][Nor] Changed - large interface crashes mcs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 29 09:22:12 EST 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 informatique.internet at fiducial.fr.

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

--- shadow/75172	2006-03-29 09:04:53.000000000 -0500
+++ shadow/75172.tmp.3128	2006-03-29 09:22:12.000000000 -0500
@@ -124,6 +124,65 @@
 Created an attachment (id=16696)
 MonoDevelop Solution TestCase (MonoBug.tar.gz)
 
 
 ------- Additional Comments From rharinath at novell.com  2006-03-29 07:24 -------
 Thanks, I can reproduce it now.  This looks more like a runtime bug to me.
+
+------- Additional Comments From informatique.internet at fiducial.fr  2006-03-29 09:22 -------
+It seems that this problem cause trouble with my remoting client
+application. There's > 200 method in the client interface... From time
+to time it crashes with :
+
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries
+used by your application.
+=================================================================
+
+Stacktrace:
+
+in (wrapper managed-to-native) System.MonoType:GetMethodsByName
+(string,System.Reflection.BindingFlags,bool,System.Type) <0x4>
+in (wrapper managed-to-native) System.MonoType:GetMethodsByName
+(string,System.Reflection.BindingFlags,bool,System.Type) <0xfee77d8e>
+in System.Runtime.Remoting.RemotingServices:IsMethodOverloaded
+(System.Runtime.Remoting.Messaging.IMethodMessage) <0x5e>
+in
+System.Runtime.Serialization.Formatters.Binary.MessageFormatter:WriteMethodCall
+(System.IO.BinaryWriter,object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.Formatters.FormatterTypeStyle)
+<0x11b>
+in
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize
+(System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[])
+<0xf8>
+in
+System.Runtime.Remoting.Channels.BinaryClientFormatterSink:SyncProcessMessage
+(System.Runtime.Remoting.Messaging.IMessage) <0x176>
+in System.Runtime.Remoting.Proxies.RemotingProxy:Invoke
+(System.Runtime.Remoting.Messaging.IMessage) <0x2d0>
+in System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
+<0x2d4>
+in (wrapper runtime-invoke)
+System.Object:runtime_invoke_object_RealProxy_IMessage_Exception&_object[]&
+(object,intptr,intptr,intptr) <0x52462158>
+in (wrapper remoting-invoke)
+IntranetEngine.Client.IServerManager:SA_WebPageDraft_GetCSSOfWebContenu
+(string,IntranetEngine.Client.ClientParameters) <0x4>
+in (wrapper remoting-invoke)
+IntranetEngine.Client.IServerManager:SA_WebPageDraft_GetCSSOfWebContenu
+(string,IntranetEngine.Client.ClientParameters) <0xfec9ebc4>
+in PubliContenu.CoWebContenu:RemplitCSS
+(System.Web.UI.WebControls.Panel) <0x3c>
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_Panel
+(System.Web.UI.WebControls.Panel) <0xfffffdf6>
+in PubliContenu.CoBaseConsultInfos:ShowPanel
+(System.Web.UI.WebControls.Panel) <0xe6>
+in PubliContenu.CoBaseConsultInfos:PanelButton_Click
+(object,System.EventArgs) <0x60>
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs) <0xff1b5988>
+in System.Web.UI.WebControls.LinkButton:OnClick (System.EventArgs) <0x50>
+


More information about the mono-bugs mailing list