astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

latest homebrew notmuch and gmime breaks astroid #342

Closed yeled closed 7 years ago

yeled commented 7 years ago

astroid crashes with later notmuch with their own gmime:


(<unknown>:55008): GLib-GObject-WARNING **: cannot register existing type 'InternetAddressList'

(<unknown>:55008): GLib-GObject-CRITICAL **: g_object_newv: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(<unknown>:55008): GLib-GObject-WARNING **: cannot register existing type 'InternetAddress'

(<unknown>:55008): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

(<unknown>:55008): GLib-GObject-CRITICAL **: g_object_newv: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
zsh: segmentation fault  astroid --no-auto-poll

The workaround is in https://github.com/astroidmail/homebrew-astroid/pull/7

gauteh commented 7 years ago

Charlie Allom writes on mai 12, 2017 18:50:

astroid crashes with later notmuch with their own gmime:


(<unknown>:55008): GLib-GObject-WARNING **: cannot register existing type 'InternetAddressList'

(<unknown>:55008): GLib-GObject-CRITICAL **: g_object_newv: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(<unknown>:55008): GLib-GObject-WARNING **: cannot register existing type 'InternetAddress'

(<unknown>:55008): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

(<unknown>:55008): GLib-GObject-CRITICAL **: g_object_newv: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
zsh: segmentation fault  astroid --no-auto-poll

The workaround is in https://github.com/astroidmail/homebrew-astroid/pull/7

Is this fixed now?

yeled commented 7 years ago

Yes, closing. If someone finds issues we can re-open.