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

Undefined behaviours in TESTapi #1

@ned14

Description

@ned14

/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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions