On Tue, Mar 23, 2010 at 12:35:33PM -0400, Mark Bucciarelli wrote: > Hi, > > The simple test program below > segfaults in _dl_thread_kern_go(). > > I suspect the library, but am not sure > how to proceed. > > Add printf()'s to dlfcn.c and rebuild > ld.so? > > Hopefully, my test program is wrong > somehow. :) > > Thanks for any suggestions, >
There is some detail missing from this report, eg where did libbat.so come from? Also how was it built? Perhaps the problem is that the library was built threaded -pthread but the main program has not been build with threading enabled (-pthread missing). Dale Rahn dr...@dalerahn.com