Hey all, I'm writing this script which takes information which contains addresses and other information, scrubs it down and cross-references the addresses with a database to get the latitude and longitude. The database I'm using is the Geocoder::US database. The problem I'm having is that when it gets about 260 records in, the script will stop and only the words 'Bus Error' appear for the error. I've figured that the code bombs out when trying to reference the address via the database. The script has bombed out at different addresses and there is nothing unusual about the addresses. The box I'm trying to run this on has SunOS 5.9. Any ideas? thanks for the help!
In reply to Bus Error
by mreal