benstadin
benstadin
I'm trying to compile a library on Alpine (musl) which compiles just fine on Ubuntu. I'm getting a linker error as show below, though I cannot relate that to the...
Hi, I'm about to convert our proprietary format used for our 3D map rendering engine into something interoperable. So that the data can be used to by the renderer, but...
My application crashes in release mode (in debug mode all seems fine). I believe the reason is because the const_iterator for the sequence goes beyond end. I've put some test...
For architecture reasons I'm creating a consumer and producer token each in two separate classes running on the same thread. So there are effectively two consumer tokens and two producer...
Title says it all. Is UnboundedQueue wait-free? Specifically for my case, does it guarantee that a consumer that runs on the same thread as the producer, and the consumer being...
+ Language : C++ + Repo : https://github.com/facebook/proxygen + Author : @dcsommer
I'm running into an issue when the server receives a bogus file path like ".//v1/mapview/". file_body is able to open that path without error (see below), later on in Async...
I'm running vigil on debian 11 with a dedicated service user. I've configured that service user to allow it to send mails via postfix on the same instance. Sending an...
I‘m looking for a stable paxos implementation in C++. Since the library is comprised of different modules, how would you describe the production readiness of athena? Is it used in...
There is a warning in Pickbranch: `Variable 'bestArea' may be uninitialized when used here` at line: `else if ((increase == bestIncr) && (area < bestArea))` Best regards Ben