SEGFAULT on lyx::regex_replace() from CONCURRENT THREADS (was: Re: Iterating read-only Buffer (and latex exporting) from different threads)

2011-11-02 Thread Tommaso Cucinotta
Hi all, I'm trying to resend this with a more appealing subject (hopefully catching more attention). Any help is really appreciated (from the experts of the lyx::regex_ stuff), thanks very much. Apologies for the double posting. T. Il 02/11/2011 01:16, Tommaso Cucinotta ha scritto: I

Re: Iterating read-only Buffer (and latex exporting) from different threads

2011-11-01 Thread Tommaso Cucinotta
Il 31/10/2011 00:05, Tommaso Cucinotta ha scritto: Hi, I'd need to iterate over a Buffer and doing continuous exports to latex of individual paragraphs from 2 different threads. The GUI is frozen during this time, so no edits to the Buffer are possible. Is there any reason of why this migh

Iterating read-only Buffer (and latex exporting) from different threads

2011-10-30 Thread Tommaso Cucinotta
Hi, I'd need to iterate over a Buffer and doing continuous exports to latex of individual paragraphs from 2 different threads. The GUI is frozen during this time, so no edits to the Buffer are possible. Is there any reason of why this might not work ? Thx, T.