Skip to content

Compilation of helloworld gives error #11103

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


What steps will reproduce the problem?

  1. Enter program:
    void main() {
      print("Hello, World!");
    }
  2. Click green circle with arrowhead
  3. Observe error message: <hello_world.dart> exit code=-1073741819

What is the expected output? What do you see instead?
Didn't know exactly what to expect. Saw a cryptic error message.

What version of the product are you using? On what operating system?
Dart Editor version 0.5.11_r23200
Dart SDK version 0.5.11.1_r23200
Windows 7 & cygwin

Please provide any additional information below.
At some point in digging I was lead to https://pub.dartlang.org/packages/browser, which recommended editing a pubspec.yaml file (didn't say where) and running pub install. I created a pubspec.yaml based on those in subdirectories of dart, then ran pub install from the editor. It told me an error occurred and I should run from the command line with the --trace option, which I did. The output is attached.


Attachment:
pub.out (5.75 KB)

Metadata

Metadata

Assignees

Labels

area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-io

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions