Multi-threaded application using STL crashes

2005-04-22 Thread Jeff Terrell
Hi, I'm developing a multi-threaded application that makes extensive use of STL. The number of threads is configurable. If I build the application to run in one thread, it's fine. However, if I build the application to run in 2 or more threads, it crashes in an unpredictable manner. I'm taking al

[OT] RE: Multi-threaded application using STL crashes

2005-04-22 Thread Gary R. Van Sickle
This is a C++ question, but what the hell: > Hi, > > I'm developing a multi-threaded application that makes > extensive use of STL. > Problem number one, because... > The number of threads is configurable. > > If I build the application to run in one thread, it's fine. > However, if I build