ruby-changes:50635
From: nobu <ko1@a...>
Date: Sat, 17 Mar 2018 18:41:25 +0900 (JST)
Subject: [ruby-changes:50635] nobu:r62795 (trunk): debugging SEGV on Solaris11s
nobu 2018-03-17 18:41:19 +0900 (Sat, 17 Mar 2018) New Revision: 62795 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62795 Log: debugging SEGV on Solaris11s Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 62794) +++ compile.c (revision 62795) @@ -8140,6 +8140,9 @@ rb_method_for_self_aset(VALUE name, VALU https://github.com/ruby/ruby/blob/trunk/compile.c#L8140 /* ISeq binary format */ +#ifdef __sparc +#define IBF_ISEQ_DEBUG 1 +#endif #ifndef IBF_ISEQ_DEBUG #define IBF_ISEQ_DEBUG 0 #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/