-
Notifications
You must be signed in to change notification settings - Fork 553
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
the mark stack (and dMARK etc) are I32 even on 64-bit platforms #20917
Labels
Comments
|
My original example from #20841 is also a problem: but it runs my machine out of memory for the slightly smaller case. |
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Mar 20, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Mar 23, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Mar 30, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Jul 27, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Aug 21, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Aug 22, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
to tonycoz/perl5
that referenced
this issue
Sep 25, 2023
The basic test passes Works towards Perl#20917
tonycoz
added a commit
that referenced
this issue
Sep 25, 2023
The basic test passes Works towards #20917
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module:
Description
mark indexes (which point to the beginning of a list on the value stack) are I32, this means that a list that starts above the 2**32 item mark typically crashes perl.
Steps to Reproduce
Expected behavior
No crash.
Perl configuration
The text was updated successfully, but these errors were encountered: