Dennis Klein

Results 100 comments of Dennis Klein

@ktf, @rbx: TBH, I am worried about adding timeout-locks, let me explain how I see it: What happens, if an OS thread within an OS process crashes (uncatchable)? - All...

I guess, we should look into more detail on the failing device side and see, if we can handle more of the common error cases with regard to the shmem...

Reason: https://gitlab.kitware.com/cmake/cmake/-/issues/15415#note_333595 Possible workaround: https://gitlab.kitware.com/cmake/cmake/-/issues/15415#note_634114

Let's think how we can get rid of `boost::signals` in `EventManager`. If we switch to C++17 now anyways I am sure we have enough tools to re-implement it much more...

One possibility that comes to mind is wrapping the test script with [GNU timeout](https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html#timeout-invocation). Need to check what is available on MacOS.

> How is MinAlignment set? is it something that can be set "globally"? (say once per factory or so?) It would be per factory, but one could create more than...

> ok, so it looks essentially like the workaround we have in O2 (@ktf ?). This would give us no further advantage aside from not having this specific allocator in...

I see this with the Cling embedded in ROOT 6.26/02 (and from memory earlier versions, probably 6.22?, basically the ROOT version we were using around the time macOS 11 was...

This patch is only correct when combined with this line: https://github.com/microsoft/vcpkg/blob/62d01b70df227850b728f5050418b917ad6d2b32/ports/vc/portfile.cmake#L19 Basically, CMake allows a lot of locations for the CMake package to be installed to: https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-search-procedure. Usually, packagers will...