>>>>> Coulter, Scott writes: Scott> Does it make sense that this behavior would show up only when loading the library Scott> with dlopen() and not when linking to the library directly? The problem is due to the number of libraries and where they are loaded in memory. Dynamic linking at startup versus dlopen() changes that. David