-
Many clocks should be ref counted so that they are only disabled if nothing else is using it. This is mainly focused on RADIO clocks [see](https://github.com/esp-rs/esp-hal/blob/89a3d56b15de74e350f23e…
-
This is a tracking issue for ergonomic reference counting, including:
- https://github.com/rust-lang/rfcs/pull/3680
- https://github.com/rust-lang/rust-project-goals/issues/107
...and other work.
T…
-
### What happened + What you expected to happen
A DAG created by calling `.bind` on a `DagNode` leaks references on repeated executions. With larger object references this behavior quickly leads to…
b-phi updated
1 month ago
-
We currently use +hmaxib to avoid one too big process crashing the service. But referenced binary will be double counted binary vheap, even when the entire calculation is inside the process, for examp…
-
Apologies if this is a simple question, I'm just getting started with wgpu—
I'm quickly finding that it's a necessary pattern for every class that retains a `Handle` type wgpu object to:
- Overl…
-
**Description**
https://github.com/triton-inference-server/server/pull/7567 introduced a reference counter to shared memory region to prevent users from releasing shared memory regions while any infe…
-
Probably the cousin of issue https://github.com/secureblue/secureblue/issues/369
Running `sudo rpm-ostree usroverlay --hotfix` causes an assertion error to be emitted for invalid reference counting…
-
```
thread 'main' panicked at 'assertion failed: !self.not_reference_counted.contains(symbol)', crates/compiler/mono/src/inc_dec.rs:91:13
note: run with `RUST_BACKTRACE=1` environment variable to di…
-
Sorry to abuse the issue tracker as a support platform, but is there a way to reference-count individual DOM nodes or at least check if a given `lxb_dom_node_t*` pointer is still valid or has been des…
-
### Expected Behavior
Director reference counting should avoid use-after-frees
### Current Behavior
I believe there are still open races with our director reference counting
#### Simple di…