-
Notifications
You must be signed in to change notification settings - Fork 561
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
Accessing freed memory #1914
Comments
From [email protected]Created by [email protected]Apparently, Perl tries to access freed memory at some point. This is 5.6.0, patched up to change #6025. $ LD_PRELOAD=/usr/lib/libefence.so perl t/comp/colon.t The really funny part is that removing any of the tests (including the tests Perl Info
|
From @gsarOn 01 May 2000 18:32:27 +0200, "Matthias Urlichs" wrote:
Good spotting. You probably want to back out: Change 5989 by gsar@auger on 2000/04/28 08:27:12 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes Or better yet, fix tokeq() to check for SvIOK before looking at SvIVX Sarathy |
From [Unknown Contact. See original ticket]Hi, Gurusamy Sarathy:
Heh. OK, will do as soon as my archive is working again. A standard way of running most of the tests under efence might -- |
[email protected] - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#3184 (status was 'resolved')
Searchable as RT3184$
The text was updated successfully, but these errors were encountered: