[Mono-bugs] [Bug 394207] SIGSEGV/ fatal error in the mono runtime while using remoting under apache/mod_mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 29 18:19:34 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=394207

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=394207#c7





--- Comment #7 from Robert Jordan <robertj at gmx.net>  2008-05-29 16:19:34 MDT ---
The issue is related to the different assembly identities of
the shared assembly:

BdtClient:
BdtShared, Version=1.4.3065.37872, Culture=neutral, PublicKeyToken=null
                            =====
BdtWebServer:
BdtShared, Version=1.4.3065.37878, Culture=neutral, PublicKeyToken=null
                            =====

If the assembly has the same assembly name, the bug does not occur.

It seems that somewhere in the runtime the assemblies are treated
as equal although they are obviously not. The fact that it only
occurs in xsp2 might be related to its shadow copy usage.

Sebastien, in the meanwhile you can fix this by removing the wildcards
from the AssemblyVersion attribute.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list