From: Kacper Kowalik Date: 2011-07-13T20:53:18+09:00 Subject: [ruby-core:38054] [Ruby 1.8 - Bug #4411] Context saving issue on PPC64 Issue #4411 has been updated by Kacper Kowalik. Nobuyoshi Nakada wrote: > Hi, > > At Wed, 18 May 2011 02:23:35 +0900, > Kacper Kowalik wrote in [ruby-core:36277]: > > Yes, thank you! But of course you need s/__ia64/__PPC64__/ following line: > > Thank you, I also noticed it just after the post. > Is it all upper case? Yes, $ echo | gcc -dM -E - | grep -i ppc #define _ARCH_PPCGR 1 #define __PPC64__ 1 #define _ARCH_PPC 1 #define __PPC__ 1 #define _ARCH_PPC64 1 ---------------------------------------- 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