discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error "gr::vmcircbuf_sysv_shm: shmget (1): No space left on device"


From: Fons Adriaensen
Subject: Re: Error "gr::vmcircbuf_sysv_shm: shmget (1): No space left on device"
Date: Wed, 31 Mar 2021 15:50:09 +0200

On Wed, Mar 31, 2021 at 03:19:50PM +0200, Marcus Müller wrote:

> This is no surprise, really: Python has non-deterministic destruction, so
> your "del my_gr" doesn't instantly deconstruct the underlying object and
> thus doesn't free the buffers.

Maybe the gc module can help ?

-- 
FA






reply via email to

[Prev in Thread] Current Thread [Next in Thread]