Skip to content

segfault when extracting symbol which inherits from std::filesystem::path provided by libstdc++ #1131

@mizvekov

Description

@mizvekov

This example was extracted from the pipeline crash in https://github.com/cppalliance/mrdocs/actions/runs/19977506493/job/57299356491?pr=1077

Happens when testing the fmt library example, when using the system libstdc++.

#include <filesystem>
namespace fmt {
  class path : public std::filesystem::path {};
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions