nats.c icon indicating copy to clipboard operation
nats.c copied to clipboard

[CI only] Use RelWithDebInfo in Travis to get the callstacks

Open levb opened this issue 6 months ago • 7 comments

Travis sanitize builds seem to still produce unique failures that are not appearing in GHA jobs. However, some were compiled with Release making call stack interpretation difficult (like, https://app.travis-ci.com/github/nats-io/nats.c/jobs/624866438). Use RelWithDebInfo to get the call stacks with symbols (hope it works in that environment, will see)

levb avatar Aug 06 '24 21:08 levb