Soul Trace

Results 38 comments of Soul Trace

This is a library problem, because there is no thread synchronizing between connection thread and user threads, and so right after flag for calling destructor was set in the callback...

I'm referring for a (for example) bool flag passed as bool* pointer through void *parameter argument to the connectionHandler(). I could not reproduce this problem right now, but sometimes attached...

Just reproduced the issue with exaclty same test program, here is the Valgrind report: ``` ==14536== Memcheck, a memory error detector ==14536== Copyright (C) 2002-2017, and GNU GPL'd, by Julian...

I'd applied following patch to the sources of library: ``` diff --git a/lib60870-C/src/hal/inc/hal_thread.h b/lib60870-C/src/hal/inc/hal_thread.h index 8af89e9..7cba336 100644 --- a/lib60870-C/src/hal/inc/hal_thread.h +++ b/lib60870-C/src/hal/inc/hal_thread.h @@ -80,8 +80,10 @@ Thread_start(Thread thread); * \brief Destroy...

I'm too could reproduce this problem only sometimes. I'd used Kubuntu 19.04 AMD64 and libc was libc-bin:amd64 2.29-0ubuntu2 at the time I'd reported this issue. This bug was detected in...

Hello. You can create your configuration based on this config snippet (I configured a gesture to control media playback using mouse move and change the volume using wheel when the...

I'm affected too. Manjaro, OnlyOffice v7.2.1.36, MX Master 3. Is it OK to keep a simple but annoying UI bug affecting basics of UX for 3+ years?

> I believe you need to run `sudo logid` for the settings to be applied to the mouse I have logid launch on boot in systemd unit - so, it...

Please take a look at https://github.com/PixlOne/logiops/pull/245 pull request - I also faced this bug and fixed it.

> did you get this to work? It seems @AMDG2 has not made this work, this is just a concept.