dlescos
dlescos
Sure! And I agree the document should follow the code and not make things to rigid.
A partial solution here: https://github.com/RafWu/RansomWatch/issues/6
Have a look at this: **https://github.com/foniod/redbpf/compare/main...SitinCloud:redbpf:llvm15**. Not satisfied enough to make a PR now, but it works (we use it at [Owlyshield](https://github.com/SitinCloud/Owlyshield)).
What does your `llvm-config --version` display?
Maybe we should have a look at the comments of those commits: - https://github.com/nrc/zero/commit/3b6043ca976dc4dee34012f2cb11ce69f946ea20 - https://github.com/nrc/zero/commit/1d571c9e4e844df5703cad164cb097e75f2828c1
Message --- Stacktrace --- java.lang.Throwable: Assertion failed at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:258) at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:267) at com.intellij.openapi.editor.impl.SelectionModelImpl.removeSelectionListener(SelectionModelImpl.java:122) at com.intellij.openapi.editor.SelectionModel.lambda$addSelectionListener$0(SelectionModel.java:225) at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:127) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:159) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:264) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:252) at com.intellij.openapi.rd.LifetimeDisposableExKt$createNestedDisposable$added$1.invoke(LifetimeDisposableEx.kt:58) at com.intellij.openapi.rd.LifetimeDisposableExKt$createNestedDisposable$added$1.invoke(LifetimeDisposableEx.kt:57) at com.jetbrains.rd.util.lifetime.LifetimeDefinition.destruct(RLifetime.kt:427) at...
Hi, Thank you for your feedback! We have indeed observed false positives with extreme disk activities, especially those arising from Windows updates. We are working on implementing additional features to...