Same here, using gnome instrospection with python for webkit, it makes
unusable display a webpage.

$ dpkg -l libsoup2* | grep ii
ii  libsoup2.4-1:i386                                           2.39.3-0ubuntu1 
                                     i386         HTTP library implementation 
in C -- Shared library
ii  libsoup2.4-dev                                              2.39.3-0ubuntu1 
                                     i386         HTTP library implementation 
in C -- Development files

This error is triggered with a only a few lines of code on python:
(webkit_test.py:13732): libsoup-CRITICAL **: soup_session_send_request_async: 
assertion `use_thread_context' failed

For example:

#!/usr/bin/env python
from gi.repository import Gtk, GObject, WebKit

web_view = WebKit.WebView()
web_view.load_uri('http://www.google.com')
 
window = Gtk.Window()
window.add(web_view)
window.show_all()

Gtk.main()

** Attachment added: "Trigger test with python"
   
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1011473/+attachment/3217333/+files/webkit_test.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011473

Title:
  Please update to latest libsoup 2.39.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1011473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to