ruby-ldap / ruby-net-ldap

Pure Ruby LDAP library
https://rubygems.org/gems/net-ldap
Other
399 stars 253 forks source link

Cirucular require Causing JRuby stack overloaded while running rspec #403

Closed gr790 closed 2 years ago

gr790 commented 2 years ago

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 2 years ago

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