|
From: | hjl.tools at gmail dot com |
Subject: | [Bug gold/26200] ld terminated with signal 11 with LTO and -Wl,--thread-count=2 |
Date: | Fri, 03 Jul 2020 14:04:31 +0000 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |