Package: libgconf-cil
Version: 1:1.0.10-5
Severity: important
Please consider the following program:
class GconfTest
{
public static void Main (string [] args)
{
new GConf.Client ();
}
}
Compiling with "mcs gconf.cs -out:gconf.exe `pkg-config --libs
gconf-sharp`" and executing with "mono gconf.exe" I get:
------------------------------------------------------------------
[EMAIL PROTECTED]:~$ LANG=C mono gconf.exe
(gconf.exe:29910): GLib-GObject-CRITICAL **: gtype.c:2215: initialization
assertion failed, use IA__g_type_init() prior to this function
(gconf.exe:29910): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed
(gconf.exe:29910): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Stacktrace:
in (wrapper managed-to-native) GConf.Client:gconf_client_get_default () <0x4>
in (wrapper managed-to-native) GConf.Client:gconf_client_get_default ()
<0xfffff5fc>
in GConf.Client:.ctor () <0x54>
in GconfTest:Main (string[]) <0x16>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0x4d7327>
Native stacktrace:
/usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xeb) [0xa7da792b]
/usr/lib/libmono.so.0 [0xa7d6870d]
[0xffffe440]
/usr/lib/libgconf-2.so.4(gconf_client_get_default+0xa9) [0xa729c3a9]
[0xa78af557]
[0xa78aeb2d]
[0xa78ae90f]
[0xa78ae823]
/usr/lib/libmono.so.0 [0xa7d85b20]
/usr/lib/libmono.so.0(mono_runtime_invoke+0x33) [0xa7dea703]
/usr/lib/libmono.so.0(mono_runtime_exec_main+0x6b) [0xa7ded69b]
/usr/lib/libmono.so.0(mono_runtime_run_main+0x18c) [0xa7df0c1c]
/usr/lib/libmono.so.0(mono_jit_exec+0x8e) [0xa7d98d6e]
/usr/lib/libmono.so.0(mono_main+0x94f) [0xa7d9977f]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xd0) [0xa7b20eb0]
mono [0x8048471]
Aborted
[EMAIL PROTECTED]:~$
------------------------------------------------------------------
Interestingly the same program works on SuSE 9.3 using gtk-sharp-1.0.8-3.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libgconf-cil depends on:
ii libgconf2-4 2.14.0-1 GNOME configuration database syste
ii libglib-cil 1:1.0.10-5 CLI binding for the GLib utility l
ii libmono-corlib1.0-cil 1.1.13.6-4 Mono core library (1.0)
ii libmono-system1.0-cil 1.1.13.6-4 Mono System libraries (1.0)
ii mono-runtime 1.1.13.6-4 Mono runtime
libgconf-cil recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]