FS#58242 - [geary] Startup issue

Attached to Project: Community Packages
Opened by Noul (ruestique) - Monday, 16 April 2018, 02:18 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 19 July 2018, 15:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Not working for some reason

from Terminal:
~ $ geary

(geary:6003): Gtk-WARNING **: 05:10:07.381: Locale not supported by C library.
Using the fallback 'C' locale.

(geary:6003): GLib-GIO-CRITICAL **: 05:10:07.586: g_dbus_proxy_get_object_path: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(geary:6003): GLib-GObject-CRITICAL **: 05:10:07.586: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 19 July 2018, 15:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  geary 0.12.3-1
Comment by Doug Newgard (Scimmia) - Monday, 16 April 2018, 04:24 GMT
So first, fix your locale problems. I doubt that's the cause, but still.
Comment by Noul (ruestique) - Monday, 16 April 2018, 10:08 GMT
what a shame, wondering how I could forget about it ~_~
Comment by José Jorge (mexchip) - Wednesday, 04 July 2018, 15:03 GMT
  • Field changed: Percent Complete (100% → 0%)
My locale is correctly configured but I'm unable to start geary:
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
$ geary

(geary:5295): GLib-GIO-CRITICAL **: 17:57:31.489: g_dbus_proxy_get_object_path: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(geary:5295): GLib-GObject-CRITICAL **: 17:57:31.490: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
Comment by Doug Newgard (Scimmia) - Wednesday, 04 July 2018, 15:04 GMT
And you're getting a segfault as well? Backtrace?
Comment by José Jorge (mexchip) - Wednesday, 04 July 2018, 15:22 GMT
Yes, I'm getting a segfault, just ran it using gdb:

(gdb) run
Starting program: /usr/bin/geary
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffdf44c700 (LWP 23966)]
[New Thread 0x7fffde7de700 (LWP 23967)]
[New Thread 0x7fffddfdd700 (LWP 23968)]
[New Thread 0x7fffdcfaa700 (LWP 23969)]
[New Thread 0x7fff8fffd700 (LWP 23970)]
[New Thread 0x7fff8f7fc700 (LWP 23971)]
[New Thread 0x7fff8daf9700 (LWP 23972)]
[New Thread 0x7fff8c8c2700 (LWP 23973)]
[New Thread 0x7fff7ffff700 (LWP 23974)]
[New Thread 0x7fff7f5ec700 (LWP 23975)]
[New Thread 0x7fff7edeb700 (LWP 23976)]
[New Thread 0x7fff7e5ea700 (LWP 23977)]
[Thread 0x7fff8c8c2700 (LWP 23973) exited]

(geary:23960): GLib-GIO-CRITICAL **: 10:18:00.635: g_dbus_proxy_get_object_path: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(geary:23960): GLib-GObject-CRITICAL **: 10:18:00.635: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

Thread 1 "geary" received signal SIGSEGV, Segmentation fault.
0x00007ffff7508280 in g_str_hash () from /usr/lib/libglib-2.0.so.0
Comment by José Jorge (mexchip) - Wednesday, 04 July 2018, 18:25 GMT
I'm just trying the AUR from https://aur.archlinux.org/packages/geary-git/ and it works without problems
Comment by Maxime Gauduin (Alucryd) - Monday, 16 July 2018, 07:46 GMT
Does version 0.12.3 fix this?
Comment by José Jorge (mexchip) - Thursday, 19 July 2018, 14:30 GMT
Yes, I've just tested version 0.12.3 and it works!

Loading...