repo

Results 2 issues of repo

Code below can reproduce this error: "mutex lock failed: Invalid argument" ` std::mutex *x = new std::mutex(); delete x; x->lock(); ` I can get every thread's call stack except the...

Specific case: 1. Insert some text 2. Insert any decorator node right after the text 3. Edit the previous text to make it line break Now the decorator overlays the...

cla signed