Valery Matskevich

Results 18 comments of Valery Matskevich

> Could you elaborate a bit more? Does `shell_cmd` work for you? Yes, it works for me fine but opens classic sublime terminal in the bottom window, not writing `g++...

I opened a [pull-request](https://github.com/oneapi-src/oneTBB/pull/1327) which is meant to fix it

How can I make "triage" (whatever it means??) CI run pass in PR that fixes this issue??

@kboyarinov hello! I guess all the conditions from CONTRIBUTING.md are satisified and PR is safe to run in CI.

> Hi @blonded04, Sorry I didn't understand your question. What is the problem you highlighted in gdb? I get segfaults on that line :( ``` new (&ctx.my_cpu_ctl_env) d1::cpu_ctl_env(*src_ctl); ``` Probably...

Sorry, it took a while, however the smallest reproducer I got problems with `task_group_context` is 65 lines of diff to TBB (Ubuntu, Ryzen 5500u). My hypothesis is that TBB is...

What happens internally is I end up calling `local_wait_for_all` inside `local_wait_for_all`, but not inside any other task. Is there any assumptions that forbid that kind of behavior and are there...

> Hi @blonded04 , can we close this issue? Yes! Thank you very much for help

@olologin are you still working on it? if no, i'd be happy to implement it