1
Treiber / Re: CoreELEC mediasrv unhandled exception after build 20260819
« am: August 22, 2026, 05:00:57 Nachmittag »
Enabling CONFIG_SYSVIPC works. But the option will stay disabled. If we see issues later with other CE components we will need to find better solution.
But for now this is it.
I asked claude to make me LD_PRELOAD library. Seems it works.
But for now this is it.
I asked claude to make me LD_PRELOAD library. Seems it works.
Code: [Auswählen]
LD_PRELOAD library that emulates SysV IPC (shm/sem/msg) entirely in
userspace using POSIX shared memory objects + pthread PROCESS_SHARED
mutexes/condvars. Intended for kernels built with CONFIG_SYSVIPC=n,
where shmget()/semget()/msgget() and friends would otherwise fail with
ENOSYS.

