[issue32209] Crash in set_traverse Within the Garbage Collector's collect_generations()

2018-04-25 Thread Connor W Fitzgerald
Connor W Fitzgerald added the comment: I'm going to close this. It's been a really long time and this was for an assignment and I rewrote it before we put it into a github repo so I don't even have the buggy code still. Additionally I think it may have been the

[issue32209] Crash in set_traverse Within the Garbage Collector's collect_generations()

2018-04-25 Thread Connor W Fitzgerald
Change by Connor W Fitzgerald : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue32209] Crash in set_traverse Within the Garbage Collector's collect_generations()

2017-12-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I'm not sure what I can do to reproduce this because I don't even know what > line of code my program was running before it segfaulted. To do that you could enable the faulthandler module:

[issue32209] Crash in set_traverse Within the Garbage Collector's collect_generations()

2017-12-03 Thread Connor W Fitzgerald
New submission from Connor W Fitzgerald : This is my first time submitting a bug report, so forgive me if I miss on important information. I am writing code that makes heavy use of sets (8GB+ of them). It segfaults semi-randomly during the processing of them.