C++ Runtime Error on script completion.

562
1
Jump to solution
06-17-2013 10:10 AM
JamesCrandall
MVP Frequent Contributor
I have a somewhat long python script (run as a geoprocessing tool from Toolbox) and I am not getting any errors during or completion of the script execution and all outcome is correct.  However, when shutting down ArcMap 10.1, I get a C++ Runtime Library Error that pops up immediately after it closes.

Is there anything common that would cause this?  (not releasing references, database connections not closed, etc...)  Or has anyone experienced this and what process you went through to uncover the offender?

TIA!

[ATTACH=CONFIG]25312[/ATTACH]
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JamesCrandall
MVP Frequent Contributor
I found some of the probable offenders and cleaned things up a bit to eliminate the issue.

View solution in original post

0 Kudos
1 Reply
JamesCrandall
MVP Frequent Contributor
I found some of the probable offenders and cleaned things up a bit to eliminate the issue.
0 Kudos