FreeBSD Bugzilla – Attachment 168803 Details for
Bug 200937
lang/mono: [patch] mono-sgen SIGSEGV during build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to increase _WAPI_PRIVATE_MAX_SLOTS to (1024 * 32)
mono_iolayer_filehandles.patch (text/plain), 1.25 KB, created by
Lacey Powers
on 2016-03-31 01:46:04 UTC
(
hide
)
Description:
Patch to increase _WAPI_PRIVATE_MAX_SLOTS to (1024 * 32)
Filename:
MIME Type:
Creator:
Lacey Powers
Created:
2016-03-31 01:46:04 UTC
Size:
1.25 KB
patch
obsolete
>Index: lang/mono/files/patch-mono_io-layer_handles-private.h >=================================================================== >--- lang/mono/files/patch-mono_io-layer_handles-private.h (nonexistent) >+++ lang/mono/files/patch-mono_io-layer_handles-private.h (working copy) >@@ -0,0 +1,11 @@ >+--- mono/io-layer/handles-private.h.orig 2016-03-08 22:31:48 UTC >++++ mono/io-layer/handles-private.h >+@@ -22,7 +22,7 @@ >+ #include <mono/io-layer/shared.h> >+ #include <mono/utils/atomic.h> >+ >+-#define _WAPI_PRIVATE_MAX_SLOTS (1024 * 16) >++#define _WAPI_PRIVATE_MAX_SLOTS (1024 * 32) >+ #define _WAPI_PRIVATE_HANDLES(x) (_wapi_private_handles [x / _WAPI_HANDLE_INITIAL_COUNT][x % _WAPI_HANDLE_INITIAL_COUNT]) >+ #define _WAPI_PRIVATE_HAVE_SLOT(x) ((GPOINTER_TO_UINT (x) / _WAPI_PRIVATE_MAX_SLOTS) < _WAPI_PRIVATE_MAX_SLOTS && \ >+ _wapi_private_handles [GPOINTER_TO_UINT (x) / _WAPI_HANDLE_INITIAL_COUNT] != NULL) > >Property changes on: lang/mono/files/patch-mono_io-layer_handles-private.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200937
:
157839
| 168803 |
182291