gonzaloalonsod / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
Other
0 stars 0 forks source link

Browser crashes when accessing certain sites #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the demo that comes with the pywebkitgtk download
2. Go to the url: http://www.hellomagazine.com

What is the expected output? What do you see instead?
Expected to view the site normally.  The page loads, then crashes after a 
second or two.

What version of the product are you using? On what operating system?
pywebkitgtk 1.1.8

Please provide any additional information below.
Running it on Ubuntu.

Error Message:
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 20103 error_code 2 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Original issue reported on code.google.com by irwinm...@gmail.com on 22 Mar 2012 at 4:06

GoogleCodeExporter commented 8 years ago
For anyone searching for this issue later, you'll find that if you update 
webkit this problem has been fixed. 

Original comment by jason.ma...@gmail.com on 12 Apr 2012 at 3:55