Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 579297 Details for
Bug 803698
FTBFS: ruby segmentation faults during self check on PPC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Trial patch to avoid segv on ppc
ruby-1.9.3-p125-fiber-stack-size.patch (text/plain), 411 bytes, created by
Mamoru TASAKA
on 2012-04-22 13:30:43 UTC
(
hide
)
Description:
Trial patch to avoid segv on ppc
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2012-04-22 13:30:43 UTC
Size:
411 bytes
patch
obsolete
>--- ruby-1.9.3-p125/cont.c.debug 2012-02-16 07:34:48.000000000 +0900 >+++ ruby-1.9.3-p125/cont.c 2012-04-20 02:36:15.245278117 +0900 >@@ -47,7 +47,7 @@ > #define RB_PAGE_SIZE (pagesize) > #define RB_PAGE_MASK (~(RB_PAGE_SIZE - 1)) > static long pagesize; >-#define FIBER_MACHINE_STACK_ALLOCATION_SIZE (0x10000) >+#define FIBER_MACHINE_STACK_ALLOCATION_SIZE (0x20000) > #endif > > #define CAPTURE_JUST_VALID_VM_STACK 1
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 803698
:
570285
| 579297