Results 738 comments of Andrew King

Anyone good at using valgrind? I can do memory profiling on my MacBook and I'm not seeing this there. So I think I'm going to have to do the memory...

Thanks, perhaps you can send me your valgrind command too. So I can try it with a debug build with the symbols loaded

I managed to get a look at this in valgrind in a Debian bookworm docker image. All the memory leaks seem to be happening upstream in gstreamer. I wonder if...

More development, but perhaps not the news you wanted. I managed to work out valgrind to visualse the memory better and it dosen't seem to be leaking with me ###...

Can anyone test latest, we found a potential place that would cause the leak and I have tried to address this, but needs testing

Glad you got it to build. We also build on github in actions so you can download test builds. The build for the commit you referenced for example is here...

Interesting. Could you try this build https://github.com/QuantumEntangledAndy/neolink/actions/runs/8844853438 it should have some heavy logging where it reports the sizes of all the buffers. Can you see if any of the buffers...

Any chance I can get access to a camera to check this out. In the other threads on the memory leaks it seems to be fixed already. I am not...

Ah the push notfications, we do listen to those as part of the wakeup on motion (since we cannot stay connected on battery cameras to listen to it without draining...

In the push notifications we have a vector of recieved push IDs perhaps the IDs are not being filtered out and the list of IDs is filling endlessly with the...