Comment 2 for bug 1050508

Revision history for this message
greggory.hz (greggory-hz) wrote : Re: Switchboard segaults on startup.

I can confirm this issue as well. This happens from both the daily ppa and from source. This is the exact error I get:

[_LOG_LEVEL_FATAL 09:21:06.572128] [GLib-GIO] g_application_list_actions: assertion `application->priv->is_registered' failed
[_LOG_LEVEL_FATAL 09:21:06.572165] Switchboard will not function properly.
Segmentation fault (core dumped)

And then a stack trace from GDB:

#0 0x00007ffff74ec3e8 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1 0x00007ffff7765144 in gtk_window_set_application () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#2 0x0000000000406da5 in switchboard_switchboard_app_construct ()
#3 0x0000000000407b22 in switchboard_switchboard_app_new ()
#4 0x000000000040e955 in switchboard_main ()
#5 0x000000000040eaa3 in main ()

I don't know how to enable debugging in elementary apps, so there's no symbol table. I'd be willing to add that if I get some guidance on how to turn it on, or perhaps there is another method for debugging vala apps .... :)