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

Rakudo nom segfault on '(True but role {}).say' #2510

Closed
p6rt opened this issue Oct 10, 2011 · 5 comments
Closed

Rakudo nom segfault on '(True but role {}).say' #2510

p6rt opened this issue Oct 10, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Oct 10, 2011

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

Searchable as RT101022$

@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @japhb

As the subject says, nom segfaults on this​:

  (True but role {}).say

Nobody piped up about having seen it before when I asked at
http://irclog.perlgeek.de/perl6/2011-10-10#i_4546609 .

-'f

@p6rt
Copy link
Author

p6rt commented Oct 15, 2011

From @jnthn

On Sun Oct 09 20​:36​:06 2011, gjb@​sonic.net wrote​:

As the subject says, nom segfaults on this​:

\(True but role \{\}\)\.say

Nobody piped up about having seen it before when I asked at
http://irclog.perlgeek.de/perl6/2011-10-10#i_4546609 .

Wasn't actually a segfault per se, but rather a C-level stack overflow;
or so says my debugger. Root cause was that we lost the boolification
circularity breaker while doing the mixin. Fixed now​:

(True but role {}).say
Bool​::True

Just needs a test.

/jnthn

@p6rt
Copy link
Author

p6rt commented Oct 15, 2011

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

@p6rt
Copy link
Author

p6rt commented Apr 22, 2012

From @moritz

Now tested in S14-roles/mixin.t.

@p6rt
Copy link
Author

p6rt commented Apr 22, 2012

@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