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

Crash in VM when running dart2js #14439

Closed
larsbak opened this issue Oct 25, 2013 · 3 comments
Closed

Crash in VM when running dart2js #14439

larsbak opened this issue Oct 25, 2013 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@larsbak
Copy link

larsbak commented Oct 25, 2013

python genastress.py 363
export DART_VM_OPTIONS="--old_gen_heap_size=16384"
time out/ReleaseX64/dart-sdk/bin/dart2js stress.dart
Segmentation fault (core dumped)
real 7m23.529s
user 7m16.230s
sys 0m5.390s

I was unable to attach the code given the 10MB restriction.
//Lars

@iposva-google
Copy link
Contributor

What N did you use to generate this variation of stress.dart?

@larsbak
Copy link
Author

larsbak commented Oct 30, 2013

N = 363 as listed in the bug report.

@larsbak larsbak added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Oct 30, 2013
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@rmacnak-google
Copy link
Contributor

Cannot be reproduced without the test or test generator.

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, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants