From: Kacper Kowalik Date: 2011-05-18T02:23:35+09:00 Subject: [ruby-core:36277] [Ruby 1.8 - Bug #4411] Context saving issue on PPC64 Issue #4411 has been updated by Kacper Kowalik. Nobuyoshi Nakada wrote: > > Does this work? Yes, thank you! But of course you need s/__ia64/__PPC64__/ following line: > +# elif defined(__ia64) > +# define JUST_BEFORE_SETJMP(extra_save, j) ((void)0) Cheers, Kacper Kowalik ---------------------------------------- Bug #4411: Context saving issue on PPC64 http://redmine.ruby-lang.org/issues/4411 Author: Alex Legler Status: Open Priority: Low Assignee: Category: core Target version: ruby -v: - =begin Hi, please see this bug report with a stacktrace and gdb info: https://bugzilla.redhat.com/show_bug.cgi?id=628715 It also includes a proposed patch which I'd like to have considered for inclusion. The issue is still there in p334. Thanks! =end -- http://redmine.ruby-lang.org