Re: [perl #62506] Rakudo segfault on missing method
[email protected] (isop) Fri, 23 Jan 2009 00:59:35 -0800 (PST)
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ---- > From: isop <[email protected]> > To: [email protected] > Sent: Friday, January 23, 2009 10:27:05 AM > Subject: Re: [perl #62506] Rakudo segfault on missing method > > > > ----- Original Message ---- > > From: Moritz Lenz via RT > > To: [email protected] > > Sent: Tuesday, January 20, 2009 9:06:03 AM > > Subject: [perl #62506] Rakudo segfault on missing method > > > > On Mon Jan 19 13:04:17 2009, isop wrote: > > > Following perl6 code segfaults with r31857: > > > > > > say 8.bla; > > > > Doesn't segfault here (32 bit Linux, r35789) (it does give a "double > > free or corruption" after the error message, but we have another ticket > > for that). > > > > Could you please try again with a newer version of parrot, and also tell > > us about your platform? > > > > Moritz > > > Oops, you're right. It gives > *** glibc detected *** ./perl6: corrupted double-linked list: 0x08713a08 *** > > > I just saw it crash and immediately assumed a segfault. > > I now tried with r31857 and still get the error. (It doesn't happen if I type > "say 8.bla;" to the interactive interpreter, btw) > > I'm compiling with distcc over two computers. gcc --version on each gives: > 1. gcc (Debian 4.3.2-1) 4.3.2 > 2. gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 > > I'm trying "make realclean && make perl6" (w/o distcc) now, and I'll see if it > still shows up. (I forgot perl Configure.pl) No good. It still crashes the same way.