FreeBSD Bugzilla – Attachment 182291 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 max slots to (1024*32) in mono 4.8.1.0
patch-mono_utils_w32handle.c (text/plain), 295 bytes, created by
Phil
on 2017-05-04 01:22:03 UTC
(
hide
)
Description:
Patch to increase max slots to (1024*32) in mono 4.8.1.0
Filename:
MIME Type:
Creator:
Phil
Created:
2017-05-04 01:22:03 UTC
Size:
295 bytes
patch
obsolete
>--- mono/utils/w32handle.c.orig 2017-05-03 17:12:41.172371000 -0700 >+++ mono/utils/w32handle.c 2017-05-03 17:13:41.709521000 -0700 >@@ -51,7 +51,7 @@ > > #undef DEBUG_REFS > >-#define SLOT_MAX (1024 * 16) >+#define SLOT_MAX (1024 * 32) > > /* must be a power of 2 */ > #define HANDLE_PER_SLOT (256)
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