Hi Hans Peter,
Thanks a lot.
Yes I can easily crash with your example.
at least with my versions of Qt / PyQt
So there seems to be something in Facebook's javascript setup, which is
not behaving that nicely within Webkit (or at least some of its versions)
On 04/04/2011 04:14 PM, Hans-Peter Ja
On Monday 04 April 2011, 00:23:59 Hans-Peter Jansen wrote:
> On Sunday 03 April 2011, 22:49:44 Gelonida Gmail wrote:
> > Nokia considers this bug not being their problem, but a webkit
> > issue.
> >
> > Therefore I filed a new bug report for webkit.
> >
> > https://bugs.webkit.org/show_bug.cgi?id=5
On Sunday 03 April 2011, 22:49:44 Gelonida Gmail wrote:
> Nokia considers this bug not being their problem, but a webkit issue.
>
> Therefore I filed a new bug report for webkit.
>
> https://bugs.webkit.org/show_bug.cgi?id=57729
Hi Phil,
I was able to simplify the issue even further, and usually
Nokia considers this bug not being their problem, but a webkit issue.
Therefore I filed a new bug report for webkit.
https://bugs.webkit.org/show_bug.cgi?id=57729
Let's see what happens now
On 03/28/2011 03:11 AM, Gelonida Gmail wrote:
> On 03/27/2011 10:52 PM, Hans-Peter Jansen wrote:
>> On S
On 03/27/2011 10:52 PM, Hans-Peter Jansen wrote:
> On Saturday 26 March 2011, 23:45:04 Gelonida Gmail wrote:
>> I wrote also an equivalent C++ version, and managed to crash it
>> (though I had to try over 10 times before I got a segfault)
>
> Well, I can always reproduce a crash be simply logging
On Saturday 26 March 2011, 23:45:04 Gelonida Gmail wrote:
> I have now an even simper version of my program, which still crashes.
> However today it crashes less often than before. There is some random
> factor involved.
>
>
> # Error description:
> #
> # After starting the script a login screen sh
On 03/25/2011 12:21 AM, Hans-Peter Jansen wrote:
> On Thursday 24 March 2011, 23:52:53 Gelonida wrote:
>> Hi I have a rather small (mostly crashing) script with a
>> QWebViewwidget.
>>
>>
>> Can anybody else reproduce this?
>
> Confirmed:
> python: 2.6
> sip: 4.12.1
> qt4: 4.6.3
. . .
>
>
> Giv
I have now an even simper version of my program, which still crashes.
However today it crashes less often than before. There is some random
factor involved.
# Error description:
#
# After starting the script a login screen shows up
# (email address and password field in the top right corner of th
On Friday 25 March 2011, 00:55:58 Gelonida wrote:
> >
> > Given the simpleness of your script, and since this happens deep
> > under the covers in the javascript core, a *Qt* bugreport would be
> > in order. That requires a C++ version, though. If that version
> > works, then Phil is to blame, but
Hi Pete,
Thanks for your quick reply and thanks for confirming my issue.
On 3/25/2011 12:21 AM, Hans-Peter Jansen wrote:
On Thursday 24 March 2011, 23:52:53 Gelonida wrote:
Hi I have a rather small (mostly crashing) script with a
QWebViewwidget.
# beginning of script
import sys
import platfor
On Thursday 24 March 2011, 23:52:53 Gelonida wrote:
> Hi I have a rather small (mostly crashing) script with a
> QWebViewwidget.
>
> # beginning of script
> import sys
> import platform
> import PyQt4.QtGui as QtGui
> import PyQt4.QtCore as QtCore
> from PyQt4.QtWebKit import QWebView
>
> class MyM
Hi I have a rather small (mostly crashing) script with a QWebViewwidget.
# beginning of script
import sys
import platform
import PyQt4.QtGui as QtGui
import PyQt4.QtCore as QtCore
from PyQt4.QtWebKit import QWebView
class MyMainWindow(QtGui.QMainWindow):
def __init__(self, parent=None):
12 matches
Mail list logo