- 论坛徽章:
- 0
|
- GNU gdb (GDB) 7.3
- Copyright (C) 2011 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "--host=x86_64-unknown-linux-gnu --target=x86_64-redhat-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /home/zhangchao/qatest_zhuzhuan2.0/qatest/qatestInterface...done.
- [New LWP 26129]
- Core was generated by `./qatestInterface'.
- Program terminated with signal 11, Segmentation fault.
- #0 testing::internal::PrettyUnitTestResultPrinter::OnTestCaseStart (this=<optimized out>, test_case=...) at ./src/gtest.cc:2739
- 2739 ./src/gtest.cc: No such file or directory.
- in ./src/gtest.cc
- (gdb) bt
- #0 testing::internal::PrettyUnitTestResultPrinter::OnTestCaseStart (this=<optimized out>, test_case=...) at ./src/gtest.cc:2739
- #1 0x000000000043c001 in testing::internal::TestEventRepeater::OnTestCaseStart (this=0x376e210, parameter=...) at ./src/gtest.cc:2960
- #2 0x000000000044c8b9 in testing::TestCase::Run (this=0x376e5f0) at ./src/gtest.cc:2414
- #3 0x00000000004527dd in testing::internal::UnitTestImpl::RunAllTests (this=0x376e010) at ./src/gtest.cc:4024
- #4 0x0000000000405ecf in main ()
- (gdb)
复制代码 |
|