diff options
author | Tony Cook <tony@develop-help.com> | 2021-10-21 13:51:17 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2021-11-15 11:35:42 +1100 |
commit | 9bce496f83cb607054f21c015c5f377c24c86bfd (patch) | |
tree | ffdac5b82f1940e1fd60d46d5709c730e7d2b566 /gv.c | |
parent | 0cdbe2162863542f45a5faa22e46c1aa76c029cb (diff) | |
download | perl-9bce496f83cb607054f21c015c5f377c24c86bfd.tar.gz |
don't try to clean up the COP pointer during global destruction
At this point there should be no further debugging code trying to
use the COP pointer.
On threaded builds the call to CopFILEAV() could cause a segmentation
fault, since during late destruction gv_fetchfile() could return
NULL, which the threaded version of CopFILEAV() would blindly call
GvAV() on.
Diffstat (limited to 'gv.c')
0 files changed, 0 insertions, 0 deletions