Sdk: 1.24.1 + test with content_shell hangs forever

Created on 21 Jun 2017  路  16Comments  路  Source: dart-lang/sdk

I tried it on the cmdline and with IJ - always the same result - it hangs forever with error message

After downgrading to 1.23.0 it works.

  • OS ---------------------------------------------------------------------------
    ProductName: Mac OS X
    ProductVersion: 10.11.6
    BuildVersion: 15G1510
    Darwin Kernel Version 15.6.0: Tue Apr 11 16:00:51 PDT 2017; root:xnu-3248.60.11.5.3~1/RELEASE_X86_64

GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.

  • Software installed -----------------------------------------------------------
    java version "1.8.0_92"
    Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
    Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)

Dart VM version: 1.23.0 (Fri Apr 21 03:07:31 2017) on "macos_x64"
Pub 1.23.0

P1 area-test area-vm os-osx

Most helpful comment

I can reproduce this on https://github.com/cleandart/react-dart with the following:

Dart VM version: 1.24.1
test version: 0.12.22+1

$ git clone [email protected]:cleandart/react-dart.git
$ cd react-dart
$ pub get
$ pub run test -p content-shell

The result is that the process hangs outputting loading logs until you kill it, or, if you wait around 5 minutes, it times out.

All 16 comments

Can you provide instructions on how to reproduce the problem, the subject line "1.24.1 + test with content shell hangs forever" does not convey much.

I can reproduce this on https://github.com/cleandart/react-dart with the following:

Dart VM version: 1.24.1
test version: 0.12.22+1

$ git clone [email protected]:cleandart/react-dart.git
$ cd react-dart
$ pub get
$ pub run test -p content-shell

The result is that the process hangs outputting loading logs until you kill it, or, if you wait around 5 minutes, it times out.

In my daily work I'm using Java (Server + Android) and Dart for the Browser part. For scripting Python.
All my apps are running smoothly but if a problem occurs it is quite often Dart related! Compatibility problems, Analyzer problems, Dartium crashes after a few hours with memory problems (no idea if it's my app or if it's Dartium...)

It's getting better - no doubt but after 4 years of Dart it is still feels a bit like a Beta version

I can reproduce exactly the same as @clairesarsam-wf.

Also - https://github.com/dart-lang/test/pull/640 seems to have been aimed at resolving the issue, but the issue is still present for myself as well as a handful of colleagues. I've even tried completely uninstalling / re-installing the SDK with no luck.

A few devs inside Workiva have verified that upgrading macOS to Sierra has resolved the tests hanging issue. (I'm on 10.12.5)

content shell hanging is also a problem for us after updating the SDK. Were already on Sierra previously with no problem, now after updating the SDK, it's broken.

(Aside, there also seem to be internal breaking changes in the SDK that we had to work around with custom package versions - this release seems rather problematic in general :( )

@latos and you're updated to 1.24.2 (not just 1.24.1) ?

@robbecker-wf I'm also on 1.24.2 - same problem! Mac OS is El Captain 10.11.6

@robbecker-wf 1.24.2 is what I had with the problem

Exactly two moth and and it still doesn't work!!!

@MikeMitterer , sorry that this is still an unresolved issue.
@a-siva , wondering if we were ever able to reproduce?

@anders-sandholm Can I help to reproduce the problem?

content-shell is no longer supported

@kevmoo What are we supposed to use now?

@latos build package with Chrome. Chrome now has headless mode.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DartBot picture DartBot  路  3Comments

xster picture xster  路  3Comments

ranquild picture ranquild  路  3Comments

xster picture xster  路  3Comments

DartBot picture DartBot  路  3Comments