Re: Inspecting heap allocations?

2019-12-12 Thread Jan Kiszka via Xenomai
On 12.12.19 13:29, Lange Norbert via Xenomai wrote: > Hello, > > I have some circumstances where I run out of global heap and then simple > stull like creating a mutex fails with ENOMEM. > My suspicion is an IDDP connection between 2 processes, where 1 process might > send a lot small packets be

[PATCH] cobalt: Fix uclibc build

2019-12-12 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Add missing forward declaration of timex, avoid incorrect alias creations by COBALT_IMPL due to wrongly defined fputc and putchar. Signed-off-by: Jan Kiszka --- include/cobalt/stdio.h | 4 ++-- include/cobalt/time.h | 2 ++ lib/cobalt/printf.c| 2 -- 3 files changed, 4 in

Re: [ANNOUNCE] Xenomai 3.0.10 released

2019-12-12 Thread Jeff Webb via Xenomai
‐‐‐ Original Message ‐‐‐ On Tuesday, December 10, 2019 10:29 AM, Jan Kiszka wrote: > On 10.12.19 17:23, Jeff Webb via Xenomai wrote: > > > I had an issue when trying to configure a kernel patched using 3.0.10. My > > process was similar to the process I used when testing other releases.

Inspecting heap allocations?

2019-12-12 Thread Lange Norbert via Xenomai
Hello, I have some circumstances where I run out of global heap and then simple stull like creating a mutex fails with ENOMEM. My suspicion is an IDDP connection between 2 processes, where 1 process might send a lot small packets before the other will pull them (I will try using a local pool).