标签: memory ksh
我们假设我有一个类似exploit.sh的脚本:
#!/bin/ksh while true ; do ... ... done
并且在此循环中有一些命令会发生内存泄漏。我怎样才能看到/调试它?