-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
Can we please fix this asap. cc @sigmundch. |
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) |
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. |
This comment was originally written by gerald.holzinger.p...@gmail.com New version: Chromium 28.0.1496.0 (Entwickler-Build 197749) 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. 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. |
No bells ringing here. TodoMVC is working on a mac. Possibly a configuration issue w/ Dartium and his linux environment? |
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) |
Added this to the M7 milestone. |
Added AssumedStale label. |
This issue was originally filed by gerald.holzinger.publ...@gmail.com
What steps will reproduce the problem?
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)
The text was updated successfully, but these errors were encountered: