Skip to content
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

[Bug]: Failed to parsing pptx file and RAGFlow server crashed. #723

Closed
1 task done
trackcc opened this issue May 11, 2024 · 4 comments
Closed
1 task done

[Bug]: Failed to parsing pptx file and RAGFlow server crashed. #723

trackcc opened this issue May 11, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@trackcc
Copy link

trackcc commented May 11, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

648a2ba

Other environment information

CPU : Intel(R) Xeon(R) Silver 4210 CPU
MEM : 512G
GPU : Nvidia Tesla A100 40G
OS  : Ubuntu 22.04.4 LTS server

Actual behavior

ppt解析组件 aspose 报错

No usable version of libssl was found,
image

Expected behavior

No response

Steps to reproduce

上传PPT文件,点击保存

with slides.Presentation(BytesIO(blob)) as presentation:
执行到这里程序就崩溃了

Additional information

No response

@trackcc trackcc added the bug Something isn't working label May 11, 2024
@yingfeng
Copy link
Member

Could you please provide the raw pptx file that leads to the corruption?

@trackcc
Copy link
Author

trackcc commented May 11, 2024

我找了几个测试了一下都是程序崩溃,可能是环境兼容的问题
Uploading 人工智能.pptx…

@trackcc
Copy link
Author

trackcc commented May 11, 2024

在另一台上传成功了。。。
CPU : Intel(R) Core(TM) i7-12700
MEM : 64G
GPU : Nvidia RTX A4000
OS : Ubuntu 18.04 desktop

@trackcc
Copy link
Author

trackcc commented May 11, 2024

@yingfeng ubuntu 18之后不提供libssl1.1, 我的环境是ubuntu 22 Aspose.Slides依赖libssl1.1 导致运行到 with slides.Presentation(BytesIO(blob)) as presentation: 崩溃, 安装 libssl1.1 后正常 https://blog.csdn.net/weixin_47156401/article/details/134343800

@JinHai-CN JinHai-CN changed the title [Bug]: 代码部署解析PPTX文件报错,后台ragflow_server进程崩溃 [Bug]: Failed to parsing pptx file and RAGFlow server crashed. May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants