Skip to content

hang #3

@nickdesaulniers

Description

@nickdesaulniers

Doing an ARCH=arm build, I suspect the interactive kconfig prompt is coming up.

Perhaps I need to manually set ARCH=arm in the env before running reduce.py?

/android2/reduce/reduce.py prep drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs   
[INFO] Using CC=clang
[INFO] Making drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs.i...
^CTraceback (most recent call last):
  File "/android2/reduce/reduce.py", line 62, in <module>
    args.func(args)
  File "/android2/reduce/src/prep.py", line 339, in main
    path_to_dot_i_file, make_stdout = make_dot_i_file(
                                      ^^^^^^^^^^^^^^^^
  File "/android2/reduce/src/prep.py", line 60, in make_dot_i_file
    make_output = subprocess.run(
                  ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 550, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 1209, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 2108, in _communicate
    ready = selector.select(timeout)
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/selectors.py", line 415, in select
    fd_event_list = self._selector.poll(timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions