On Wed Aug 13 10:41:22 2008, [EMAIL PROTECTED] wrote:
>
> Does this patch help?
Almost, you just missed the executable itself (-o arg). This patch
works for me.
- Andrew
Index: solaris.pm
===
--- solaris.pm (revision 30211)
+++ so
On Sun Jul 06 11:03:37 2008, japhb wrote:
>
> Better yet, we should replace the inherently insecure quicksort
> algorithm (insecure in the "vulnerable to algorithmic attack" sense)
> with a more secure mergesort like perl5 uses. IIRC, perl5's mergesort
> is also carefully crafted to be as sensibl
The segfault occurs inside clone_key_arg() inside src/inter_call.c (at
line 871), which has the following leading POD description (committed by
chromatic who also committed most of the implementation):
Replaces any src registers by their values (done inside clone). This
needs a test for tailcalls