This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Nik101
Recipients Nik101
Date 2017-10-11.19:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACv8_d82W8AYy961pnw8S-3pu3YHmsNfcp_5YW2y+43hPYUK0g@mail.gmail.com>
In-reply-to <CACv8_d-MGZ2r3eRwoTPZvFAB-1ZS4xFcPNm2Kd44tzkC3EgvFQ@mail.gmail.com>
Content
What I did
1) root file declared where operation will start and import hashlib for
getting hash signatures
2) os.walk for recursively diving into directory tree
3) open file and find sha256 digest and print it
4) close the file
5) recursively repeat all above 2 steps till we traversed directory tree

Above logic python program caused sudden exponential increase in RAM usage
(task manager by chance)  and certainly DEADLOCK and......  Force shutdown

I want to know what went wrong.....
History
Date User Action Args
2017-10-11 19:10:07Nik101setrecipients: + Nik101
2017-10-11 19:10:07Nik101linkissue31765 messages
2017-10-11 19:10:07Nik101create