# repro
root@debian:/home/hqi/build_gtest# ./gtest_stress_test --gtest_list_tests
[ FATAL ] /home/hqi/gtest-1.7.0/test/gtest_stress_test.cc:241:: Condition
result == 1 failed. RUN_ALL_TESTS() did not fail as expected
Aborted (core dumped)
#issue
(gdb) bt
#0 0xb7fde424 in __kernel_vsyscall ()
#1 0xb7cf280f in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#2 0xb7cf5cc3 in __GI_abort () at abort.c:90
#3 0x08092ab7 in testing::internal::posix::Abort ()
at /home/hqi/gtest-1.7.0/include/gtest/internal/gtest-port.h:1816
#4 0x0808fa9d in testing::internal::GTestLog::~GTestLog (this=0xbffff718,
__in_chrg=<optimized out>)
at /home/hqi/gtest-1.7.0/src/gtest-port.cc:500
#5 0x08079c10 in main (argc=1, argv=0xbffff7c4) at
/home/hqi/gtest-1.7.0/test/gtest_stress_test.cc:241
PS: Looks like it's a generic Linux issue, it happens on Linux debian 3.2 and
CentOS6.4
root@debian:/home/hqi/build_gtest# uname -a
Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.51-1 i686 GNU/Linux
Original issue reported on code.google.com by qihu...@gmail.com on 25 Jan 2014 at 5:44
Original issue reported on code.google.com by
qihu...@gmail.com
on 25 Jan 2014 at 5:44