Bug#816280: Binary incompatibility between debugperl and perl

2016-04-01 Thread Dominic Hargreaves
On Sun, Mar 13, 2016 at 01:24:09PM +0200, Niko Tyni wrote: > On Mon, Feb 29, 2016 at 12:17:39PM +, Dominic Hargreaves wrote: > > Control: forwarded -1 https://rt.perl.org/Public/Bug/Display.html?id=127212 > > Control: tags -1 + fixed-upstream confirmed > > > > On Mon, Feb 29, 2016 at

Bug#816280: Binary incompatibility between debugperl and perl

2016-03-13 Thread Niko Tyni
On Mon, Feb 29, 2016 at 12:17:39PM +, Dominic Hargreaves wrote: > Control: forwarded -1 https://rt.perl.org/Public/Bug/Display.html?id=127212 > Control: tags -1 + fixed-upstream confirmed > > On Mon, Feb 29, 2016 at 12:53:33PM +0100, Nick Wellnhofer wrote: > > Package: perl-debug > > Version:

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
On 29/02/2016 16:52, Dominic Hargreaves wrote: Just to be clear, do you mean you don't think that your issue will be fixed by these patches in blead? http://perl5.git.perl.org/perl.git/commit/5ca5a62834a7fccb204c7fd4b35a11873d1bdd3b

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Dominic Hargreaves
On Mon, Feb 29, 2016 at 01:59:39PM +0100, Nick Wellnhofer wrote: > On 29/02/2016 13:17, Dominic Hargreaves wrote: > >This was discovered as part of the investigation into > > (which is > >not quite the same bug) and was fixed upstream. This

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
On 29/02/2016 13:17, Dominic Hargreaves wrote: This was discovered as part of the investigation into (which is not quite the same bug) and was fixed upstream. This fix should be in 5.24 which should be in stretch. However, the fix by its

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Dominic Hargreaves
Control: forwarded -1 https://rt.perl.org/Public/Bug/Display.html?id=127212 Control: tags -1 + fixed-upstream confirmed On Mon, Feb 29, 2016 at 12:53:33PM +0100, Nick Wellnhofer wrote: > Package: perl-debug > Version: 5.20.2-2 > > The layout of interpreter variables is different in the debug and

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
Package: perl-debug Version: 5.20.2-2 The layout of interpreter variables is different in the debug and normal version of the perl binary. This means that XS extensions might read from or write to the wrong area of the interpreter variable struct, causing crashes and other strange behavior.