https://bugs.llvm.org/show_bug.cgi?id=37238
Bug ID: 37238
Summary: ASAN causes application stuck on FreeBSD
Product: clang
Version: trunk
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: weinr...@fh-muenster.de
CC: llvm-bugs@lists.llvm.org
When compiling an application with "-fsanitize=address" the executable hangs.
OS: FreeBSD HEAD (also affects released versions)
clang: clang-devel-7.0.d20180225 (installed via pkg)
Steps to reproduce:
#1 Take a very simple C application:
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return(0);
}
#2 Compile: "clang-devel -fsanitize=address world.c -o world"
#3 Execute!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs