← Back to team overview

openerp-india team mailing list archive

[Bug 1319109] [NEW] webkit_report - webkit parser is not thread safe because of attribute parser_instance

 

Public bug reported:

Bug report for self.parser_instance

as a WebkitParser instance can be shared by multiple thread a thread
will erase parser_instance of anorther thread. Leading to cursor errors
as a thread could then try to use the context set by an other thread
that already closed his cursors.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1319109

Title:
  webkit_report - webkit parser is not thread safe because of attribute
  parser_instance

Status in OpenERP Addons (modules):
  New

Bug description:
  Bug report for self.parser_instance

  as a WebkitParser instance can be shared by multiple thread a thread
  will erase parser_instance of anorther thread. Leading to cursor
  errors as a thread could then try to use the context set by an other
  thread that already closed his cursors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1319109/+subscriptions


Follow ups

References