fcoulombe / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GMock hangs when destructing mock objects #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

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