Skip to content

all cc1plus processes are in D = uninterruptible sleep while using parallel-executor #33

@razr

Description

@razr

I have tried to build Autoware as

colcon build --symlink-install --merge-install  \
--cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF

and my 24-core system literally dies (no response, need to reboot). top shows all cc1plus processes are in D = uninterruptible sleep

The only escape is to add --executor sequential Something is wrong with the way the colcon-parallel-executor works.

I'm using docker to build it:

rocker -e LIBGL_ALWAYS_SOFTWARE=1 --x11 --user --volume $HOME/github/autowarefoundation/autoware/ -- ghcr.io/autowarefoundation/autoware-universe:latest-cuda

colcon build --symlink-install --merge-install  \
--cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions