crash-utility / crash

Linux kernel crash utility
https://crash-utility.github.io
819 stars 271 forks source link

I cannot run gdb command in crash #165

Closed sgsungeng closed 9 months ago

sgsungeng commented 9 months ago

I cannot run gdb command ‘source’ in crash. crash>gdb source ta.py gdb: gdb request failed: source ta.py Is there some config I did not set ?

The command of compile is make target=ARM64 Thanks

sgsungeng commented 9 months ago

Dear , I change the Makefile --with-python=no to --with-python=python3 The python work well. thanks