hankyupark / googletest

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

error:SEH exception with code 0xc0000005 thrown in auxiliary test code<environment or event listeners> #483

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,I have a problem in using gtest.

The code file is 1_5.cpp. When only one testcase, everything is OK,But if have 
more than one testcase, the program will has error:

Running main() from gtest_main.cc
[==========] Running 4 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from ReplaceTest
[ RUN      ] ReplaceTest.SuccessCase1
[       OK ] ReplaceTest.SuccessCase1unknown file: error: SEH exception with cod
e 0xc0000005 thrown in auxiliary test code (environments or event listeners).

my gtest version is 1.7.OS is win7 x64, the IDE is vs2008.

Thank you for your efforts and I like gtest.
At last, Sorry for my poor English.

Original issue reported on code.google.com by Niukaif...@gmail.com on 26 Jan 2015 at 12:57

Attachments: