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

TodoMVC -sample fails #10726

Closed
DartBot opened this issue May 18, 2013 · 8 comments
Closed

TodoMVC -sample fails #10726

DartBot opened this issue May 18, 2013 · 8 comments
Labels
area-samples (deprecated) Deprecated: this label is no longer actively used. closed-obsolete Closed as the reported issue is no longer relevant P1 A high priority bug; for example, a single project is unusable or has many test failures
Milestone

Comments

@DartBot
Copy link

DartBot commented May 18, 2013

This issue was originally filed by gerald.holzinger.publ...@gmail.com


What steps will reproduce the problem?

  1. open TodoMVC
  2. run the sample
    3.

What is the expected output? What do you see instead?
Without option "Show browser stdout and stderr output" see attachment. Dartium does not open.

With option "Show browser stdout and stderr output" Dartium opens, the todo-App appears, but don't work korrectly.

This is the std output:
[16884:16884:0518/210459:ERROR:zygote_host_impl_linux.cc(146)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
[16884:16904:0518/210500:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[16884:16904:0518/210500:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[16884:16884:0518/210500:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

What version of the product are you using? On what operating system?

Chromium 28.0.1485.0 (Entwickler-Build 195393)
Betriebssystem Linux
Blink 537.36 (Source@1234)
JavaScript V8 3.18.1
DartVM 0.5.7.3_r22659
Flash 11.2 r202
User-Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1485.0 (Dart) Safari/537.36

Please provide any additional information below.


Attachment:
screendart02.png (73.54 KB)

@anders-sandholm
Copy link
Contributor

Can we please fix this asap.
We're getting exceedingly good at breaking the samples...


cc @sigmundch.
Removed Priority-Medium label.
Added Priority-High, Area-Samples, Triaged labels.

@ricowind
Copy link
Contributor

Could you try on the new version of the Editor/Dartium/VM?

(I can't repro in 0.5.9 on Linux - 32 bit mode)

@DartBot
Copy link
Author

DartBot commented May 21, 2013

This comment was originally written by antonm@google.com


that rather looks like an issue with editor. Daniel, Devon, does it ring any bell?


cc @danrubel.
cc @devoncarew.

@DartBot
Copy link
Author

DartBot commented May 21, 2013

This comment was originally written by gerald.holzinger.p...@gmail.com


New version:

Chromium 28.0.1496.0 (Entwickler-Build 197749)
Betriebssystem Linux
Blink 537.36 (Source@1243)
JavaScript V8 3.18.5.1
DartVM 0.5.9.0_r22879
Flash 11.2 r202

at first I thought that the bug is fixed. But then I played around, and could reproduce:

The first run opens index.html and this works fine. But if i want to launch main.dart or main.html it opens http://127.0.0.1:3030/home/gerald/dart/todomvc/web/main.html site with the std-output:

[3284:3284:0521/231137:ERROR:zygote_host_impl_linux.cc(144)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
[3284:3303:0521/231138:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[3284:3303:0521/231138:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[3284:3284:0521/231138:ERROR:object_proxy.cc(532)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

the other samples run the sample from the dart file, but todomvc only from the index.html file and the error msg is confuseing when started from main.dart.

@devoncarew
Copy link
Member

No bells ringing here. TodoMVC is working on a mac. Possibly a configuration issue w/ Dartium and his linux environment?

@DartBot
Copy link
Author

DartBot commented May 21, 2013

This comment was originally written by gerald.holzinger.publi...@gmail.com


@devon, does it work when you run the main.dart file, or does it only run from index.html?

my OS is opensuse 12.3 / x86-64. Adoption from issue #2052 / issue #9549 to run Dartium. (symlink of libbz2 and libudev)

@larsbak
Copy link

larsbak commented Aug 27, 2013

Added this to the M7 milestone.

@sethladd
Copy link
Contributor

sethladd commented Jan 7, 2014

Added AssumedStale label.

@DartBot DartBot added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures area-samples (deprecated) Deprecated: this label is no longer actively used. closed-obsolete Closed as the reported issue is no longer relevant labels Jan 7, 2014
@DartBot DartBot added this to the M7 milestone Jan 7, 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-samples (deprecated) Deprecated: this label is no longer actively used. closed-obsolete Closed as the reported issue is no longer relevant P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

6 participants