Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Undefined behaviours in TESTapi #1

Open
ned14 opened this issue Mar 24, 2014 · 0 comments
Open

Undefined behaviours in TESTapi #1

ned14 opened this issue Mar 24, 2014 · 0 comments

Comments

@ned14
Copy link

ned14 commented Mar 24, 2014

/home/ned/MaidSafe/src/api/src/maidsafe/tests/anonymous_session_test.cc:57:3: runtime error: member access within null pointer of type 'maidsafe::AnonymousSession'
/home/ned/MaidSafe/src/api/src/maidsafe/tests/anonymous_session_test.cc:57:3: runtime error: member call on null pointer of type 'std::unique_ptr<maidsafe::passport::Passport, std::default_deletemaidsafe::passport::Passport >'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:229:9: runtime error: member call on null pointer of type 'std::unique_ptr<maidsafe::passport::Passport, std::default_deletemaidsafe::passport::Passport >'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:234:28: runtime error: member access within null pointer of type 'const std::unique_ptr<maidsafe::passport::Passport, std::default_deletemaidsafe::passport::Passport >'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:234:28: runtime error: reference binding to null pointer of type 'const __tuple_type' (aka 'const tuple<typename _Pointer::type, std::default_deletemaidsafe::passport::Passport >')
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:765:32: runtime error: reference binding to null pointer of type 'const _Tuple_impl<0UL, maidsafe::passport::Passport *, std::default_deletemaidsafe::passport::Passport >'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:748:57: runtime error: reference binding to null pointer of type 'const _Tuple_impl<0UL, maidsafe::passport::Passport *, std::default_deletemaidsafe::passport::Passport >'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:242:72: runtime error: reference binding to null pointer of type 'const std::_Head_base<0, maidsafe::passport::Passport *, false>'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:170:60: runtime error: reference binding to null pointer of type 'maidsafe::passport::Passport *const'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:242:57: runtime error: reference binding to null pointer of type 'maidsafe::passport::Passport *const'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:748:14: runtime error: reference binding to null pointer of type 'maidsafe::passport::Passport *const'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/tuple:765:14: runtime error: reference binding to null pointer of type 'maidsafe::passport::Passport *const'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:234:16: runtime error: load of null pointer of type 'maidsafe::passport::Passport *const'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant