
crash stl list on high load
Hi all,
When I use stl list in VC, there is no problem on low load. However,
when under high load, the list maybe crash when running front() or
pop_front(). I have used lock to ensure thread safe.
Anyone has idea on it?
Thanks a lot!
kc