Bug#665499: clang: code using std::stack crashes with SIGILL when compiled with clang++

Sylvestre Ledru sylvestre at debian.org
Sat Mar 24 18:34:29 UTC 2012


Le samedi 24 mars 2012 à 19:23 +0100, Robert Luberda a écrit :
> Package: clang
> Version: 3.0-6
> Severity: normal
> 
>    [21]/tmp> clang++ -ggdb  test.cpp -o testcrash
>    [22]/tmp> ./testcrash
>    Illegal instruction (core dumped)
??
Is there anything special I should now about your system ?
It works fine on my systems (both amd64 & x86).
$  clang++ -ggdb  plop.cpp -o testcrash && ./testcrash && echo $?
0

S






More information about the Pkg-llvm-team mailing list