You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
I have a small problem, I compiled your library on Open BSD I didn't get any errors or warnings after compilation but when I run a test where I use a mock object the program crashes. Can you help me resolve this problem?
This is what I get after objdump and running with gdb:
#0 0x00000966622c87e2 in testing::internal::linked_ptrtesting::Expectation::operator* () from /home/build/unit_tests
(gdb) where
#0 0x00000966622c87e2 in testing::internal::linked_ptrtesting::Expectation::operator* () from /home/build/unit_tests #1 0x00000966622c45df in testing::Sequence::AddExpectation () from /home/build/unit_tests
Die: DW_TAG_unspecified_type (abbrev = 122, offset = 373344)
has children: FALSE
attributes:
DW_AT_name (DW_FORM_strp) string: "decltype(nullptr)"
Dwarf Error: Cannot find type of die [in module /home/build/unit_tests]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have a small problem, I compiled your library on Open BSD I didn't get any errors or warnings after compilation but when I run a test where I use a mock object the program crashes. Can you help me resolve this problem?
This is what I get after objdump and running with gdb:
#0 0x00000966622c87e2 in testing::internal::linked_ptrtesting::Expectation::operator* () from /home/build/unit_tests
(gdb) where
#0 0x00000966622c87e2 in testing::internal::linked_ptrtesting::Expectation::operator* () from /home/build/unit_tests
#1 0x00000966622c45df in testing::Sequence::AddExpectation () from /home/build/unit_tests
Die: DW_TAG_unspecified_type (abbrev = 122, offset = 373344)
has children: FALSE
attributes:
DW_AT_name (DW_FORM_strp) string: "decltype(nullptr)"
Dwarf Error: Cannot find type of die [in module /home/build/unit_tests]
The text was updated successfully, but these errors were encountered: