servo-shell icon indicating copy to clipboard operation
servo-shell copied to clipboard

Crashes servo on start

Open kevincannon opened this issue 10 years ago • 4 comments

Hey,

Really excited about this tool. I tried to get it to run, but it just crashes servo on launch. Servo builds and runs runs fine. Here's the errors, it's varying between 4 & 11. It just briefly shows a white window, without any UI.

./mach run --release ../servo-shell/index.html -e Servo exited with return value -4

./mach run --release ../servo-shell/index.html -e Servo exited with return value -11

and then keeps alternative beteen 4 & 11.

Running OSX 10.10.3 on Macbook Pro Retina 13" 2014

kevincannon avatar Jun 28 '15 12:06 kevincannon

I am on Ubuntu 14.04 and getting:

~/P/e/servo master> ./mach run --release ../servo-shell/index.html -e
Unrecognized option: 'e'.
Servo exited with return value 1

And without e I am getting:

~/P/e/servo master> ./mach run --release ../servo-shell/index.html
!!!!! Unable to create a mozbrowser frame - are you running with experimental (-e) mode enabled? !!!!!

Globegitter avatar Sep 24 '15 09:09 Globegitter

Ah yes, now we need --pref dom.mozbrowser.enabled instead of -e. The readme should be updated, too.

jdm avatar Sep 24 '15 12:09 jdm

That change doesn't actually address the crash originally reported.

jdm avatar Sep 30 '15 01:09 jdm

Ah, you're right - I am unable to reproduce that crash at all - perhaps it's mac specific?

glennw avatar Sep 30 '15 01:09 glennw