Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPython crashes when running mach test #3854
Closed
Comments
|
Did you succeed to build first? |
|
Yes. |
|
Any difference if you use |
|
Issue #3867 seems to tell what happens. Im also running Arch Linux. |
|
Same error here, also Arch Linux. https://gist.github.com/agilob/aac801fd3bcba48743db https://upload.agilob.net/qtox.webm
How can I help you debug it? |
And paste the result here, please :) |
|
https://gist.github.com/agilob/6cd10419c865cce2b453 Window wasn't closed after SEGFAULT, I had to kill application |
|
Looks like #3867 as well. Whee. |
|
It works here. |
|
Great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
When i run
$ ./mach run tests/html/about-mozilla.htmlIt prints followingERROR:script::parse::html: Parse error: Unexpected token Error running mach:(edit) I pulled and now it says this. It was also the original message, but it printed the odd one onceThe error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
CalledProcessError: Command '[u'target/servo', 'tests/html/about-mozilla.html']' returned non-zero exit status -11
File "/home/leo/code/job/mozilla/servo/python/servo/post_build_commands.py", line 26, in run
env=self.build_env())
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)