glennw / servo-shell

Proof of concept HTML/CSS/JS browser UI for Servo
176 stars 16 forks source link

shell not working on fedora 22 (linux) #5

Closed EmilyDirsh closed 9 years ago

EmilyDirsh commented 9 years ago

With builds from servo (https://github.com/servo/servo/commit/db104b738e1ff6b69c3983be6f50f8d7a048b182) and servo-shell (https://github.com/glennw/servo-shell/commit/db419fa3310b6dcd2433e597573103328c66eb5d) browser is non-responsive.

I was unable to get any messages from verbose mode, but by ./mach run http://reddit.com/r/rustlang ../servo-shell/index.html -e I could at least get a stacktrace. http://pastebin.com/CCJRxGX9

jdm commented 9 years ago

That's just going to run the regular Servo UI on /r/rustlang, and I guess that page triggers a bug in Servo. servo-shell doesn't support providing an initial URL right now.

jdm commented 9 years ago

Huh, I lied, apparently that does bring up the servo-shell UI somehow. Spooky.

jdm commented 9 years ago

I've filed https://github.com/servo/servo/issues/5520 to remove the ability to make this mistake :)