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 <kebi...@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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to