This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| pipe = '/somewhere/commands' | |
| launch_cmd = 'cd /somewhere ; node' | |
| process_name = 'node' | |
| open(pipe, 'r') do |f| | |
| begin | |
| f.each_line do |line| | |
| case line.strip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| It's not reproducible with option --1.8. | |
| ByteCodeMachine.java:561:in `opExactMB3N': java.lang.ArrayIndexOutOfBoundsException: 20 | |
| from ByteCodeMachine.java:205:in `matchAt' | |
| from Matcher.java:293:in `matchCheck' | |
| from Matcher.java:438:in `search' | |
| from RubyString.java:2799:in `subBangNoIter19' | |
| from RubyString.java:2755:in `sub_bang19' | |
| from RubyString$INVOKER$i$sub_bang19.gen:-1:in `call' | |
| from JavaMethod.java:343:in `call' |
NewerOlder