-
Notifications
You must be signed in to change notification settings - Fork 560
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
Devel::NYTProf causes perl assert failure: function Perl_rpeep, file op.c #14087
Comments
From Mark.Martinec@ijs.siCreated by Mark.Martinec@ijs.siNot sure if the culprit is Devel::NYTProf, or perl 5.20.0 itself. Using Devel-NYTProf-5.06_80 and perl 5.20.0 compiled $ prove t/test25-strevalb.t Same with just the offending line from test25-strevalb.t : $ NYTPROF='use_db_sub=1' perl -d:NYTProf -e 'use Benchmark' (wrapped for clarity) Perl Info
|
From @jkeenanOn Fri Sep 12 08:30:33 2014, mmartinec wrote:
I recommend that you take this up *first* at Devel-NYTProf's bug tracker at: https://github.com/timbunce/devel-nytprof/issues I recommend that because you are testing what is listed as a *development* version of this library (see: http://search.cpan.org/~timb/Devel-NYTProf-5.06/). Since the latest *official* release of Devel-NYTProf has been passing most, but not all, of its smoke tests against Perl 5.20.0 and later (see: http://matrix.cpantesters.org/?dist=Devel-NYTProf+5.06), we have to rule out a bug in Devel-NYTProf before considering a bug in Perl itself. Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From Mark.Martinec@ijs.si
Done:
Same happens with Devel-NYTProf-5.06 as with Devel-NYTProf-5.06_80,
Sure, thank you for a prompt response. |
From @timbunceThis looks like a perl bug rather than a Devel::NYTProf problem. Here's a pure-perl reproducer: perl -d -e 'BEGIN { 0x4 is PERLDBf_NOOPT. |
From @timbuncePer timbunce/devel-nytprof#38 this appears related to 932bca2 (but I've not actually done a bisect). |
From @cpansproutOn Sun Oct 05 12:11:22 2014, timbo wrote:
I have done a bisect, and it is that commit. I also have a local fix, but I may not push it until later today, or even tomorrow, as I also have other local changes that break things. -- Father Chrysostomos |
From @cpansproutOn Sun Oct 05 12:53:25 2014, sprout wrote:
This is now fixed in 4c62787. This should be a candidate for maint-5.20. -- Father Chrysostomos |
From @timbunceOn Sun, Oct 05, 2014 at 04:41:54PM -0700, Father Chrysostomos via RT wrote:
Wonderful. Thanks! Tim. |
@steve-m-hay - Status changed from 'open' to 'pending release' |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22. If you find that the problem persists, feel free to reopen this ticket -- |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#122771 (status was 'resolved')
Searchable as RT122771$
The text was updated successfully, but these errors were encountered: