Skip to content

Instantly share code, notes, and snippets.

@bmahler
Created October 18, 2014 22:28
Show Gist options
  • Save bmahler/6da7fdff81c9547eae21 to your computer and use it in GitHub Desktop.
Save bmahler/6da7fdff81c9547eae21 to your computer and use it in GitHub Desktop.
Yosemite
[ RUN ] VersionTest.Parse
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >'
what(): bad lexical cast: source type value could not be interpreted as target
*** Aborted at 1413669921 (unix time) try "date -d @1413669921" if you are using GNU date ***
PC: @ 0x7fff9570e282 __pthread_kill
*** SIGABRT (@0x7fff9570e282) received by PID 51428 (TID 0x7fff78786300) stack trace: ***
@ 0x7fff91106f1a _sigtramp
@ 0x100aef30f (anonymous namespace)::get_safe_base_mutex()::safe_base_mutex
@ 0x7fff9543ab73 abort
@ 0x100a203ab __gnu_cxx::__verbose_terminate_handler()
make[7]: *** [check-local] Abort trap: 6
@tillt
Copy link

tillt commented Oct 18, 2014

[----------] 2 tests from VersionTest
[ RUN ] VersionTest.Comparison
[ OK ] VersionTest.Comparison (0 ms)
[ RUN ] VersionTest.Parse
[ OK ] VersionTest.Parse (0 ms)
[----------] 2 tests from VersionTest (0 ms total)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment