Discussion:
[perl #62504] Rakudo segfault on multi type mismatch
(too old to reply)
I Sop
2009-01-19 21:01:39 UTC
Permalink
# New Ticket Created by I Sop
# Please include the string: [perl #62504]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62504 >


Following perl6 code segfaults:

multi foo($x where { $x == 5 }) { say 'yum' }
foo 8;
Isop
2009-01-19 21:02:41 UTC
Permalink
Forgot to mention this is with r31857




----- Original Message ----
From: Parrot via RT <parrotbug-***@parrotcode.org>
To: ***@yahoo.com
Sent: Monday, January 19, 2009 11:01:42 PM
Subject: [perl #62504] AutoReply: Rakudo segfault on multi type mismatch

Greetings,

This message has been automatically generated in response to the
creation of a parrotbug regarding:
"Rakudo segfault on multi type mismatch"

There is no need to reply to this message right now. Your ticket has been
assigned an ID of [perl #62504].

Please include the string:
[perl #62504]
In the subject line of all future correspondence about this issue. To do so,
you may reply to this message.

Thank you,
parrotbug

http://rt.perl.org/rt3/Ticket/Display.html?id=62504
-------------------------------------------------------------------------
MIME-Version: 1.0
X-Ymail-Osg: GyjYK0MVM1nthnl7OcUyU_xH3ItJLjqOQE2VZyJKIxWiPPYtfkNoFk4mBm3l4avhmYEX92RgU_oE4qKFboYesobs_L06NYYKSG7mGm1QMKEeeE0V8G7Y_B9jOVTBWUrXIe_PoVSpeMD8Z7BreSelOuurbNM-
X-Spam-Status: No, hits=0.0 required=8.0 tests=DK_POLICY_TESTING,DK_SIGNED,DK_VERIFIED
X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.260.1
X-Yahoo-Newman-ID: ***@omp101.mail.ac4.yahoo.com
X-Old-Spam-Check-BY: la.mx.develooper.com
Message-ID: <***@web59905.mail.ac4.yahoo.com>
content-type: text/plain; charset="utf-8"
X-Yahoo-Newman-Property: ymail-3
Received: (qmail 32347 invoked by alias); 19 Jan 2009 21:00:52 -0000
Received: (qmail 32335 invoked from network); 19 Jan 2009 21:00:52 -0000
Received: from localhost (HELO la.mx.develooper.com) (127.0.0.1) by localhost with SMTP; 19 Jan 2009 21:00:52 -0000
Received: (qmail 32332 invoked by alias); 19 Jan 2009 21:00:52 -0000
Received: from la.mx.develooper.com (HELO x1.develooper.com) (63.251.223.176) by la.mx.develooper.com (qpsmtpd/0.28) with SMTP; Mon, 19 Jan 2009 13:00:43 -0800
Received: (qmail 32274 invoked by uid 225); 19 Jan 2009 21:00:39 -0000
Received: (qmail 32268 invoked by alias); 19 Jan 2009 21:00:38 -0000
Received: from n7a.bullet.mail.ac4.yahoo.com (HELO n7a.bullet.mail.ac4.yahoo.com) (76.13.13.70) by la.mx.develooper.com (qpsmtpd/0.28) with SMTP; Mon, 19 Jan 2009 13:00:30 -0800
Received: from [76.13.13.26] by n7.bullet.mail.ac4.yahoo.com with NNFMP; 19 Jan 2009 21:00:26 -0000
Received: from [76.13.10.160] by t3.bullet.mail.ac4.yahoo.com with NNFMP; 19 Jan 2009 21:00:26 -0000
Received: from [127.0.0.1] by omp101.mail.ac4.yahoo.com with NNFMP; 19 Jan 2009 21:00:26 -0000
Received: (qmail 68788 invoked by uid 60001); 19 Jan 2009 21:00:23 -0000
Received: from [87.69.10.102] by web59905.mail.ac4.yahoo.com via HTTP; Mon, 19 Jan 2009 13:00:23 PST
Delivered-To: rt-***@x1.develooper.com
Delivered-To: bugs-***@netlabs.develooper.com
Delivered-To: ***@parrotcode.org
Subject: Rakudo segfault on multi type mismatch
Return-Path: <***@yahoo.com>
Domainkey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=vaIdVkYcVtKO02cAR7uq9/MbS8ljtxxq4WmpwzjiSfkQ/yvnriLvZu7UMYdyBT6OtaAkSduMdE5XL6c5OPCarz7WeXMpl/xYNxuwtrtM6kXMvb3p7yGabrEnqNB+w2BqgFyv6PDJ6xE29LAlX2zOV6q4TS0mDngf029r3Nkio3E=;
X-Spam-Check-BY: la.mx.develooper.com
X-Old-Spam-Status: No, hits=0.0 required=8.0 tests=DK_POLICY_TESTING,DK_SIGNED,DK_VERIFIED
Date: Mon, 19 Jan 2009 13:00:23 -0800 (PST)
To: parrotbug <***@parrotcode.org>
From: isop <***@yahoo.com>
X-RT-Original-Encoding: us-ascii

Following perl6 code segfaults:

multi foo($x where { $x == 5 }) { say 'yum' }
foo 8;

Loading...