Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created August 8, 2010 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislavena/514592 to your computer and use it in GitHub Desktop.
Save luislavena/514592 to your computer and use it in GitHub Desktop.
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i386-mingw32 -I../../../../ruby/include -I../../../../ruby -DRUBY_EXPORT -o variable.o -c ../../../../ruby/variable.c
C:/Users/Luis/Tools/Ruby/jruby-1.5.1/bin/jruby.exe -Ks ../../../../ruby/tool/insns2vm.rb --srcdir="../../../../ruby" insns.inc
BaseSJISEncoding.java:47:in `codeToMbcLength': java.lang.ArrayIndexOutOfBoundsException: -1
from RubyYaccLexer.java:466:in `isMultiByteChar'
from RubyYaccLexer.java:456:in `isIdentifierChar'
from RubyYaccLexer.java:1062:in `getIdentifier'
from RubyYaccLexer.java:1429:in `identifier'
from RubyYaccLexer.java:1031:in `yylex'
from RubyYaccLexer.java:293:in `advance'
from DefaultRubyParser.java:1380:in `yyparse'
from DefaultRubyParser.java:1332:in `yyparse'
from DefaultRubyParser.java:3986:in `parse'
from Parser.java:111:in `parse'
from Parser.java:82:in `parse'
from Parser.java:74:in `parse'
from Ruby.java:2290:in `parseEval'
from ASTInterpreter.java:96:in `evalWithBinding'
from RubyKernel.java:1045:in `eval'
from org/jruby/RubyKernel$s_method_0_3$RUBYFRAMEDINVOKER$eval.gen:65535:in `call'
from DynamicMethod.java:160:in `call'
from CachingCallSite.java:279:in `cacheAndCall'
from CachingCallSite.java:68:in `call'
from FCallManyArgsNode.java:60:in `interpret'
from NewlineNode.java:104:in `interpret'
from IfNode.java:119:in `interpret'
from NewlineNode.java:104:in `interpret'
from InterpretedMethod.java:180:in `call'
from DefaultMethod.java:172:in `call'
from CachingCallSite.java:309:in `cacheAndCall'
from CachingCallSite.java:148:in `call'
from CallOneArgNode.java:57:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from InterpretedMethod.java:139:in `call'
from DefaultMethod.java:156:in `call'
from CachingCallSite.java:289:in `cacheAndCall'
from CachingCallSite.java:108:in `call'
from CallNoArgNode.java:61:in `interpret'
from DAsgnNode.java:110:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from InterpretedBlock.java:373:in `evalBlockBody'
from InterpretedBlock.java:346:in `yield'
from InterpretedBlock.java:303:in `yield'
from Block.java:194:in `yield'
from RubyArray.java:1630:in `eachCommon'
from RubyArray.java:1637:in `each'
from org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen:65535:in `call'
from CachingCallSite.java:299:in `cacheAndCall'
from CachingCallSite.java:117:in `callBlock'
from CachingCallSite.java:122:in `call'
from CallNoArgBlockNode.java:64:in `interpret'
from NewlineNode.java:104:in `interpret'
from BlockNode.java:71:in `interpret'
from InterpretedMethod.java:180:in `call'
from DefaultMethod.java:172:in `call'
from CachingCallSite.java:309:in `cacheAndCall'
from CachingCallSite.java:148:in `call'
from insns2vm.rb:14:in `__file__'
from insns2vm.rb:-1:in `load'
from Ruby.java:685:in `runScript'
from Ruby.java:568:in `runNormally'
from Ruby.java:414:in `runFromMain'
from Main.java:286:in `run'
from Main.java:128:in `run'
from Main.java:97:in `main'
make: *** [insns.inc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment