Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 445801 Details for
Bug 628715
ruby segfaults on ppc
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Save stack after getcontext
ruby-ppc64-segv-fix.patch (text/plain), 479 bytes, created by
IBM Bug Proxy
on 2010-09-07 23:00:38 UTC
(
hide
)
Description:
Save stack after getcontext
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2010-09-07 23:00:38 UTC
Size:
479 bytes
patch
obsolete
> >diff --git a/eval.c b/eval.c >index 7156c06..45053ae 100644 >--- a/eval.c >+++ b/eval.c >@@ -198,9 +198,9 @@ static int volatile freebsd_clear_carry_flag = 0; > # endif > # define ruby_longjmp(env, val) rb_jump_context(env, val) > # define ruby_setjmp(just_before_setjmp, j) ((j)->status = 0, \ >- (just_before_setjmp), \ > PRE_GETCONTEXT, \ > getcontext(&(j)->context), \ >+ (((j)->status)?:(just_before_setjmp)), \ > POST_GETCONTEXT, \ > (j)->status) > #else
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 628715
: 445801