-
Notifications
You must be signed in to change notification settings - Fork 555
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
Bleadperl v5.15.3-244-gaa33328 breaks ASG/List-Gen-0.973.tar.gz #11700
Comments
From @andkgit bisect commit aa33328 util.c for threads: stashpv_hvname_match UTF8 cleanup. diagnostics When run with a threaded perl, the test t/listgenerator.t of perl -V Summary of my perl5 (revision 5 version 15 subversion 3) configuration: Characteristics of this binary (from libperl): -- |
From @cpansproutOn Sun Oct 16 00:56:56 2011, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote:
In the diff shown below, the null checks (stashpv && name) are removed. Before I go and fix this, though, I suspect there is a bug elsewhere, as - if (stashpv == name) |
The RT System itself - Status changed from 'new' to 'open' |
From @HugmeirOn Sun, Oct 16, 2011 at 5:56 AM, Andreas J. Koenig via RT <
Huh. This happens when either of the stash names are NULL -- But how can |
From @cpansproutOn Sun Oct 16 12:49:06 2011, sprout wrote:
List::Generator contains this code: package List::Generator; List::Gen does *List::Generator:: = *List::Gen::; So when ‘require List::Gen’ finishes, PL_curstash points to an SV that |
From @cpansproutOn Sun Oct 16 13:11:35 2011, sprout wrote:
Now fixed with commit 6852b00. |
@cpansprout - Status changed from 'open' to 'resolved' |
From @cpansproutOn Sun Oct 16 12:51:01 2011, Hugmeir wrote:
See the other message I sent to this ticket. But you can also blow away a stash’s name with undef %Foo::. That’s by |
From @cpansproutOn Sun Oct 16 13:11:35 2011, sprout wrote:
That’s bug #101486. |
Migrated from rt.perl.org#101430 (status was 'resolved')
Searchable as RT101430$
The text was updated successfully, but these errors were encountered: