Replies: 3 comments
-
I think I got it.
And this is where I was mistaken: libgcc unwind is not libunwind. I will force libunwind and I expect that it will fix my issue. |
Beta Was this translation helpful? Give feedback.
-
Confirmed, it was a pebcak. Cpptrace defaults to libunwind if it is available, which it is on my laptop but obviously not in the fresh image used in the CI. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have added cpptrace to my program and I handle the crashes using the fork+delegate printing to a second program. The main program has a command-line argument to force a crash. When I run the program on my laptop the stacktrace is printed as expected, but when I run it in GitHub Actions it shows "<empty trace>". This is a debug build with g++ and cpptrace 1.0.2.
Do you know any limitations about using the library in an environment like GitHub Actions ? When I run the app in a Docker image on my laptop it works as expected too.
Beta Was this translation helpful? Give feedback.
All reactions