Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisPringle committed Feb 26, 2025
1 parent 9c174f3 commit d86ad4d
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,24 @@ Configuration.cpp:126:21: error: no viable conversion from 'common_comparison_ca

#endif

/**
*
/Applications/Xcode16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:648:17: runtime error: member call on address 0x0001041087e0 which does not point to an object of type 'std::__shared_weak_count'
0x0001041087e0: note: object is of type 'std::__1::__function::__func<Stroika::Foundation::Execution::$_2, std::__1::allocator<Stroika::Foundation::Execution::$_2>, Stroika::Foundation::Containers::Mapping<Stroika::Foundation::Characters::String, Stroika::Foundation::Characters::String> ()>'
ff ff ff ff 10 61 83 03 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0 87 10 04
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::__1::__function::__func<Stroika::Foundation::Execution::$_2, std::__1::allocator<Stroika::Foundation::Execution::$_2>, Stroika::Foundation::Containers::Mapping<Stroika::Foundation::Characters::String, Stroika::Foundation::Characters::String> ()>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /Applications/Xcode16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:648:17 in
/Applications/Xcode16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:186:25: runtime error: member call on address 0x0001041087e0 which does not point to an object of type 'std::__shared_count'
0x0001041087e0: note: object is of type 'std::__1::__function::__func<Stroika::Foundation::Execution::$_2, std::__1::allocator<Stroika::Foundation::Execution::$_2>, Stroika::Foundation::Containers::Mapping<Stroika::Foundation::Characters::String, Stroika::Foundation::Characters::String> ()>'
ff ff ff ff 10 61 83 03 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0 87 10 04
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'std::__1::__function::__func<Stroika::Foundation::Execution::$_2, std::__1::allocator<Stroika::Foundation::Execution::$_2>, Stroika::Foundation::Containers::Mapping<Stroika::Foundation::Characters::String, Stroika::Foundation::Characters::String> ()>'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /Applications/Xcode16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:186:25 in
/Applications/Xcode16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:156:44: runtime error: member access within address 0x0001041087e0 which does not point to an object of type 'std::__shared_count'
0x0001041087e0: note: object is of type 'std::__1::__function::__func<Stroika::Foundation::Execution::$_2, std::__1::allocator<Stroika::Foundation::Execution::$_2>, Stroika::Foundation::Containers::Mapping<Stroika::Foundation::Characters::String, Stroika::Foundation::Characters::String> ()>'
ff ff ff ff 10 61 83 03 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0 87 10 04
*/
#ifndef qCompilerAndStdLib_UnionConstructDestroyUBSanConfusion_Buggy

#if defined(__clang__) && defined(__APPLE__)
Expand Down

0 comments on commit d86ad4d

Please sign in to comment.