[Bug 42153] New: Aarch64 - FreeBSD 12 : Expression evaluation causes segfault

Bug ID 42153
Summary Aarch64 - FreeBSD 12 : Expression evaluation causes segfault
Product lldb
Version unspecified
Hardware Other
OS FreeBSD
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter itzurabhi@gmail.com
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org

Created attachment 22075 [details]
Backtrace & Thread List

built the master branch(llvm,lldb,clang) from the git on 4th July 2019 on a
AARCH64 FreeBSD12.0 VM (qemu)

while running sample program with following commands : 
// sample
int main(int argc,const char ** argv){
        int z = argc + 10;
        return z;
}

/////

(LLDB)b main
(LLDB)r
(LLDB)n
(LLDB)p argc

(SEGFAULT)