-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
段错误 (核心已转储) #1238
Comments
运行哪段代码或者是执行哪条指令出现的这个错误呢?提供下报错环境 |
你好,我也是这种错误,请问Centos8系统现在支持吗? |
你好,同样的错误 |
OMP: Info #212: KMP_AFFINITY: decoding x2APIC ids. C++ Traceback (most recent call last):0 paddle::framework::SignalHandle(char const*, int) Error Message Summary:FatalError: A serious error (Segmentation fault) is detected by the operating system. (at /paddle/paddle/fluid/platform/init.cc:303) |
1222 05:35:41.893994 1400487 analysis_predictor.cc:1042] Deprecated. Please use CreatePredictor instead. C++ Traceback (most recent call last):0 paddle::framework::SignalHandle(char const*, int) Error Message Summary:FatalError: A serious error (Segmentation fault) is detected by the operating system. (at /paddle/paddle/fluid/platform/init.cc:303) |
Hello. Any updates on this? I am facing the same issue. |
还没解决,只是在控制利用cpu利率时,才会避免这种错误,但是不排除之后可能还会引发这种错误 |
Just updating that I am not getting this error anymore by using the docker image given in quick installation and latest version of paddle(2.0c1) by directly cloning it. This docker image, by default uses python 3.5, just remember to set it to python 3.7 by running this inside the dockeer container bash shell:
|
Hi
Sanchi right update this version of python 3.5 to 3.7
…On Thu, 31 Dec, 2020, 4:10 AM Sanchi Mittal, ***@***.***> wrote:
Just updating that I am not getting this error anymore by using the docker
image given in quick installation
<https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_en/installation_en.md>
and latest version of paddle(2.0c1) by directly cloning it.
This docker image, by default uses python 3.5, just remember to set it to
python 3.7 by running this inside the dockeer container bash shell:
update-alternatives --install /usr/local/bin/python3 python3
/usr/local/bin/python3.7 2
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3M4ZPTCI2LKXLAY7TEID3SXOT6DANCNFSM4UAS4BEQ>
.
|
是的 |
你好,请问这个怎么解决呢? 我也遇到这个问题 |
同样问题,ubuntu 16.04, python3.7, paddle 2.1.0, paddleocr 2.0.6 |
用paddle最新稳定版本应该就不会出现这个问题了 |
环境是ubuntu16.04, 使用的conda安装python3.7 执行的这段代码 提示报错: Error Message Summary: 段错误 |
|
The issue will be closed, if it is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. It is recommended to pull and try the latest code first. |
我也遇到了这个问题,但是我没有使用paddleOCR,我的项目里面和paddle相关的应该是lac,甚至定位不到哪里出错了。 |
应该是paddle框架问题,可以尝试安装最新版的paddle。如果还是有问题可以去paddle repo的issue下提问
|
C++ Traceback (most recent call last):
0 paddle::framework::SignalHandle(char const*, int)
1 paddle::platform::GetCurrentTraceBackString()
Error Message Summary:
FatalError: A serious error (Segmentation fault) is detected by the operating system. (at /paddle/paddle/fluid/platform/init.cc:303)
[TimeInfo: *** Aborted at 1606208562 (unix time) try "date -d @1606208562" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x0) received by PID 6946 (TID 0x7fb0f7fef700) from PID 0 ***]
The text was updated successfully, but these errors were encountered: