Yves Orton

Results 280 comments of Yves Orton

This is fixed by PR #20168

@jkeenan notice your Configure args are different. ``` ./Configure -Dusethreads -Doptimize=-g -d -Dusedevel -DDEBUGGING ``` notice I have "usethreads" not "useithreads".

@Tux ok, thanks. @khwilliamson I have narrowed this down a bit. If I add ``use attributes;`` to ``threads::shared`` the problem goes away. I believe that somehow the a7ff7aca38 patch meant...

FWIW, it seems that https://github.com/Perl/perl5/pull/20157 fixes the issue, although it is still not clear to me if it should be required or why your patch exposed this issue this way....

On Mon, 19 Sept 2022, 22:31 Karl Williamson, ***@***.***> wrote: > On 9/19/22 08:55, ℕicolas ℝ. wrote: > > I can rebase and rework that Pull Request but I will...

Pretty sure this is related to fixing up the rules for what happens with exit in BEGIN. The module is testing what happens if it compiles with -c a program...

On Wed, 14 Sept 2022 at 02:57, James E Keenan ***@***.***> wrote: > There are two concerns that I have: > > * blead currently already shows a different behavior...

Yes, https://github.com/Perl/perl5/pull/20357 is the patch to fix this.

Hi, somehow this didnt get posted days ago when it should have been. My apologies for the long response, I was sick for a few weeks and lost track of...