Skip to content

Instantly share code, notes, and snippets.

@jonerer
Created July 9, 2020 06:41
Show Gist options
  • Save jonerer/43da7158cb23f2f545e5a20ae305ff0b to your computer and use it in GitHub Desktop.
Save jonerer/43da7158cb23f2f545e5a20ae305ff0b to your computer and use it in GitHub Desktop.
Do you have a scylla stacktrace like
TRACE 2020-07-06 08:52:14,139 [shard 0] exception - Throw exception at:
0x457ef3b
0x403b6d9
0x403b9a4
/opt/scylladb/libreloc/libstdc++.so.6+0x97370
0x407c034
0x40cd031
0x40cd24e
0x41af27d
0x4037406
0x4038b52
0x7dede8
/opt/scylladb/libreloc/libc.so.6+0x24412
0x83f2ed
?
Here is how to decipher it:
docker run --name scylla scylladb/scylla:3.1.4
docker exec -it scylla bash
yum install scylla-debuginfo
vi trace.txt (add the trace into the file)
yum install file
./usr/lib/scylla/seastar-addr2line -f trace.txt -e /usr/lib/debug/opt/scylladb/libexec/scylla-3.1.4-0.20200225.c25f627a6.el7.x86_64.debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment