Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#14355 - Tomboy segfaults on start

Attached to Project: Arch Linux
Opened by Echo Nolan (enolan) - Saturday, 18 April 2009, 08:59 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 20 May 2009, 07:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Tomboy segfaults whenever I start it. Moving ~/.tomboy out of the way makes no difference. Console output below:

enolan at potatohead in ~
$ tomboy

(/usr/lib/tomboy/Tomboy.exe:26716): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(/usr/lib/tomboy/Tomboy.exe:26716): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed

(/usr/lib/tomboy/Tomboy.exe:26716): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
Stacktrace:

at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () <0x00053>
at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () <0xffffffff>
at GConf.Client..ctor () <0x0004b>
at Tomboy.GConfPreferencesClient..ctor () <0x00027>
at Tomboy.GnomeFactory.CreatePreferencesClient () <0x0001f>
at Tomboy.Services..cctor () <0x0006b>
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at Tomboy.Application.Initialize (string,string,string,string[]) <0xffffffff>
at Tomboy.Application.Initialize (string,string,string,string[]) <0x0001c>
at Tomboy.Tomboy.Main (string[]) <0x000af>
at (wrapper runtime-invoke) Tomboy.Tomboy.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

mono [0x47e650]
mono [0x4ae8dd]
/lib/libpthread.so.0 [0x7fab27cc8920]
/usr/lib/libgconf-2.so.4 [0x7fab25e47b31]
/usr/lib/libgconf-2.so.4(gconf_client_get_default+0xc4) [0x7fab25e4b834]
[0x407d28e3]

Debug info from gdb:


=================================================================
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.
=================================================================

Aborted
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 20 May 2009, 07:25 GMT
Reason for closing:  Fixed
Comment by Jan de Groot (JGC) - Tuesday, 21 April 2009, 11:33 GMT
Is this fixed with 0.14.1?
Comment by Echo Nolan (enolan) - Tuesday, 21 April 2009, 17:17 GMT
No, still broken.

enolan at potatohead in ~
$ tomboy

(/usr/lib/tomboy/Tomboy.exe:18334): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(/usr/lib/tomboy/Tomboy.exe:18334): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed

(/usr/lib/tomboy/Tomboy.exe:18334): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
Stacktrace:

at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () <0x00053>
at (wrapper managed-to-native) GConf.Client.gconf_client_get_default () <0xffffffff>
at GConf.Client..ctor () <0x0004b>
at Tomboy.GConfPreferencesClient..ctor () <0x00027>
at Tomboy.GnomeFactory.CreatePreferencesClient () <0x0001f>
at Tomboy.Services..cctor () <0x0006b>
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at Tomboy.Application.Initialize (string,string,string,string[]) <0xffffffff>
at Tomboy.Application.Initialize (string,string,string,string[]) <0x0001c>
at Tomboy.Tomboy.Main (string[]) <0x000af>
at (wrapper runtime-invoke) Tomboy.Tomboy.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

mono [0x47e650]
mono [0x4ae8ed]
/lib/libpthread.so.0 [0x7fab2d366920]
/usr/lib/libgconf-2.so.4 [0x7fab2b4e8b31]
/usr/lib/libgconf-2.so.4(gconf_client_get_default+0xc4) [0x7fab2b4ec834]
[0x40b3a8e3]

Debug info from gdb:


=================================================================
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.
=================================================================

Aborted

Loading...