[llvm-bugs] [Bug 37238] New: ASAN causes application stuck on FreeBSD
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 25 07:47:34 PDT 2018
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: unassignedclangbugs at nondot.org
Reporter: weinrank at fh-muenster.de
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180425/42365b5e/attachment.html>
More information about the llvm-bugs
mailing list