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


in reply to Code using threads crashes intermittently

you're sharing a hash reference $page_status but not the hash it referenced. You're not taking care to lock the hash when accessing it in other threads.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

  • Comment on Re: Code using threads crashes intermittently