This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
occasional null pointer dereference in slp_kill_tasks_with_stacks #105
Closed

Description
Originally reported by: Johnny Healey (Bitbucket: johealey, GitHub: revnull)
I've been encountering segfaults while shutting down stackless. Debugging with gdb lead to a for loop that doesn't seem to be checking to see if the value it is iterating over is null.
I've attached a proposed patch.
null_ptr.patch.zip
test_issue105.py.zip