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

Improved error messages & Experimental Python 3 support #9

Closed nskobelevs closed 3 years ago

nskobelevs commented 3 years ago

Warning will be given if debug symbols for python2 aren't found

Notify the user that py3 isn't supported if they run pstack on a py3 program

nskobelevs commented 3 years ago

Can you squash these into a single commit? They overlap with eachother a bit.

I've just pushed there a single commit that encapsulates all the changes!