[Bug 29046] New: SymbolFilePDBTests gtests core dumps on macOS

Bug ID 29046
Summary SymbolFilePDBTests gtests core dumps on macOS
Product lldb
Version unspecified
Hardware PC
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter todd.fiala@gmail.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified

In updating the macOS Xcode lldb-gtest target to include all the newer tests
people have been adding, I'm finding that the SymbolFilePDBTests seg faults on
macOS 10.12 Beta 6:

[----------] 1 test from SymbolFilePDBTests
[ RUN      ] SymbolFilePDBTests.TestAbilitiesForDWARF
/Volumes/Data/src/lldb-llvm.org/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp:181:
Failure
Expected: (nullptr) != (plugin), actual: 8-byte object <00-00 00-00 00-00
00-00> vs NULL
/Volumes/Data/src/lldb-llvm.org/lldb/build/lldb.build/Debug/lldb-gtest.build/Script-23B9815E1CB2E2F90059938A.sh:
line 24:  8851 Segmentation fault: 11  ${BUILT_PRODUCTS_DIR}/lldb-gtest
--gtest_output=xml:${BUILD_DIR}/gtest-results.xml < /dev/null

I'm removing SYmbolFilePDBTests from the lldb-gtest target until this is
resolved.

Todd Fiala changed bug 29046

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    Resolution | — | FIXED |

Comment # 2 on bug 29046 from Todd Fiala

Fixed in r281913.