ishepard / pydriller

Python Framework to analyse Git repositories
http://pydriller.readthedocs.io/en/latest/
Apache License 2.0
809 stars 139 forks source link

Crashed when want to get info from single commit with thousands of files modified. #267

Closed Vela-zz closed 10 months ago

Vela-zz commented 1 year ago

Describe the bug Pydriller meets [deadlock/crash/Memory] issue when I want to get info(commits.files,e.g.) from an extremely chaotic git-commit with 2000+ files change at one time.

OS Version: WSL on windows, Ubuntu 20.04,

ishepard commented 1 year ago

Hey @Vela-zz! Can you give an example of such commit? Just so I can repro on my machine. Thanks!