Why does my multi-threaded program using STLport crash when I compile it with -xarch=v8plus or -xarch=v8plusa?
STLport originally had a bug that prevented correct multi-threaded operation when compiling with -xarch=v8plus or -xarch=v8plusa. The bug was fixed, but the fix involved a change in the STLport headers, and a change in some STLport objects. Code compiled using earlier versions of the STLport headers needs to be recompiled with either the latest version of the compiler or with a patched earlier release before being linked into new programs.