Benjamin Beichler

Results 6 issues of Benjamin Beichler

I played around with the mold configuration options, and discovered, that you can use mold with CMAKE_CXX_LINKER_LAUNCHER and mold -run. Unfortunately, I needed to create a separate launcher script (e.g....

Is it safe (i.e. defined behavior) to use LOG_BACKTRACE in a signal handler? It would even make sense to have a flag to log a backtrace, when receiving a SIGSEV....

question

I'm using BigBlueButton for teaching, and this includes a "shared notes" feature, which is an embedded Etherpad. I offer recordings for my lectures and since I also use the etherpad...

Feature Request

The required CMake min version is going to be deprecated in future CMake Versions. https://github.com/amrayn/easyloggingpp/blob/883afc0a8f08635c38e2412a7361df20171c2acd/CMakeLists.txt#L1 I think a slight bump to 2.8.12 should not break anything and makes newer CMake...

fixes part of #23 Signed-off-by: Benjamin Beichler

During the startup phase, the socket file descriptors (socket-fds) of the streams are added to the select fd-sets. However, these file descriptors are not read or written, causing the select...