Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Problems when running tests with mock objects on Open BSD #210

Description

@atabrea

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions