2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

Richard Kimberly Heck rikiheck at gmail.com
Wed Nov 23 16:23:29 UTC 2022


On 11/23/22 05:29, José Matos wrote:
> On Tue, 2022-11-22 at 22:13 -0500, Richard Kimberly Heck wrote:
>> Here's the program to check:
>>
>> #define _GLIBCXX_DEBUG 1
>> #include <unordered_set>
>>
>> int main()
>> {
>>     std::unordered_set<int>::iterator it{};
>>     it == it;
>> }
>>
>> That's what was crashing in GCC.
> Are you saying that this program will crash when called?
>
> I do not see this compiling with either gcc 12 or 13.

Yes, that's the program that's mentioned in the bug report at GCC. It 
crashes (in whatever version that was) but should not.

Riki




More information about the lyx-devel mailing list