Gerdus van Zyl

Results 5 issues of Gerdus van Zyl

configstore does a few things that are problematic: - writes a file outside upload directory and with permissions so that group can't read/write - file infos are never removed so...

My program does server discovery using using pub/sub over epgm. On the client/subscriber side I get an assertion and a crash when it is installed on a machine with Kaspersky...

Error in log file: ``` Fatal lock manager error: Process disappeared in LockManager::acquire_shmem, errno: 22 --Invalid argument ``` Version: V4.0.5.3140 (from website) OS: Linux Mode: Super [Link to coredump](https://infireal.com/github-issues/firebird-crash-2024-10-09/2338780.coredump.gz) Crash...

This code does not work reliably (only reports a few values and then stops): ``` docsyncsub = syncStateModel.DocumentsToSyncCount.ThrottleLast(TimeSpan.FromSeconds(3)).Subscribe((x) => { Dispatcher.Dispatch(() => { lblDebugDocCount.Text = $"{x}"; }); }); ``` while...

Error in log file: ``` Operating system call pthread_mutex_lock failed. Error code 22 ``` Version: V4.0.5.3140 (from website) OS: Linux Mode: Super Happened at startup of my application where it...