Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808' #25

Closed
amezin opened this issue Mar 17, 2021 · 2 comments

Comments

@amezin
Copy link
Member

amezin commented Mar 17, 2021

After dc52400 I now see these messages when closing Preferences dialog:

Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'
Mar 17 16:19:12 trx40 gjs[253041]: ../glib/gobject/gsignal.c:2732: instance '0x55d58bf56430' has no handler with id '9223372036854775808'

hardly 9223372036854775808 is a valid handler id

@amezin
Copy link
Member Author

amezin commented Mar 17, 2021

On Ubuntu 20.04 (GNOME 3.36) it looks different:

Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed
Mar 17 23:02:02 ubuntu-vm gjs[1785]: g_signal_handler_disconnect: assertion 'handler_id > 0' failed

@amezin
Copy link
Member Author

amezin commented Mar 21, 2021

Warnings disappear if I comment out all bind_color calls in prefs.js

... or if I comment out this.run_on_destroy call in bind_color

@amezin amezin closed this as completed in 122f824 Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant