On 22/03/2014 10:28 a.m., Richard Heck wrote:
I've pushed a large audit of static variables, trying to identify
where there might be threading conflicts. Perhaps the most serious I
found is in output_latex.cpp, where we use static variables to track
the current encoding. That could lead to problems if we were exporting
LaTeX while also displaying it in the source pane. But there are lots
of other such issues.
Perhaps this is the reason for the freezing of the Source pane after
replying "Yes" to the "Search from the beginning" message in Adv. F. &
R. which, as I understand it, exports to LaTeX in the course of its
workings. (LyX 2.1.0 beta2, Windows 7) The Source Pane needs to be a
detached window for the freezing to show.
I'm aware of #8657, which occurs at the same time in beta2 on Windows
7 and has, apparently now been fixed, but the freezing isn't discussed
there.
Andrew