Comment 3 for bug 445513

Revision history for this message
Guillaume Giroux (gug-microflex) wrote :

End of strace of the /usr/lib/network-manager-vpnc/nm-vpnc-service program spawned by NetworkManager when attempting a VPNC connection:

2490 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY <unfinished ...>
2490 <... open resumed> ) = 3
2490 fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0
2490 mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0 <unfinished ...>
2490 <... mmap resumed> ) = 0x7ffeac725000
2490 close(3 <unfinished ...>
2490 <... close resumed> ) = 0
2490 futex(0x7ffeaaf09f60, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
2490 <... futex resumed> ) = 0
2490 write(2, "\n(process:2490): GLib-GObject-WARNING **: specified class size for type `NMVPNCPlugin' is smaller than the parent type's `NMVPNPlugin' class size\n", 146 <unfinished ...>
2490 <... write resumed> ) = 146
2490 write(2, "\n(process:2490): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed\n", 99 <unfinished ...>
2490 <... write resumed> ) = 99
2490 write(2, "\n(process:2490): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed\n", 107 <unfinished ...>
2490 <... write resumed> ) = 107
2490 exit_group(1) = ?