-
When using ObjectWrap that does not override a finalizer a memory leak is occurring.
I traced this back to #1514
Which introduced the following [code](
https://github.com/nodejs/node-addon-api…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Other
### Which platforms are affected?
Android
### Description
…
-
VLD is reporting a new memory leak in my application, but it's not printing a stack trace:
```
---------- Block 10036 at 0x000000000A504E50: 128 bytes ----------
Leak Hash: 0x24C6814E, Count: 1…
-
Reported from https://github.com/pytorch/pytorch/pull/122836#issuecomment-2181247977.
Repro:
```python
import gc
import weakref
import torch
def test(device, backend):
value = torch.ran…
-
I'm assuming these functions are expected to work with seeded models, but they yield ``UnexpectedTracerError``s.
```python
import numpyro
import jax
import jax.random as jr
import numpyro.distrib…
-
VM interpreted languages like Ruby, Python, etc. have a heap memory allocator / garbage collector (GC) which can be subject to memory bloat (spikes where lots of memory is suddenly allocated) and memo…
-
## 🐛 Bug
torch.jit.trace has memory leak.
## To Reproduce
Run following code
import gc
import os
import sys
import torch
import psutil…
-
The trace handler process stores start time and arguments for each function call in its process dictionary so that it can fetch it when the function returns. However it is possible that the function f…
-
Sorry, this is a hard to reproduce issue, and I don't have an easy reproducer.
The [https://github.com/arquillian/arquillian-extension-warp](https://github.com/arquillian/arquillian-extension-warp)…
-
**CBMC version:** 5.29.0
**Operating system:** Mac OS 10.15.7
**Testcase:**
```c
#include
int main() {
void *p1 = malloc(1), *p2 = malloc(2);
free(p1);
}
```
**Exact command line …