* Roel Van de Paar: > What happens if jemalloc is LD_PRELOAD'ed for an executable where such > executable uses a .so library, which in turn is statically linked with > jemalloc?
That depends on what kind of symbols the libary exports. What does “eu-readelf -s” or “readelf -W -s” show? If jemalloc symbols are listed there, quite bad things can happen. _______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
