Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault/timeout when cloning a Match object #2403

Closed
p6rt opened this issue Apr 11, 2011 · 5 comments
Closed

Segfault/timeout when cloning a Match object #2403

p6rt opened this issue Apr 11, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 11, 2011

Migrated from rt.perl.org#88254 (status was 'resolved')

Searchable as RT88254$

@p6rt
Copy link
Author

p6rt commented Apr 11, 2011

From @Timbus

<TiMBuS> rakudo​: my $f = 'a' ~~ /$&lt;foo>='a'/; say $f.clone
<p6eval> rakudo 4bf132​: OUTPUT«(timeout)»

Seems to cause an infinite loop.

@p6rt
Copy link
Author

p6rt commented Jan 15, 2012

From @jnthn

On Mon Apr 11 02​:47​:03 2011, TiMBuS wrote​:

<TiMBuS> rakudo​: my $f = 'a' ~~ /$&lt;foo>='a'/; say $f.clone
<p6eval> rakudo 4bf132​: OUTPUT�(timeout)�

Seems to cause an infinite loop.

Seems to work now​:

my $f = 'a' ~~ /$&lt;foo>='a'/; say $f.clone
=> <a>
foo => <a>

Tagging testneeded.

/jnthn

@p6rt
Copy link
Author

p6rt commented Jan 15, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jul 15, 2012

From @bbkr

Tests in

Raku/roast@b080fb519f

@p6rt
Copy link
Author

p6rt commented Jul 15, 2012

@bbkr - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant