Bug#624689: perl: segfaults (dereferencing a null pointer) while evaluating a pattern match

2016-06-25 Thread Reini Urban
The bug is valid, and already fixed since 5.22 or so. To repro it you need to fix the order of global destruction, e.g by PERL_HASH_SEED=0 The problem is that the unicode helper swashes were already destroyed when the regex inside the DESTROY handler, run during global destruction, requested a

Bug#624689: perl: segfaults (dereferencing a null pointer) while evaluating a pattern match

2011-05-05 Thread James Vega
On Mon, May 02, 2011 at 07:01:02AM -0400, James Vega wrote: On Mon, May 02, 2011 at 01:16:37PM +0300, Niko Tyni wrote: On Sat, Apr 30, 2011 at 12:34:57PM -0400, James Vega wrote: In the piece of code I'm running, an object's DESTROY method has various cleanup that it is doing. As part of

Bug#624689: perl: segfaults (dereferencing a null pointer) while evaluating a pattern match

2011-05-02 Thread Niko Tyni
On Sat, Apr 30, 2011 at 12:34:57PM -0400, James Vega wrote: Package: perl Version: 5.10.1-20 Severity: normal *** Please type your report below this line *** In the piece of code I'm running, an object's DESTROY method has various cleanup that it is doing. As part of that cleanup, it calls

Bug#624689: perl: segfaults (dereferencing a null pointer) while evaluating a pattern match

2011-05-02 Thread James Vega
On Mon, May 02, 2011 at 01:16:37PM +0300, Niko Tyni wrote: On Sat, Apr 30, 2011 at 12:34:57PM -0400, James Vega wrote: Package: perl Version: 5.10.1-20 Severity: normal *** Please type your report below this line *** In the piece of code I'm running, an object's DESTROY method has

Bug#624689: perl: segfaults (dereferencing a null pointer) while evaluating a pattern match

2011-04-30 Thread James Vega
Package: perl Version: 5.10.1-20 Severity: normal *** Please type your report below this line *** In the piece of code I'm running, an object's DESTROY method has various cleanup that it is doing. As part of that cleanup, it calls through various functions and ends up evaluating a pattern match.