-
Notifications
You must be signed in to change notification settings - Fork 1.7k
core dump in Dart VM #16103
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
Comments
There seems to be something going wrong with the sin/cos merging optimization. #0 0x00235d96 in dart::Instruction::InsertAfter(dart::Instruction*) at /Volumes/Sources/dart-all/dart/runtime/vm/intermediate_language.cc:540 Set owner to @sgmitrovic. |
Added Started label. |
Fixed in r31858. Added Fixed label. |
Should the fix be considered for merging to the 1.1 branch? |
This comment was originally written by @a14n I still see this issue happen on dev channel. |
Yes I think this and r31862 (belong together) are small fixes that should be merged to 1.1 branch. Alexandre, please specify/verify which VM revision number you are running. Thanks. |
This comment was originally written by @a14n I used the Dev channel : (it seems to be http://gsdview.appspot.com/dart-archive/channels/dev/raw/31818/) To grab your fix I have downloaded a raw version on http://gsdview.appspot.com/dart-archive/channels/be/raw/latest/ On this version the sample code works. |
The fix for this issue is now live on the stable channel in Dart SDK version 1.1.3. |
Issue #16606 has been merged into this issue. |
This issue was originally filed by @a14n
Running the attached file I get a "Segmentation fault (core dumped)" with:
> dart --version
Dart VM version: 1.1.0-dev.5.10 (Tue Jan 14 03:42:16 2014) on "linux_x64"
The last outputs I can see are:
start 441
compute lat:-53 lng:-41, 256758, -53
lat:-53 lng:-41, 256758, -53
end 441
start 442
compute lat:-21 lng:171, 140546, -79
Segmentation fault (core dumped)
Running this file in the editor I get "exit code=139"
Attachment:
t.dart (1.14 KB)
The text was updated successfully, but these errors were encountered: