PGL icon indicating copy to clipboard operation
PGL copied to clipboard

GATNE实验报错

Open yifenzhong1920 opened this issue 3 years ago • 1 comments

欢迎您反馈PGL使用问题,非常感谢您对PGL的贡献! 在留下您的问题时,辛苦您同步提供如下信息:

版本、环境信息

  • PGL和PaddlePaddle版本号:

PGL 1.2.0

PaddlePaddle 2.0.2

  • 系统环境: Linux python: 3.7.0

复现信息:

2021-12-03 09:51:56,608 - INFO - loading data from ./data/train.txt

C++ Traceback (most recent call last):

0 paddle::framework::SignalHandle(char const*, int) 1 paddle::platform::GetCurrentTraceBackStringabi:cxx11


Error Message Summary:

FatalError: Segmentation fault is detected by the operating system. [TimeInfo: *** Aborted at 1638525181 (unix time) try "date -d @1638525181" if you are using GNU date ***] [SignalInfo: *** SIGSEGV (@0x0) received by PID 3574 (TID 0x7fbf46be4700) from PID 0 ***]

nodes数量有100万

当我使用:

develop版本的paddle的时候,版本是 paddlepaddle-gpu :0.0.0.post101 错误如下: 2021-12-03 10:13:46,207-INFO-root: loading data from ./data/train.txt python: malloc.c:3558: _int_malloc: Assertion `(bck->bk->size & NON_MAIN_ARENA) == 0' failed.

yifenzhong1920 avatar Dec 03 '21 09:12 yifenzhong1920

使用PGL 1.2 版本时, padddlepaddle 需要是1.8 版本。

Liwb5 avatar Dec 07 '21 01:12 Liwb5