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
Dealing With Freed Memory Bugs in General in the Interp #12347
Comments
From @bulk88Created by @bulk88Please ignore the perl version in this ticket, I am talking about 5.17 here. This is a continuation of the discussion/issues I brought up in RT #114496. In some places, memory is freed, but the pointers are never set to NULL, At the moment, there is the PERL_POISON flag. Mingw/VC Win32 builds with So the issues are, should perl_destruct really be that aggressive in Should perl_destruct or S_nuke_stacks NULL out even more than before Should Win32 Perls have PERL_POISON on with DEBUGGING/Cfg=Debug so I noticed in RT #114496 that allocating a SV after perl_destruct "worked" Perl Info
|
From @jkeenanOn Fri, 24 Aug 2012 18:21:45 GMT, bulk88 wrote:
bulk88: This ticket hasn't garnered a response in 4-1/2 years. I think the questions you raise are valid but would probably benefit from list discussion of specific issues before we handle it through RT. I recommend that we close the ticket.
Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @bulk88On Fri, 17 Feb 2017 13:58:50 -0800, jkeenan wrote:
Close it. It was a thought exercise. -- |
From @jkeenanOn Mon, 27 Mar 2017 21:39:53 GMT, bulk88 wrote:
Making it so. Thanks for getting back to us. -- |
@jkeenan - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#114566 (status was 'rejected')
Searchable as RT114566$
The text was updated successfully, but these errors were encountered: