[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c9


Rodrigo Kumpera rkump...@novell.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Rodrigo Kumpera rkump...@novell.com 2010-06-30 18:24:50 
UTC ---
Fixed 3.5 assembly remapping in r159744. This time it works for v2 and v4.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c6


Rodrigo Kumpera rkump...@novell.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Rodrigo Kumpera rkump...@novell.com 2010-06-30 13:31:53 
UTC ---
Closing as things do work without the assembly.c change.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c7


--- Comment #7 from Marek Habersack mhabers...@novell.com 2010-06-30 15:54:28 
CEST ---
Created an attachment (id=372895)
 -- (http://bugzilla.novell.com/attachment.cgi?id=372895)
net_4_0_assembly_remapping_test.tar.bz2

Reopening because the fix isn't complete. While it does fix the original
compilation issue, it doesn't fix the runtime behavior. The test case above
shows the problem. It contains a 2.0 assembly which references System.Core 3.5
and a 4.0 app which references System.Core 4.0. The app compiles and links
fine, but when run it outputs:

--
Same lock type? False
Value for 'key' is 'value'
--

while the correct output is:

--
Same lock type? True
Value for 'key' is 'value'
--

The lock type mentioned above is System.Threading.ReaderWriterLockSlim, found
in System.Core. It seems the assembly.c diff is, after all, necessary.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c8


Marek Habersack mhabers...@novell.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
   Severity|Normal  |Major

--- Comment #8 from Marek Habersack mhabers...@novell.com 2010-06-30 15:55:00 
CEST ---
Reopening because of comment #7

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c2


Rodrigo Kumpera rkump...@novell.com changed:

   What|Removed |Added

 CC||msa...@novell.com,
   ||rkump...@novell.com
Summary|[.NET 4] Assembly loader|[PATCH] [.NET 4] Assembly
   |fails to load type from |loader fails to load type
   |remapped assembly   |from remapped assembly

--- Comment #2 from Rodrigo Kumpera rkump...@novell.com 2010-06-29 16:39:00 
UTC ---
Marek, please review the above patch.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c3


--- Comment #3 from Marek Safar msa...@novell.com 2010-06-29 16:59:15 UTC ---
This is ok to commit

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c4


Rodrigo Kumpera rkump...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Rodrigo Kumpera rkump...@novell.com 2010-06-29 20:20:39 
UTC ---
Fixed trunk in r159689 (mcs) and r159692 (mono).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 617714] [PATCH] [.NET 4] Assembly loader fails to load type from remapped assembly

2010-06-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=617714

http://bugzilla.novell.com/show_bug.cgi?id=617714#c5


Rodrigo Kumpera rkump...@novell.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #5 from Rodrigo Kumpera rkump...@novell.com 2010-06-29 22:04:20 
UTC ---
Reverted the mono change in r159699 since it breaks loading System.Core under
v2 runtime.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs