https://sourceware.org/bugzilla/show_bug.cgi?id=26200

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
class Plugin_manager has

  // A pointer to the current plugin.  Used while loading plugins.
  Plugin_list::iterator current_;

The same iterator is shared by all threads. It is OK to loading plugins.
since only one thread loads plugins.  But I don't quite understand how
it can work in other cases in more than one thread.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to