Skip to content

Segmentation fault of SapienRenderer #263

@yzzmxyx

Description

@yzzmxyx

System:

  • OS version: Ubuntu 20.04.6 LTS
  • Python version (if applicable): Python 3.11
  • SAPIEN version (pip freeze | grep sapien): 2.2.2
  • Environment: Server with xvfb(uv virtual environment)

Describe the bug
I met this error in ManiSkill. When I run the following code, a "Segmentation fault (core dumped)" error occurs.

sapien.SapienRenderer.set_log_level("info")
self._renderer = sapien.SapienRenderer(**renderer_kwargs)

Screenshot:
Here is the screenshot of the error:
Image

The same code can run in another Python 3.10 conda environment, so I think the problem may not lie in server hardware. Could you please tell me what the possible causes might be?

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