FreeBSD Bugzilla – Attachment 157839 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: increase _WAPI_PRIVATE_MAX_SLOTS
patch-mono_io-layer_handles-private.h (text/plain), 609 bytes, created by
Thomas Hurst
on 2015-06-17 18:19:40 UTC
(
hide
)
Description:
Patch: increase _WAPI_PRIVATE_MAX_SLOTS
Filename:
MIME Type:
Creator:
Thomas Hurst
Created:
2015-06-17 18:19:40 UTC
Size:
609 bytes
patch
obsolete
>--- mono/io-layer/handles-private.h.orig 2015-06-17 16:52:15 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 * 17) > #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)
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 Raw
Actions:
View
Attachments on
bug 200937
: 157839 |
168803
|
182291