Stale xvfb.pyc in checkout causes error |
||||
Issue descriptionSee eg https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/385160/steps/content_shell_crash_test%20%28with%20patch%29/logs/stdio I had the same problem locally, and deleting the pyc file fixed it
,
Feb 7 2017
strange, the `remove_stale_pyc_files` hook in DEPS should've deleted said file ...
,
Feb 8 2017
that one only removes pyc files if the corresponding py file no longer exists
,
Feb 8 2017
ok, turns out that xvfb.py invokes xvfb-run __file__ but __file__ in python2 points to the pyc if it exists (which is not executable)
,
Feb 8 2017
,
Feb 8 2017
,
Feb 9 2017
> that one only removes pyc files if the corresponding py file no longer exists Good point. Of course, if the file does still exist, python should deal with this automatically. So it being a problem like what it sounds like you've found makes more sense.
,
Feb 9 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by jochen@chromium.org
, Feb 7 2017