-
Notifications
You must be signed in to change notification settings - Fork 580
Double free during Perl syntax analysis #21652
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
Comments
No code, no instructions, no information. Just a screenshot of a perl process crashing. |
@philiprbrenan, this ticket is an inappropriate use of https://github.com/Perl/perl5/issues. This is not a Perl help site, i.e., it is not a site one should turn to when one can't figure out what's going wrong with one's program. It is a site for analyzing problems with the Perl programming language and its ongoing development. Filing tickets like this one here simply wastes everyone's time, including your own. Please do not file such tickets here in the future. |
On Mon, Nov 20, 2023 at 08:57:50AM -0800, James E Keenan wrote:
@philiprbrenan, this ticket is an inappropriate use of https://github.com/Perl/perl5/issues. This is **not** a Perl help site, *i.e.,* it is not a site one should turn to when one can't figure out what's going wrong with one's program. It is a site for analyzing problems with the Perl programming language and its ongoing development. Filing tickets like this one here simply wastes everyone's
But he was reporting a SEGV, which perl isn't supposed to do. That means
that its either a bug in perl or (more likely) in some included XS code.
Which means it is an appropriate issue to raise.
The main criticism seems to be the lack of information about how to
reproduce the bug.
…--
Counsellor Troi states something other than the blindingly obvious.
-- Things That Never Happen in "Star Trek" #16
|
I am getting a segmentation fault during Perl syntax analysis ( -c ):
2851 Segmentation fault (core dumped) perl -c -Idtt/lib -Isvg/lib lib/Silicon/Chip.pm
as demonstrated by:
https://github.com/philiprbrenan/PerlDoubleFreeSyntax/actions/runs/6932564051/job/18856802994
The text was updated successfully, but these errors were encountered: