Displaying 2 results from an estimated 2 matches for "lldb_disable_curses".
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...o a program.
LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=/usr/bin/xmllint
//Command used to spawn llvm-lit
LIT_COMMAND:STRING=/usr/bin/python2.7;/usr/local/google/home/blaikie/dev/llvm/src/utils/lit/lit.py
//Build the Darwin LLDB.framework
LLDB_BUILD_FRAMEWORK:BOOL=OFF
//Disables the Curses integration.
LLDB_DISABLE_CURSES:BOOL=0
//Disables the use of editline.
LLDB_DISABLE_LIBEDIT:BOOL=0
//Disables the Python scripting integration.
LLDB_DISABLE_PYTHON:BOOL=0
//Causes lldb to export all symbols when building liblldb.
LLDB_EXPORT_ALL_SYMBOLS:BOOL=0
//Causes LLDB to use the PYTHONHOME environment variable to locate...