# New Ticket Created by Paul Cochrane
# Please include the string: [perl #46683]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46683 >
In src/pmc/eval.pmc:destroy() there is the todo item:
* These globals still exist, calling them will segfault
* as the segment is destroyed now.
*
* TODO walk the fixups for this segment, locate globals
* and nullify the Sub PMC.
* This probably needs a pointer into the globals.
*
* OTOH - if the global exists - this eval pmc ought
* to be alive and destroy isn't called.
This needs to be implemented.