[llvm-bugs] [Bug 49356] New: bug_taskwait_detach failing on 32-bit x86 Linux

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 25 12:32:36 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=49356

            Bug ID: 49356
           Summary: bug_taskwait_detach failing on 32-bit x86 Linux
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Runtime Library
          Assignee: unassignedbugs at nondot.org
          Reporter: lukebenes at hotmail.com
                CC: llvm-bugs at lists.llvm.org

Since tasking/bug_taskwait_detach.cpp was added in 3c31b78455da, I'm seeing the
failure below on x86 but not on x86-64. I've confirmed this issue on clang
built by both gcc 10 and clang 12. 

FAIL: libomp :: tasking/bug_taskwait_detach.cpp (71140 of 71323)
******************** TEST 'libomp :: tasking/bug_taskwait_detach.cpp' FAILED
********************
Script:
--
: 'RUN: at line 1';   /llvm-project/build/./bin/clang++ -fopenmp -pthread
-fno-experimental-isel  -I /llvm-project/openmp/runtime/test -I
/llvm-project/build/projects/openmp/runtime/src -L /llvm-project/build/lib  -I
/llvm-project/openmp/runtime/test/ompt -std=c++14
/llvm-project/openmp/runtime/test/tasking/bug_taskwait_detach.cpp -o
/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp
-lm -latomic &&
/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp
--
Exit Code: -11

Command Output (stdout):
--
$ ":" "RUN: at line 1"
$ "/llvm-project/build/./bin/clang++" "-fopenmp" "-pthread"
"-fno-experimental-isel" "-I" "/llvm-project/openmp/runtime/test" "-I"
"/llvm-project/build/projects/openmp/runtime/src" "-L"
"/llvm-project/build/lib" "-I" "/llvm-project/openmp/runtime/test/ompt"
"-std=c++14"
"/llvm-project/openmp/runtime/test/tasking/bug_taskwait_detach.cpp" "-o"
"/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp"
"-lm" "-latomic"
$
"/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp"
note: command had no output on stdout or stderr
error: command failed with exit status: -11

--


> uname -a
Linux linux-645r 5.10.16-1-pae #1 SMP Sat Feb 13 16:20:19 UTC 2021 (11381f3)
i686 i686 i386 GNU/Linux

> lsb_release -a
Description:    openSUSE Tumbleweed
Release:        20210218

-- 
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/20210225/1662a7c3/attachment.html>


More information about the llvm-bugs mailing list