redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.41k stars 577 forks source link

Fix llvm symbolizer in ducktape #8738

Closed dotnwat closed 6 days ago

dotnwat commented 1 year ago
INFO  2023-02-08 22:47:42,074 [shard 1] cluster - partition_leaders_table.cc:31 - Stopping Partition Leaders Table...
=================================================================
==6554==ERROR: AddressSanitizer: heap-use-after-free on address 0x61d000005360 at pc 0x55dc60ab049e bp 0x7fffba2fde70 sp 0x7fffba2fde68
READ of size 8 at 0x61d000005360 thread T0
/usr/bin/llvm-symbolizer: /opt/redpanda_installs/ci/lib/libc.so.6: version `GLIBC_2.36' not found (required by /usr/lib/llvm-15/bin/../lib/libLLVM-15.so.1)
==6554==WARNING: Can't read from symbolizer at fd 17
/usr/bin/llvm-symbolizer: /opt/redpanda_installs/ci/lib/libc.so.6: version `GLIBC_2.36' not found (required by /usr/lib/llvm-15/bin/../lib/libLLVM-15.so.1)
==6554==WARNING: Can't read from symbolizer at fd 17
/usr/bin/llvm-symbolizer: /opt/redpanda_installs/ci/lib/libc.so.6: version `GLIBC_2.36' not found (required by /usr/lib/llvm-15/bin/../lib/libLLVM-15.so.1)
==6554==WARNING: Can't read from symbolizer at fd 17
/usr/bin/llvm-symbolizer: /opt/redpanda_installs/ci/lib/libc.so.6: version `GLIBC_2.36' not found (required by /usr/lib/llvm-15/bin/../lib/libLLVM-15.so.1)
==6554==WARNING: Can't read from symbolizer at fd 17
==6554==WARNING: Failed to use and restart external symbolizer!
    #0 0x55dc60ab049d  (/opt/redpanda_installs/ci/libexec/redpanda+0x397a549d) (BuildId: fd5ad9bd15c473469d1a1ec97c08ed7ae1f33281)
    #1 0x55dc60d09397  (/opt/redpanda_installs/ci/libexec/redpanda+0x399fe397) (BuildId: fd5ad9bd15c473469d1a1ec97c08ed7ae1f33281)
    #2 0x55dc60d092ce  (/opt/redpanda_installs/ci/libexec/redpanda+0x399fe2ce) (BuildId: fd5ad9bd15c473469d1a1ec97c08ed7ae1f33281)

JIRA Link: CORE-1163

github-actions[bot] commented 2 weeks ago

This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in two weeks.

github-actions[bot] commented 6 days ago

This issue was closed due to lack of activity. Feel free to reopen if it's still relevant.