You are not logged in.

#1 2019-04-11 00:25:36

webman
Member
Registered: 2017-05-06
Posts: 8

[Solved] GTK apps freezing

I am having a problem with GTK freezing.  If I start it from the cli I get

(firefox:15982): GLib-GObject-WARNING **: 19:19:48.175: cannot register existing type 'UnityGtkActionGroup'

(firefox:15982): GLib-GObject-CRITICAL **: 19:19:48.175: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(firefox:15982): GLib-CRITICAL **: 19:19:48.175: g_once_init_leave: assertion 'result != 0' failed

(firefox:15982): GLib-GObject-CRITICAL **: 19:19:48.175: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

strace shows

1554941606.945145 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
1554941606.945257 writev(4, [{iov_base="\24\0\6\0/\0\0\2\31\2\0\0\0\0\0\0\0\0\0\0\377\377\377\377", iov_len=24}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 24
1554941606.945407 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
1554941606.945523 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0y\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
1554941606.945657 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}])
1554941606.945751 writev(4, [{iov_base="\24\0\6\0/\0\0\2\32\2\0\0\0\0\0\0\0\0\0\0\377\377\377\377", iov_len=24}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 24
1554941606.945884 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}])
1554941606.945985 recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0z\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
1554941606.946137 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1554941606.946238 getpid()              = 14284
1554941606.946331 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2882, ...}) = 0
1554941606.946484 write(2, "\n(firefox:14284): GLib-GObject-\33"..., 129
(firefox:14284): GLib-GObject-WARNING **: 19:13:26.946: cannot register existing type 'UnityGtkActionGroup'
) = 129
1554941606.946602 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1554941606.946694 getpid()              = 14284
1554941606.946776 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2882, ...}) = 0
1554941606.946892 write(2, "\n(firefox:14284): GLib-GObject-\33"..., 167
(firefox:14284): GLib-GObject-CRITICAL **: 19:13:26.946: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
) = 167
1554941606.947021 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1554941606.947115 getpid()              = 14284
1554941606.947197 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2882, ...}) = 0
1554941606.947313 write(2, "\n(firefox:14284): GLib-\33[1;35mCR"..., 120
(firefox:14284): GLib-CRITICAL **: 19:13:26.947: g_once_init_leave: assertion 'result != 0' failed
) = 120
1554941606.947418 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1554941606.947507 getpid()              = 14284
1554941606.947639 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2882, ...}) = 0
1554941606.947770 write(2, "\n(firefox:14284): GLib-GObject-\33"..., 158
(firefox:14284): GLib-GObject-CRITICAL **: 19:13:26.947: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
) = 158
1554941606.947882 futex(0x7f692079ca28, FUTEX_WAIT_PRIVATE, 460, NULL^Cstrace: Process 14284 detached
 <detached ...>

This is trying to run it from plasma and gnome.  I also get this randomly from evolution and others.  Any ideas what I can check?

Last edited by webman (2019-04-12 18:39:14)

Offline

#2 2019-04-11 00:53:15

webman
Member
Registered: 2017-05-06
Posts: 8

Re: [Solved] GTK apps freezing

Thought it was fixed, but just takes longer to fail.


And now its working.  Sunspots it is.

Last edited by webman (2019-04-11 02:52:56)

Offline

#3 2019-04-12 18:38:36

webman
Member
Registered: 2017-05-06
Posts: 8

Re: [Solved] GTK apps freezing

It was appmenu-gtk-module (community version  0.7.1-1).

Offline

Board footer

Powered by FluxBB