Open seanthegeek opened 2 years ago
@nathanthorpe Can you look into this a bit? If it's not a bug in pypy itself, I'd like to get this fixed in the same release as your #320 PR.
I'm not able to reproduce this with the same instance of pypy running on Ubuntu 20.04, but I could just have a smaller gzip file that doesn't trigger that.
This just got weirder. I was able to reproduce this bug again, but this time I tried moving the exact same emails from the invalid folder back to the inbox without doing anything else, and all 200+ emails processed correctly.
Actually, I have my numbers wrong. Still happening. This is why I shouldn't do debugging in the middle of the night. 😅 Oh well, at least I have some samples that consistently fail now.
While running
parsedmarc
in a pypy3.9-7.3.9 virtualenv on Rocky Linux 8.4, a "Too many open files" exception occurs when attempting to parse gripped DMARC aggregate reports retrieved from a Microsoft 365 mailbox via Microsoft Graph. This does not occur in a standard CPython virtualenv.Install procedure
Log output