calvert1991/googlemock

GMock hangs when destructing mock objects

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Run attached test case

What is the expected output? What do you see instead?
Test should run and complete successfully. Instead the program hangs after
the test case code is executed but before result is printed.

Which version of Google Mock are you using? On what operating system?
gmock-1.5.0 Linux is not working
gmock-1.4.0 Linux is working

Please provide any additional information below.
May be same issue as in
http://code.google.com/p/googlemock/issues/detail?id=79&can=1&q=mutex

Original issue reported on code.google.com by tufa...@gmail.com on 3 May 2010 at 2:37

  • Merged into: #79

Attachments:

Original comment by vladlosev on 3 May 2010 at 3:35

  • Changed state: Duplicate