Skip to content

Commit

Permalink
Suppress MOSEK 8.1 data races
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmanu Chaturvedi committed Apr 27, 2018
1 parent b563541 commit 0571698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dynamic_analysis/tsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ thread:__kmp_create_worker
# thread leak (libiomp5.*) in __kmp_create_monitor
thread:__kmp_create_monitor

# data race (libmosek64.*) in MSK_memman_free
race:MSK_memman_free
# data race libmosek64.so.8.1. MOSEK has not been instrumented with TSan.
called_from_lib:libmosek64.so.8.1

# data race (libglib-2.0.*) in g_static_rec_mutex_lock
race:g_static_rec_mutex_lock
Expand Down

0 comments on commit 0571698

Please sign in to comment.