[Openmp-commits] [PATCH] D74837: [LIBOMPTARGET]Fix PR44933: fix crash because of the too early deinitialization of libomptarget.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 19 13:39:20 PST 2020


ABataev added a comment.

In D74837#1883494 <https://reviews.llvm.org/D74837#1883494>, @grokos wrote:

> In D74837#1883479 <https://reviews.llvm.org/D74837#1883479>, @ABataev wrote:
>
> > Maybe it is just the problem of the test. I have `CHECK-NOT` in it to detect a possible crash. Maybe, just missed a variant for your system. Did you try the reproducer from the error report?
>
>
> Yes, the reproducer works for me without this patch. But I'm targeting x86_64-pc-linux-gnu instead of nvptx64-nvidia-cuda, that might explain the difference in behavior (although I doubt it).


No, I rather doubt in it. The test and the reproducer crash for me even when the host triple is specified as OpenMP target device.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74837/new/

https://reviews.llvm.org/D74837





More information about the Openmp-commits mailing list