Comment 38 for bug 1969315

Revision history for this message
Ian (superian) wrote (last edit ):

Here, this issue comes and goes. It felt like having a brutal prune of how many ISOs etc I was seeding got rid of it, but it's back again.

I did the grep above to see the messages in syslog.. ah, that's quite a lot, isn't it? How many lines?

user@pc:~$ grep 'transmission' -c /var/log/syslog
5399493

!!! Ah, that's why syslog is so large... and that's just the number of transmission-gtk messages in the past week.

Most are errors, repeated multiple times a second. Here's the output of the grep piped into tail:

Oct 22 20:28:25 pc transmission-gt[22015]: gtk_spin_button_set_value: assertion 'GTK_IS_SPIN_BUTTON (spin_button)' failed
Oct 22 20:28:25 pc transmission-gt[22015]: instance with invalid (NULL) class pointer
Oct 22 20:28:25 pc transmission-gt[22015]: g_signal_handler_unblock: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Oct 22 20:28:25 pc transmission-gt[22015]: invalid unclassed pointer in cast to 'GtkSpinButton'
Oct 22 20:28:25 pc transmission-gt[22015]: gtk_spin_button_get_value_as_int: assertion 'GTK_IS_SPIN_BUTTON (spin_button)' failed
Oct 22 20:28:25 pc transmission-gt[22015]: instance with invalid (NULL) class pointer
Oct 22 20:28:25 pc transmission-gt[22015]: g_signal_handler_block: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Oct 22 20:28:25 pc transmission-gt[22015]: gtk_spin_button_set_value: assertion 'GTK_IS_SPIN_BUTTON (spin_button)' failed
Oct 22 20:28:25 pc transmission-gt[22015]: instance with invalid (NULL) class pointer
Oct 22 20:28:25 pc transmission-gt[22015]: g_signal_handler_unblock: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed