ddavis2speedray / googletest

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

Unable to run sample after building on AIX5.3 and xlC #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am getting this error message 

"Bad --gtest_internal_run_death_test flag: IOT/Abort trap" while 
trying to run the sample. 

What steps will reproduce the problem?
1. Run the sample program 
int main(int argc, char **argv) 
{ 

        ::testing::InitGoogleTest(&argc, argv); 
  int nResult = RUN_ALL_TESTS(); 
        return 0; 

} 

What is the expected output? What do you see instead?
"Bad --gtest_internal_run_death_test flag: IOT/Abort trap 

What version of Google Test are you using? On what operating system?
latest version OS AIX5.3 xlc compiler. 

Thanks 

Original issue reported on code.google.com by gupta.pr...@gmail.com on 26 Oct 2010 at 3:32

GoogleCodeExporter commented 9 years ago
Questions should be addressed to the mailing list.

Original comment by vladlosev on 29 Oct 2010 at 4:01