No stack trace in paddle, may be caused by external reasons.
Hi
I am using PyCharm 2024.2.0.1 (Community Edition). My environment involves:
Ubuntu 22.04
Python3.10 in Venv
Cuda version 12.2
I am working on project which involves Paddle OCR
Paddleocr version 2.7.3
Paddlepaddle-gpu version 2.6.1.post120
If I run the project, it runs fine with no issues. When I put a breakpoint and debug the project, the project crashes with below error. I ran and debug the code in Vscode and it is debugging fine. I have checked the RAM and CPU/GPU utilization and everything is just around 5% usage. Please if anyone can help on this to resolve it. Thanks
--------------------------------------
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 1730754143 (unix time) try "date -d @1730754143" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x8) received by PID 10970 (TID 0x7c4b2d800640) from PID 8 ***]
Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
请先登录再写评论。
Hi Abhinavrawat92,
As a general troubleshooting step, would you please try updating to the recent 2024.2.4 version of PyCharm and check if the issue persists on it? If so, can you share a minimal project sample (as a directory zipped, including requirements.txt) required to reproduce this behavior if possible?
Can you please also share logs from Help | Collect Logs and Diagnostic Data after reproducing the issue?
Please upload it to https://uploads.services.jetbrains.com and let me know the upload ID.
Hi, after updating to latest version, this issue is resolved. Thanks