8000 Logging anything results in LOG ERROR #0001 (std::bad_alloc) (conan package) · Issue #2290 · gabime/spdlog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Logging anything results in LOG ERROR #0001 (std::bad_alloc) (conan package) #2290
Closed
@deivse

Description

@deivse

I'm using the spdlog conan package, latest version 1.9.2, although I've tried earlier versions as well and got the same issue.

I am building from source as there is no available prebuilt package for my configuration. Here are my conan settings (I've also tried setting compiler.cppstd to 17 and 11 to no avail):

arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=11
os=Linux
os_build=Linux

Whenever I log anything I get this error:

[*** LOG ERROR #1 ***] [2022-02-23 15:41:21] [] {std::bad_alloc}

My test file is 5 lines:

#include <spdlog/spdlog.h>

int main(){
    spdlog::error("TESST");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0