CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
502 stars 133 forks source link

Ubuntu下使用QCefcontext,发生阻塞 #368

Closed man345 closed 6 months ago

man345 commented 6 months ago

Discussed in https://github.com/CefView/QCefView/discussions/367

Originally posted by **man345** January 17, 2024 应用平台:Ubuntu20.04 libcef版本:113.3.1+g525fa10+chromium-113.0.5672.128 问题描述:在使用QCefcontext是,发生阻塞。程序卡死在这里,通过top查看,发现程序的进程一直处于挂起状态。下图中有调试信息输出。 ![20240117-135046](https://github.com/CefView/QCefView/assets/81149223/ca5a4311-a643-4ec5-b813-78be73a07a44) ![Snipaste_2024-01-17_13-53-39](https://github.com/CefView/QCefView/assets/81149223/dcff6ee5-2864-4f72-bdb4-8ff2506ae18c)
man345 commented 6 months ago

在以往的issues找到了解决方法。但是为啥要libcef.so需要在libc之前链接嘞?