Re: [Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-02-23 Thread Viktor Engelmann
Probably it's related to this? https://bugreports.qt.io/browse/QTBUG-58650 Am 23.02.2017 um 13:27 schrieb Viktor Engelmann: > C++ port of the code works in 5.8.1 > > > Am 01.02.2017 um 10:52 schrieb Alexandru Croitor: >> Hi. >> >> I would suggest running the python application under a debugger, a

Re: [Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-02-23 Thread Viktor Engelmann
C++ port of the code works in 5.8.1 Am 01.02.2017 um 10:52 schrieb Alexandru Croitor: > 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 o

Re: [Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-02-01 Thread Alexandru Croitor
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:

[Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-01-31 Thread Kevin Mcintyre
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. ___