зеркало из https://github.com/mono/mail-archives.git
139 строки
5.5 KiB
HTML
139 строки
5.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 381922] System.Runtime.Serialization.SerializationException
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20381922%5D%0A%09System.Runtime.Serialization.SerializationException&In-Reply-To=bug-381922-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="078692.html">
|
|
<LINK REL="Next" HREF="078694.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 381922] System.Runtime.Serialization.SerializationException</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20381922%5D%0A%09System.Runtime.Serialization.SerializationException&In-Reply-To=bug-381922-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 381922] System.Runtime.Serialization.SerializationException">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Tue Sep 2 06:56:24 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="078692.html">[Mono-bugs] [Bug 419989] Mono crashes in x86_64 SLES10 SP2 (OES2 SP1) virtualized environment - XEN
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078694.html">[Mono-bugs] [Bug 378728] LParam missing on key event messages
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78693">[ date ]</a>
|
|
<a href="thread.html#78693">[ thread ]</a>
|
|
<a href="subject.html#78693">[ subject ]</a>
|
|
<a href="author.html#78693">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=381922">https://bugzilla.novell.com/show_bug.cgi?id=381922</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mvl at oseb.be</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=381922#c16">https://bugzilla.novell.com/show_bug.cgi?id=381922#c16</A>
|
|
|
|
|
|
|
|
|
|
|
|
--- Comment #16 from Marc Van Laer <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mvl at oseb.be</A>> 2008-09-02 04:56:23 MDT ---
|
|
The problem still exists.
|
|
|
|
To resume the problem: The error occurs when Console (client part) and Proxy
|
|
(server part) are on different platforms (Windows and Linux). If both parts are
|
|
on the same platform (Windows or Linux) no error is generated.
|
|
|
|
The following error is trapped on the Console running on Windows and the Proxy
|
|
running on Linux, in the Console part:
|
|
|
|
---
|
|
A first chance exception of type 'System.NullReferenceException' occurred in
|
|
mscorlib.dll
|
|
System.NullReferenceException: Object reference not set to an instance of an
|
|
object.
|
|
|
|
Server stack trace:
|
|
at System.Collections.CaseInsensitiveHashCodeProvider.GetHashCode(Object
|
|
obj)
|
|
at System.Collections.CompatibleComparer.GetHashCode(Object obj)
|
|
at System.Collections.Hashtable.GetHash(Object key)
|
|
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
|
|
add)
|
|
at System.Collections.Hashtable.OnDeserialization(Object sender)
|
|
at System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent()
|
|
at
|
|
System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler
|
|
handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain,
|
|
IMethodCallMessage methodCallMessage)
|
|
at
|
|
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream
|
|
serializationStream, HeaderHandler handler, Boolean fCheck, Boolean
|
|
isCrossAppDomain, IMethodCallMessage methodCallMessage)
|
|
at
|
|
System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryResponseMessage(Stream
|
|
inputStream, IMethodCallMessage reqMsg, Boolean bStrictBinding)
|
|
at
|
|
System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage
|
|
msg)
|
|
|
|
Exception rethrown at [0]:
|
|
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
|
|
reqMsg, IMessage retMsg)
|
|
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
|
|
msgData, Int32 type)
|
|
at Reachability.Redirector.GetNextRequest(Guid slot, Message& m)
|
|
at Reachability.ServerSinkProvider.WaitForRequest(Object o) in C:\Users\Marc
|
|
Van Laer\Desktop\test\X\RB\RechabilitySink.cs:line 201The thread 0x2c08 has
|
|
exited with code 0 (0x0).
|
|
|
|
---
|
|
|
|
Sorry for not answering any sooner but a man needs to have a vacation every 5
|
|
years.
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="078692.html">[Mono-bugs] [Bug 419989] Mono crashes in x86_64 SLES10 SP2 (OES2 SP1) virtualized environment - XEN
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078694.html">[Mono-bugs] [Bug 378728] LParam missing on key event messages
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78693">[ date ]</a>
|
|
<a href="thread.html#78693">[ thread ]</a>
|
|
<a href="subject.html#78693">[ subject ]</a>
|
|
<a href="author.html#78693">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|