Navigation Menu

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 on binding a variable to itself in Rakudo #1938

Closed
p6rt opened this issue Jul 14, 2010 · 6 comments
Closed

Segfault on binding a variable to itself in Rakudo #1938

p6rt opened this issue Jul 14, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Jul 14, 2010

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

Searchable as RT76508$

@p6rt
Copy link
Author

p6rt commented Jul 14, 2010

From @masak

<pmurias> rakudo​: my $a = 2;$a := $a; say $a
<p6eval> rakudo c8b6cf​: ( no output )
<pmurias> rakudo​: my $a = 2;my $b; $b := $a; say $b
<p6eval> rakudo c8b6cf​: OUTPUT«2␤»
<pmurias> isn't the first one a bug?
<masak> looks like.
<masak> unless p6eval is acting up again.
<moritz_> it segfaults locally
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @coke

On Wed Jul 14 11​:47​:11 2010, masak wrote​:

<pmurias> rakudo​: my $a = 2;$a := $a; say $a
<p6eval> rakudo c8b6cf​: ( no output )
<pmurias> rakudo​: my $a = 2;my $b; $b := $a; say $b
<p6eval> rakudo c8b6cf​: OUTPUT«2␤»
<pmurias> isn't the first one a bug?
<masak> looks like.
<masak> unless p6eval is acting up again.
<moritz_> it segfaults locally
* masak submits rakudobug

19​:40 < [Coke]> rakudo​: my $a = 2;$a := $a; say $a
19​:40 <+p6eval> rakudo 38907e​: OUTPUT«2␤»

Closable with tests.
--
Will "Coke" Coleda

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @coke

On Wed Jul 14 11​:47​:11 2010, masak wrote​:

<pmurias> rakudo​: my $a = 2;$a := $a; say $a
<p6eval> rakudo c8b6cf​: ( no output )
<pmurias> rakudo​: my $a = 2;my $b; $b := $a; say $b
<p6eval> rakudo c8b6cf​: OUTPUT«2␤»
<pmurias> isn't the first one a bug?
<masak> looks like.
<masak> unless p6eval is acting up again.
<moritz_> it segfaults locally
* masak submits rakudobug

19​:40 < [Coke]> rakudo​: my $a = 2;$a := $a; say $a
19​:40 <+p6eval> rakudo 38907e​: OUTPUT«2␤»

Closable with tests.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 20, 2011

From @moritz

tested in S03-operators/binding-scalars.t.

@p6rt
Copy link
Author

p6rt commented Oct 20, 2011

@moritz - 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