Sergey Linev

Results 172 comments of Sergey Linev

> Can you try adding "/home/linev/git/webgui/bindings/pyroot/cppyy/CPyCppyy/include/CPyCppyy": true to your C_Cpp.files.exclude setting to get it to skip tag parsing that file and see if it stops crashing? (also, make sure that...

Problem remains, after version 1.19.1 it crashes for me. The only solution for me - downgrade plugin to 1.18.5

Problem still exist - also with latest 1.21.0 version

Problem resolved after Tumbleweed upgrade and switching to `v1.22.2` of C/C++ for Visual Studio Code

There is problem with derived classes. Once `TLine::PaintOn()` is overwritten, all derived classes should do the same - including users classes derived from TLine.

> Suppose I have N threads creating M png files in batch. Will this work? Yes, this is that I want to achieve. But replacing `gPad` is first step. Most...

I will wait until @pcanal will review the PR.

@dpiparo Yes, ROOT not crashing with `TTreeCache` classes. but still with: ``` TClass::GetClass("TMVA::VarTransformHandler")->GetStreamerInfo(); ```

> but at this point our priority is to get something usable in for the existing REve applications. Then I propose to reduce number of fonts - one or two...

@osschar > ==975849== at 0x4CD6584: R__longest_match (ZDeflate.c:430) It is inside `zlib`. Hope it is just false positive warning from `valgrind`.