[Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

Alexandru Croitor alexandru.croitor at qt.io
Wed Feb 1 10:52:50 CET 2017


Hi.

I would suggest running the python application under a debugger, and try to get a backtrace.
That might give insight whether it is a Pythong binding issue of a Qt issue.

An alternative would of course be to rewrite the small example in C++, and check if that works.

> On 01 Feb 2017, at 04:56, Kevin Mcintyre <kebin70 at gmail.com> wrote:
> 
> This is PyQt application, so that maybe the issue, but setting
> 
> window = QWebEngineView()
> window.page().profile().setPersistentCookiesPolicy(QWebEngineProfile.NoPersistentCookies)
> 
> generates segfault.
> 
> This code worked fine under 5.7.1.
> 
> Any thoughts appreciated.
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest




More information about the Interest mailing list