Skip to content

Commit

Permalink
Merge pull request #4305 from vespa-engine/toregge/use-ubsan-suppress…
Browse files Browse the repository at this point in the history
…ions-file

Use ubsan suppressions file.
  • Loading branch information
hmusum authored Jan 2, 2025
2 parents 3b793d9 + 9682fc5 commit cb62322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def setup_sanitizers
elsif name == 'thread'
ENV['TSAN_OPTIONS'] = "suppressions=#{Environment.instance.vespa_home}/etc/vespa/tsan-suppressions.txt history_size=7 detect_deadlocks=1 second_deadlock_stack=1 log_path=#{dir}/tsan-log"
elsif name == 'undefined'
ENV['UBSAN_OPTIONS'] = "print_stacktrace=1:log_path=#{dir}/ubsan-log"
ENV['UBSAN_OPTIONS'] = "print_stacktrace=1:log_path=#{dir}/ubsan-log:report_error_type=1:suppressions=#{Environment.instance.vespa_home}/etc/vespa/ubsan-suppressions.txt"
end
end
end
Expand Down

0 comments on commit cb62322

Please sign in to comment.