ruby-ldap/ruby-net-ldap

Cirucular require Causing JRuby stack overloaded while running rspec

gr790 opened this issue · 1 comments

gr790 commented

Hello,

In latest Tag, 0.17.0 there is circular require causing JRuby stack overloaded and bundle exec rspec failed with below message.
All examples were filtered out bundler: failed to load command: rspec (/opt/rbenv/versions/jruby-9.2.20.1/bin/rspec) Error: Your application used more stack memory than the safety cap of 2048K. Specify -J-Xss####k to increase it (#### = cap size in KB). Specify -w for full java.lang.StackOverflowError stack trace

Anyway 0.16.3 and master branch doesn't have this circular require.
My Question is are you planning to remove this circular require, it seems yes, when we can expect new release.

Thanks

gr790 commented

I will mark it close, as circular requires doesn't overflow the stack.