Perl script segfaulting after 64-bit upgrade
- by Brent
I recently upgraded a 32-bit Debian server to 64-bit by re-installing, and copying my data into place.
After this I have a perl script that repeats the following, and is segfaulting on the tell line:
seek(FIN,$ps,0);
tell(FIN, $ps);
$line=<FIN>;
I don't speak perl, so I'm not sure exactly what is going on here. I can get the script to…