Skip to content

Commit

Permalink
fixup: even more libwebsockets logging races
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Jun 17, 2024
1 parent 881de7a commit eb1d6ff
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/tsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ race:^qdr_link_process_deliveries$
# ISSUE-65
race:^qdr_delivery_continue_CT$

# ISSUE-543 and ISSUE-1507
race:^_lws_log$
race:^_lws_logv$
race:^__lws_logv$
race:^qd_http_server_listen$
race:^lws_snprintf$

#
# External libraries
#
Expand All @@ -93,8 +86,16 @@ race:^listener_final_free$
race:^pn_logger_reset_mask$
race:^pni_logger_log$

# DISPATCH-2151
# libwebsockets logging is the king of races:
# DISPATCH-2151, ISSUE-543,ISSUE-1507
#
race:^_lws_logv.part.0$
race:^_lws_log$
race:^_lws_logv$
race:^__lws_logv$
race:^qd_http_server_listen$
race:^lws_snprintf$
race:^handle_stats_results$

# DISPATCH-2155
race:^qd_connection_manager_delete_listener$
Expand Down

0 comments on commit eb1d6ff

Please sign in to comment.