Frankenmint / googletest

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

Crashes on AIX under VACPP v10.1 #323

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear Sirs,

On AIX 5.3, VACPP v10.1 a simple test program crashes into core:

--------------------------
#include <gtest/gtest.h>

TEST(SimpleTest, Test) {
  EXPECT_FALSE(true == false);
}

int main(int argc, char **argv) {
  ::testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}
--------------------------

The library and the test program were compiled with the same compiler on same 
machine.

Pls advise..

Original issue reported on code.google.com by leonid.b...@googlemail.com on 19 Oct 2010 at 8:16

GoogleCodeExporter commented 8 years ago
Unfortunately we do not have access to AIX/VACPP and can not help you with this 
problem. Please post this question to our mailing list 
googletestframework@googlegroops.com.  Someone in the community may be able to 
help you. Include more details (i.e., compile command line, stack trace, etc.) 
in your post - that may help people diagnose your situation.

Original comment by vladlosev on 24 Oct 2010 at 9:02