OK, so on the spamd hang bugs, we have:

- a set of people reporting hangs predominantly (all?) when running spamd
  on hyperthreaded CPUs
- not all HT CPUs are acting up
- a hang traced into Storable::dclone() (thanks Dallas!)

so I think we may have run into a perl thread-safety bug, possibly
in Storable, possibly at a lower level, and running on HT cpus causes
this bug to manifest itself.

Another reason to get rid of our use of Storable, in my opinion.

--j.

Reply via email to