Trouble with gmodule



I am having trouble with the stability of gnome on my AIX box, so I am trying
to test each of the libraries I have installed.    I found that gmodule does
not appear to be working correctly.  The output of testgmodule is below.  Is
this likely to cause me problems, and does anyone have any idea how I might fix
it?

My system is AIX4.1.5.0
gcc 2.95.1
gnu-ld 2.9.1 building shared libraries (with a modified libgcc)
libdl is installed.

Thanks, 
.Geoff

When I run testgmodule in the glib-1.2.4/gmodule directory, I get:

testgmodule (...gnome/installed/glib-1.2.4/gmodule):
get main module handle
error: strdup: Error 0

when I removed the 'exit(1)' from testgmodule.c, just to see what happes, I got:

testgmodule (...gnome/installed/glib-1.2.4/gmodule):
get main module handle
error: strdup: Error 0
load plugin from "...gnome/installed/glib-1.2.4/gmodule/.libs/libgplugin_a.a"
load plugin from "...gnome/installed/glib-1.2.4/gmodule/.libs/libgplugin_b.a"
GPluginB: check-init 
retrive symbol `gplugin_a_func' from "libgplugin_a.a"
retrive symbol `gplugin_b_func' from "libgplugin_b.a" 
call plugin function(2001278c) A: GPluginA: Hello world
call plugin function(20013644) B: GPluginB: Hello world

GModule-CRITICAL **: file gmodule.c: line 404 (g_module_name): assertion `module != NULL' failed.

GLib-CRITICAL **: file gutils.c: line 249 (g_basename): assertion `file_name != NULL' failed.
retrive symbol `g_clash_func' from ""

GModule-CRITICAL **: file gmodule.c: line 370 (g_module_symbol): assertion `module != NULL' failed.
error: 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]