|
From: Dirk M. <dm...@gm...> - 2004-02-24 14:47:43
|
On Tuesday 24 February 2004 15:40, Jamie Burns wrote: > ==10006== by 0x4060AED2: dlopen (in /lib/libdl-2.3.1.so) > So is it a bug outside of my code you think? yes, its a bug inside dlopen(). the problem is known, for performance reasons the code does not initialize some variables. Just ignore it. Dirk |