My favorites
▼
|
Sign in
bsd-sharp
FreeBSD ports for Mono applications and libraries.
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lang
/
mono
/
files
/
patch-mono_metadata_appdomain.c
r1173
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$FreeBSD$
https://bugzilla.novell.com/show_bug.cgi?id=528830
--- mono/metadata/appdomain.c.orig
+++ mono/metadata/appdomain.c
@@ -2322,6 +2322,11 @@
/* The icall wrapper will execute the abort */
CloseHandle (thread_handle);
return;
+ } else if (!mono_thread_has_appdomain_ref (mono_thread_current (), domain) && !(mono_thread_interruption_requested ())) {
+ if (!domain->friendly_name) {
+ CloseHandle (thread_handle);
+ return;
+ }
}
}
CloseHandle (thread_handle);
Show details
Hide details
Change log
r764
by romain.tartiere on Jan 14, 2010
Diff
lang/mono: Update to 2.6.1.
Go to:
/trunk/lang/mono/Makefile
/trunk/lang/mono/distinfo
...s/patch-mcs_tools_csharp_repl.cs
...es/patch-mcs_tools_gensources.sh
.../patch-mono_metadata_appdomain.c
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 500 bytes, 19 lines
View raw file
Powered by
Google Project Hosting