mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
588d9f0a56
commit
e57e242482
@ -118,7 +118,7 @@ TRAP(logout)
|
||||
TRAP(logwtmp)
|
||||
TRAP(lrand48)
|
||||
TRAP(mallinfo)
|
||||
TRAP(mallopt)
|
||||
//TRAP(mallopt) // Used by tsan
|
||||
TRAP(mblen)
|
||||
TRAP(mbrlen)
|
||||
TRAP(mbrtowc)
|
||||
@ -193,7 +193,7 @@ TRAP(dbm_nextkey)
|
||||
TRAP(dbm_open)
|
||||
TRAP(dbm_store)
|
||||
TRAP(dirname)
|
||||
TRAP(dlerror)
|
||||
//TRAP(dlerror) // Used by tsan
|
||||
TRAP(ftw)
|
||||
TRAP(getc_unlocked)
|
||||
//TRAP(getenv) // Ok at program startup
|
||||
|
2
contrib/cassandra
vendored
2
contrib/cassandra
vendored
@ -1 +1 @@
|
||||
Subproject commit fbbd9fc4c634e9daad24714cd03cb390615d85ed
|
||||
Subproject commit 2935f6f15fea889899750560aa6331e9119e9dd0
|
@ -1,4 +1,2 @@
|
||||
# looks like a bug in clang-11 thread sanitizer, detects normal data race with random FD in this method
|
||||
race:DB::LazyPipeFDs::close
|
||||
# races in openSSL https://github.com/openssl/openssl/issues/11974
|
||||
fun:evp_cipher_cache_constants
|
||||
|
Loading…
Reference in New Issue
Block a user