peadar / pstack

Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386
BSD 2-Clause "Simplified" License
128 stars 30 forks source link

include what you use, include algorithm to avoid build failure #23

Closed jimmychang851129 closed 2 months ago

jimmychang851129 commented 2 months ago

Thanks for implementing this amazing tool. I encountered build failure because the algorithm is not included in pstaack_frame.cc The error will be resolved if the algorithm is included.

Screenshot 2024-06-17 at 10 50 56 PM