ejohanson <epj@xxxxxxxxxxxxxxxx> writes: > Ian Lance Taylor-3 wrote: > > > > Sure. That is exactly what happens with libgcc when you use > > -static-libgcc. Why are you focusing on libgcc as the problem? What > > led you to look at that? > > > > The core dump shows dlopen crashing inside of a mutex call in the > libgcc_s.so library. Let me post a complete core dump if you think that > would help. Please don't post a core dump, as there is nothing we could do with that. A crash in a mutex call does not necessarily mean that libgcc_s.so is at fault. It suggests that something has gone wrong while running global constructors. Ian