Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 767130 Details for
Bug 834068
dev-cpp/gtest-1.11.0 fails tests on MUSL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gtest-1.10.0_p20200702-increase-clone-stack-size.patch
gtest-1.10.0_p20200702-increase-clone-stack-size.patch (text/plain), 570 bytes, created by
Peter Levine
on 2022-03-16 06:35:29 UTC
(
hide
)
Description:
gtest-1.10.0_p20200702-increase-clone-stack-size.patch
Filename:
MIME Type:
Creator:
Peter Levine
Created:
2022-03-16 06:35:29 UTC
Size:
570 bytes
patch
obsolete
>Bug: https://bugs.gentoo.org/692464 > >--- a/googletest/src/gtest-death-test.cc >+++ b/googletest/src/gtest-death-test.cc >@@ -1070,7 +1070,7 @@ > > if (!use_fork) { > static const bool stack_grows_down = StackGrowsDown(); >- const auto stack_size = static_cast<size_t>(getpagesize() * 2); >+ const auto stack_size = static_cast<size_t>(getpagesize() * 12); > // MMAP_ANONYMOUS is not defined on Mac, so we use MAP_ANON instead. > void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, > MAP_ANON | MAP_PRIVATE, -1, 0);
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 834068
:
765845
|
765846
| 767130