Skip to content

使用iluvatar_gpu会在退出python的时候Segmentation fault #2359

@PlumBlossomMaid

Description

@PlumBlossomMaid

使用iluvatar_gpu会在退出python的时候Segmentation fault

运行如下代码:

import paddle
a = paddle.ones([1])
b = paddle.zeros([1])
c = a + b
exit()

这个时候在运行exit()的时候会产生如下报错:

Segmentation fault (core dumped)

emmmmm 我自己试了试反正不论是exit()退出还是Ctrl + D退出还是程序运行完了自然退出都会有这个问题
环境: AI Studio Iluvatar BI-V150S 32GB

Image

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