-
Notifications
You must be signed in to change notification settings - Fork 32
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
get_all_attributes() crashes when an object has more than 121(126) attributes. #114
Comments
This issue seems to occur with perl v5.20 and up. Confirmed crash with perl v5.20.3, v5.22.4, v5.24.4, v5.30.0 and v5.34.0. |
How about 5.19.x? if we can detect the target commit, we can detect the cause(maybe...) |
I suppose that the target commit is in from 5.19.6 and 5.19.7. I'll check it in detail later. |
I did |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #64
Tested environments.
File:cpanfile
File: Bar.pm
File: main.pl
When main.pl is executed, it crashes with following error messages.
However, when the method is called twice, it works just fine.
The text was updated successfully, but these errors were encountered: