Skip to content

segfault when instantiating a class A that mixes in LinkedListEntry<A> #22666

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

Closed
mraleph opened this issue Mar 4, 2015 · 2 comments
Closed
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone

Comments

@mraleph
Copy link
Member

mraleph commented Mar 4, 2015

The following program segfaults the VM. There is a stack overflow when trying to finalize the class.

import 'dart:collection';

class A extends Object with LinkedListEntry<A> { }

main() => new A();

@crelier
Copy link
Contributor

crelier commented Mar 6, 2015

Added Started label.

@crelier
Copy link
Contributor

crelier commented Mar 7, 2015

Fixed at r44306.


Added Fixed label.

@mraleph mraleph added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Mar 7, 2015
@mraleph mraleph added this to the 1.10 milestone Mar 7, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

2 participants