-
Notifications
You must be signed in to change notification settings - Fork 571
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
Perl_sv_clear: Assertion `((svtype)((sv)->sv_flags & 0xff)) != (svtype)0xff' failed (sv.c:6395) #14785
Comments
From @geeknikWhile fuzzing Perl built from git source (v5.23.0-69-gf907dd3), I came across the following "script" that causes an assertion failure at sv.c:6395. perl -e 'map{%0=map{0}m 0 0}%0=map{0}0' It also causes Perl v5.21.6-602-ge9d2bd8 to segfault at sv.c:5837. #0 S_sv_unmagicext_flags (sv=sv@entry=0xe3a710, type=type@entry=60, vtbl=vtbl@entry=0x0, |
From @rjbs* Brian Carpenter <perlbug-followup@perl.org> [2015-07-02T14:29:46]
We have a small backlog of tickets of this sort: fuzzing leading to assertion Is it worth organizing these under a meta-ticket for tracking as one or more -- |
The RT System itself - Status changed from 'new' to 'open' |
From @dcollinsnI have a local text file to categorize the tickets I have opened of this *Assert fails without other symptoms A meta-ticket could track all the open ones, but it might be more helpful -- On Tue, Oct 27, 2015 at 10:30 PM, Ricardo Signes <perl.p5p@rjbs.manxome.org>
|
From @iabynOn Thu, Jul 02, 2015 at 11:29:46AM -0700, Brian Carpenter wrote:
It's another stack-not-refocunted issue. -- |
Migrated from rt.perl.org#125534 (status was 'open')
Searchable as RT125534$
The text was updated successfully, but these errors were encountered: