-
LeakSanitizer has helped me find a memory leak in the PaPulseAudio_BlockingInitRingBuffer function that is called by OpenStream. This function calls malloc( size ) that is not freed in CloseStream.
…
-
### Version
6.7.0
### What platforms are you having the problem on?
iOS
### System Version
18
### On what device are you experiencing the issue?
Real device
### Architecture
Old architecture
…
-
## Overview
By modifying the `print-runtime-metrics` option of the `test` flag to analyze memory allocations. I discovered that memory is not fully released and continue to accumulate even after th…
-
I noticed that the objects count you can see in Monitors always increases if you do the following:
- Have a node with a Python script attached.
- Move your mouse or type on your keyboard.
While m…
-
Memory allocated in:
- https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L57
- https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092…
vil02 updated
3 weeks ago
-
In function:
IPXACTReader::parseRegister(const pugi::xml_node& elem, Component& component, bool update)
It seems to me that:
dimensions = new Number(current.child_value());
is never destro…
-
This issue is a follow up of https://github.com/dotnet/runtime/issues/108741
Unmanaged memory growth occurs when polling a single ssl endpoint.
It occurs on an internal device which I do not have pe…
-
Hi, I'm experiencing extensive memory usage of the Tartelet process. Tartelet runs for less than one day and then does not process jobs anymore, due to the system being out of memory.
I've configu…
-
### The problem
I recently updated from 2024.8.2 to 2024.10.4 and noticed a memory leak issue that eventually takes down my homeassistant docker container. Please find below the logs from profiler …
-
# 🐞 Bug Report
### Affected Services [**REQUIRED**]
The issue is located in: device-sdk-c -> service.c (release 3.1.1)
### Is this a regression?
N/A
### Description and Mi…