trafficserver
trafficserver copied to clipboard
dynamic_cast error 2: One or more of the following type_info's has hidden visibility...
The below message shows up when I run traffic_server on lldb and request to /_stats for stats-over-http plugin.
2021-07-21 14:24:24.026916+0900 traffic_server[79577:4784805] dynamic_cast error 2: One or more of the following type_info's has hidden visibility or is defined in more than one translation unit. They should all have public visibility. 18UnixNetVConnection, 8PluginVC, 17SSLNetVConnection.
- Conditions: ATS master (cfe034dc86fa240816452c2d0a1437a7dbea5c8b), llvm 12.0.1, maxOS 11.4
git bisectsays f839a74aadd3f4956d133be7fefbe4194b3be8bb is the first bad commit- It looks like this message comes from
libc++abihttps://github.com/llvm-mirror/libcxxabi/blob/ce3db128f9e4d6d19d1cdbe39bb45fcc64a5adb0/src/private_typeinfo.cpp#L666-L670
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.