Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seastar-addr2line: add support for decoding syslog style backtraces #1206

Closed
bhalevy opened this issue Sep 6, 2022 · 0 comments · Fixed by #1207
Closed

seastar-addr2line: add support for decoding syslog style backtraces #1206

bhalevy opened this issue Sep 6, 2022 · 0 comments · Fixed by #1207
Assignees

Comments

@bhalevy
Copy link
Member

bhalevy commented Sep 6, 2022

As seen in scylladb/scylladb#11420,
we don't support decoding backtraces in the following format:

                                                           #0  0x00007fd2dab662a2 raise (libc.so.6 + 0x3d2a2)
                                                           #1  0x00007fd2dab4f950 abort (libc.so.6 + 0x26950)
                                                           #2  0x00000000015c4cd3 n/a (scylla + 0x13c4cd3)
                                                           #3  0x0000000001134d48 n/a (scylla + 0xf34d48)
                                                           #4  0x000000000121b373 n/a (scylla + 0x101b373)
                                                           #5  0x0000000001219500 n/a (scylla + 0x1019500)
                                                           #6  0x000000000117d6eb n/a (scylla + 0xf7d6eb)
                                                           #7  0x00000000010fbf2c n/a (scylla + 0xefbf2c)
                                                           #8  0x00000000033f12a4 n/a (scylla + 0x31f12a4)
                                                           #9  0x0000000003dd0cc5 n/a (scylla + 0x3bd0cc5)
                                                           #10 0x0000000003dd20b8 n/a (scylla + 0x3bd20b8)
                                                           #11 0x0000000003def6e6 n/a (scylla + 0x3bef6e6)
                                                           #12 0x0000000003da92db n/a (scylla + 0x3ba92db)
                                                           #13 0x00007fd2db717299 n/a (libpthread.so.0 + 0x9299)
                                                           #14 0x00007fd2dac29353 __clone (libc.so.6 + 0x100353)
bhalevy added a commit to bhalevy/seastar that referenced this issue Sep 7, 2022
Some may contain space characters around the '+' operator in, e.g.:
```
    scylladb#1  0x00007fd2dab4f950 abort (libc.so.6 + 0x26950)
```

Fixes scylladb#1206

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
@bhalevy bhalevy self-assigned this Sep 8, 2022
@xemul xemul closed this as completed in 35af86d Sep 9, 2022
xemul added a commit that referenced this issue Sep 9, 2022
…es' from Benny Halevy

Some may contain space characters around the '+' operator in, e.g.:
```
    #1  0x00007fd2dab4f950 abort (libc.so.6 + 0x26950)
```

Fixes #1206

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes #1207

* https://github.com/scylladb/seastar:
  seastar-addr2line: strip input lines
  seastar-addr2line: support more flexible syslog-style backtraces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant