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

Difference between dev channel and stable release #16754

Closed
DartBot opened this issue Feb 12, 2014 · 5 comments
Closed

Difference between dev channel and stable release #16754

DartBot opened this issue Feb 12, 2014 · 5 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Feb 12, 2014

This issue was originally filed by ivo.bal...@gmail.com


The server-component todo_server_dartling_mongodb\bin\server.dart
for the Dart project at https://github.com/dzenanr/todo_mongodb
works in stable releases 1.1.3, but exits with exit code 3 in dev release
It did not even start the main function.

What steps will reproduce the problem?

  1. start a Mongodb server: mongod
  2. run bin\server.dart

What is the expected output?
Server at http://127.0.0.1:8080
What do you see instead?
in Editor: nothing, except exit code = 3
on command line: in a cc file: unreachable code detected

What version of the product are you using? On what operating system?
Dart Editor version 1.2.0.dev_03_02 (DEV)
Dart SDK version 1.2.0-dev.3.2
Windows 8.1

Please provide any additional information below.

@lrhn
Copy link
Member

lrhn commented Feb 12, 2014

Added Area-VM, Triaged labels.

@iposva-google
Copy link
Contributor

Can you please add the whole line containing the CC file which hits the "unreachable code"? Thanks!


Added NeedsInfo label.

@DartBot
Copy link
Author

DartBot commented Feb 20, 2014

This comment was originally written by ivo.balbaer...@gmail.com


This isthe console output:

F:\dart_dev\dart-sdk\bin\dart server.dart
vm\object.cc:11917: error: unreachable code

@iposva-google
Copy link
Contributor

This is in "AbstractType::IsResolved".


Set owner to @crelier.
Added Accepted label.

@crelier
Copy link
Contributor

crelier commented Feb 21, 2014

Ivan,

Correct, this was also reported as issue #16640, fixed in r32624 on 2/12 (same date as this issue was reported), and merged to SDK 1.2 as issue #16777.

I'm marking this bug as duplicate. It should not happen anymore with the current dev release.


Added Duplicate label.
Marked as being merged into #16640.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report labels Feb 21, 2014
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. closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

5 participants