On Sat, Oct 21, 2006 at 06:21:00AM -0700, walt wrote: > I'm still plugging away at evolution, try to find why it runs > properly as root, but not as a user. > > I've tracked the problem down to one system call in libgmodule.so > which is part of glib2: > > (gdb) > _g_module_symbol (handle=0x294b2500, symbol_name=0x2897c57d > "Bonobo_Plugin_info") > at gmodule-dl.c:144 > 144 p = dlsym (handle, symbol_name);
(a) Can you find out which DSO handle refers to? E.g. break point on dlopen and remembering the result or finding the matching dlopen. (b) What is symbol_name? Joerg
