mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
Fixes regular crashes like this one:
Traceback (most recent call last):
File "bin/ci/ci_run_n_monitor.py", line 478, in <module>
print_log(cur_project, target_job_id)
File "bin/ci/ci_run_n_monitor.py", line 270, in print_log
lines = job.trace().decode("raw_unicode_escape").splitlines()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'rawunicodeescape' codec can't decode bytes in position 6090-6091: truncated \uXXXX escape
decoding with 'raw_unicode_escape' codec failed
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27653>
|
||
|---|---|---|
| .. | ||
| ci | ||
| pick | ||
| .editorconfig | ||
| __init__.py | ||
| commit_in_branch.py | ||
| commit_in_branch_test.py | ||
| gen_calendar_entries.py | ||
| gen_calendar_entries_test.py | ||
| gen_release_notes.py | ||
| gen_release_notes_test.py | ||
| gen_vs_module_defs.py | ||
| git_sha1_gen.py | ||
| install_megadrivers.py | ||
| khronos-update.py | ||
| meson-cmd-extract.py | ||
| meson.build | ||
| perf-annotate-jit.py | ||
| pick-ui.py | ||
| pick-ui.sh | ||
| post_version.py | ||
| post_version_test.py | ||
| python-venv.sh | ||
| refcnt-log-helper.py | ||
| symbols-check.py | ||
| update-android-headers.sh | ||