-
Notifications
You must be signed in to change notification settings - Fork 849
trafic_crashlog: Moving the removed ATS backtrace logs. #10811
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
Conversation
src/traffic_crashlog/CMakeLists.txt
Outdated
| add_executable(traffic_crashlog procinfo.cc backtrace.cc traffic_crashlog.cc) | ||
|
|
||
| target_link_libraries(traffic_crashlog PRIVATE ts::inkevent ts::records ts::tscore ts::tsapicore) | ||
| target_link_libraries(traffic_crashlog PRIVATE ts::inkevent ts::records ts::tscore ts::tsapicore unwind::unwind) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wont work, I had to manually add unwind-ptrace unwind-generic on my ubuntu 20.04.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should work now as.
Thanks @cmcfarlen for collaborating with this.
bneradt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on adding backtraces in.
fixed |
|
[approve ci] |
1 similar comment
|
[approve ci] |
|
[approve ci rat] |
…anager to traffic_crashlog.
63e683a to
9e8f7b6
Compare
…anager to traffic_crashlog (apache#10811)
Fix change in #10811 intended for Ubuntu that caused build issues on RHEL.
Moving the removed ATS backtrace logs from traffic_manager to traffic_crashlog.