Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1557 asan openmp suppression #1647

Merged
merged 2 commits into from
Jan 4, 2022
Merged

Conversation

jstrzebonski
Copy link
Contributor

Fixes #1557


BTW, I still get tons of reports like this one:

1: Indirect leak of 15 byte(s) in 1 object(s) allocated from:
1:     #0 0x7f0b3a5539f7 in __interceptor_strdup ../../../../src/libsanitizer/asan/asan_interceptors.cpp:454
1:     #1 0x7f0b34e5c171  (<unknown module>)

Did anyone have similar problem with unknown module, and maybe found a solution?

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-6, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-5, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (clang-3.9, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (clang-5.0, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (clang-9, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (clang-10, alpine, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (clang-10, ubuntu, mpich)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented Jan 3, 2022

Codecov Report

Merging #1647 (761e4df) into develop (9bbd44f) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1647      +/-   ##
===========================================
+ Coverage    83.46%   83.49%   +0.03%     
===========================================
  Files          794      794              
  Lines        30769    30769              
===========================================
+ Hits         25681    25691      +10     
+ Misses        5088     5078      -10     
Impacted Files Coverage Δ
src/vt/vrt/collection/manager.impl.h 95.96% <0.00%> (+0.88%) ⬆️
src/vt/vrt/collection/manager.h 100.00% <0.00%> (+27.27%) ⬆️

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for 761e4df

Compilation - successful

Testing - passed

Build log

@lifflander lifflander merged commit 2faf14f into develop Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare suppressions list for Address Sanitizer for vt+OpenMPI combination
4 participants