PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Segmentation fault

Open jack-gits opened this issue 2 years ago • 1 comments

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

  • 系统环境/System Environment: Linux
  • 版本号/Version:Paddle: paddlepaddle-gpu 2.3.2
  • PaddleOCR: paddleocr 2.6.0.1
  • 问题相关组件/Related components: Python 3.8.13
  • 运行指令/Command Code:
  • 完整报错/Complete Error Message:

**_-------------------------------------- C++ Traceback (most recent call last):

No stack trace in paddle, may be caused by external reasons.


Error Message Summary:

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

Segmentation fault (core dumped)_**

jack-gits avatar Nov 16 '22 11:11 jack-gits

hello ,i've the same problem, addition message: mupdf: syntax error in content stream linux, when i run PaddleOCR-release-2.6/ppstructure/predict_system.py

xzdong-2019 avatar Nov 16 '22 14:11 xzdong-2019

有人可以帮忙看看吗?

jack-gits avatar Nov 18 '22 11:11 jack-gits

同问,求解决办法

Hepta-Col avatar Nov 19 '22 02:11 Hepta-Col

I've gotten seg faults when using paddlepaddle in an nvidia-docker container when there was a cuda version mismatch between the paddlepaddle image I used and the version of cuda on my host machine.

gavinfaimdata avatar Nov 21 '22 21:11 gavinfaimdata

did you guys solve this issue?

anil-bit avatar Dec 07 '22 06:12 anil-bit

安装好paddle后,运行一下 paddle.utils.run_check(),看下是否能成功运行。如果失败,大概率是环境问题,比如cuda/cudnn版本不匹配

huangjun12 avatar Mar 14 '23 06:03 huangjun12