About 7 results
Open links in new tab
  1. Centos 6 compilation problem · Issue #743 - GitHub

    Sep 12, 2018 · capnproto#743 (comment) aligned_alloc is not available unless glibc 2.16 (or equivalent) is available. Defaulting to posix_memalign as that seems to always be available, except in the case …

  2. Segmentation fault when implementing own MessageBuilder

    Jan 30, 2024 · Segmentation fault when implementing own MessageBuilderFirst of all great project ! I was wanting to add the functionality of std::pmr::polymorphic_allocator instead of the calloc used by …

  3. Uncaught exception in noexcept method kj::ExceptionImpl::what ()

    May 24, 2019 · kj::ExceptionImpl::what () is declared noexcept (it has to be, because std::exception::what () is noexcept), but allocates memory and doesn't catch potential std::bad_alloc …

  4. Compilation error when _GLIBCXX_CONCEPT_CHECKS is defined

    Here's the relevant error excerpt: In file included from /usr/include/c++/ 14 /ext/alloc_traits.h: 34, from /usr/include/c++/ 14 /bits/hashtable_policy.h: 39, from /usr/include/c++/ 14 /bits/hashtable.h: 35, from …

  5. capnp::writeMessageToFd fails for large messages on macOS

    Nov 29, 2024 · In our application, messages that should be written to files can become quite large, depending on user input. The Messages are created using capnp::MallocMessageBuilder, passing …

  6. [v0.5.4] error: static assertion failed: comparison object must be ...

    Jul 10, 2023 · [v0.5.4] error: static assertion failed: comparison object must be invocable as const #1714

  7. GitHub: Let’s build from here · GitHub

    }"," }",""," Maybe<Exception> caught;","};","","Maybe<Exception> runCatchingExceptions(Runnable& runnable) {"," RecoverableExceptionCatcher catcher;"," runnable.run();"," KJ_IF_MAYBE(e, …