Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when the file change very fast , get :: exception while processing events: Regexp Interrupted Backtrace this exception break the guard watch file #457

Open
WoolenWang opened this issue Feb 21, 2019 · 0 comments
Labels

Comments

@WoolenWang
Copy link

exception while processing events: Regexp Interrupted Backtrace: -- org/jruby/RubyRegexp.java:1092:in =~'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/stdlib/pathname.rb:41:in chop_basename' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/stdlib/pathname.rb:370:in plus'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/stdlib/pathname.rb:350:in +' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/queue_op timizer.rb:43:in block in _squash_changes'
-- org/jruby/RubyArray.java:2486:in map' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/queue_op timizer.rb:43:in _squash_changes'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/queue_op timizer.rb:27:in smoosh_changes' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/co nfig.rb:37:in optimize_changes'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/pr ocessor.rb:110:in _process_changes' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/pr ocessor.rb:19:in block in loop_for'
-- org/jruby/RubyKernel.java:1292:in loop' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/pr ocessor.rb:15:in loop_for'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/lo op.rb:84:in _wait_for_changes' -- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/event/lo op.rb:42:in block in setup'
-- D:/git/code_helper/3part/ruby/logstash-6.5.1/vendor/jruby/lib/ruby/gems/shared/gems/listen-3.1.5/lib/listen/internal s/thread_pool.rb:6:in block in add'

Environment: jruby 9.1.13.0 - p0
using logstash-6.5.1

guard watch one directory, normally when i change file one by one ,every thing is ok, and when i start to change file by using a script to change very fast , the guard get the exception below up there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants