http://www.perlmonks.org?node_id=1013689


in reply to Re^2: Dealing with corrupt db_file files
in thread Dealing with corrupt db_file files

I don't know if using seq will solve the issue then. It's definitely the correct way to access your database sequentially, though.

I'd also suggest you add some lines to log the execution of your script, so that you can know at which point exactly it hangs.

Other than that, I don't see much else to do, especially considering it is difficult to reproduce.

  • Comment on Re^3: Dealing with corrupt db_file files