Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed Case benchmark fails on Mac (Clang only) #41

Closed
mavam opened this issue Jul 21, 2012 · 1 comment
Closed

Mixed Case benchmark fails on Mac (Clang only) #41

mavam opened this issue Jul 21, 2012 · 1 comment

Comments

@mavam
Copy link
Collaborator

mavam commented Jul 21, 2012

While I was on a mission to compare Clang and GCC benchmarks, I encountered a crash when running the Mixed Case benchmark.

GCC:

./bin/mixed_case event-based 10 10 42 1  14.96s user 0.17s system 188% cpu 8.038 total

Clang:

terminate called after throwing an instance of 'std::runtime_error'
  what():  uniform_type_info::by_type_info(): std::__1::basic_string<@i8,std::__1::char_traits<@i8>,std::__1::allocator<@i8>> is an unknown typeid name

Stack trace:

#0  0x00007fff8e43582a in __kill () from /usr/lib/system/libsystem_kernel.dylib
#1  0x00007fff8ae43a9c in abort () from /usr/lib/system/libsystem_c.dylib
#2  0x00000001008f45d5 in __gnu_cxx::__verbose_terminate_handler() () from /opt/local/lib/gcc47/libstdc++.6.dylib
#3  0x00000001008f23b8 in __cxxabiv1::__terminate(void (*)()) () from /opt/local/lib/gcc47/libstdc++.6.dylib
#4  0x00000001008f2403 in std::terminate() () from /opt/local/lib/gcc47/libstdc++.6.dylib
#5  0x00000001008f262e in __cxa_throw () from /opt/local/lib/gcc47/libstdc++.6.dylib
#6  0x00000001002d9c5c in ?? () from /Users/mavam/code/root/lib/libcppa.0.dylib
#7  0x00000001002d9e59 in ?? () from /Users/mavam/code/root/lib/libcppa.0.dylib
#8  0x0000000100015073 in cppa::detail::ta_util<(cppa::detail::type_info_impl)1, true, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::get() ()
#9  0x000000010003bd49 in cppa::detail::types_array_impl<true, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::types_array_impl() ()
#10 0x000000010003bd25 in cppa::detail::types_array<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::types_array() ()
#11 0x0000000100014fb5 in cppa::detail::types_array<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::types_array() ()
#12 0x000000010004a440 in __cxx_global_var_init21 ()
#13 0x000000010004a4f0 in global constructors keyed to a ()
@mavam mavam closed this as completed Jul 21, 2012
@mavam mavam reopened this Jul 21, 2012
@mavam
Copy link
Collaborator Author

mavam commented Jul 24, 2012

This bug disappeared as well after reinstalling the whole toolchain. Sigh.

@mavam mavam closed this as completed Jul 24, 2012
Neverlord pushed a commit that referenced this issue Apr 21, 2022
Neverlord pushed a commit that referenced this issue Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant