I’m running the latest unstable version of NixOS (25.05.20250315 Warbler) with GNOME desktop. The system is generally stable, but I’m experiencing recurring errors that are flooding my journalctl logs. Specifically, these two errors:
Mar 18 14:48:41 pika .gnome-shell-wr[2716]: g_source_get_id: assertion 'source->context != NULL' failed
Mar 18 14:48:50 pika .gnome-shell-wr[2716]: (../libsoup/soup-message-queue-item.c:46):soup_message_queue_item_destroy: runtime check failed: (soup_message_get_connection (item->msg) == NULL)
I suspect a GNOME Shell extension might be causing this, but disabling extensions hasn’t resolved the issue. I’ve also struggled to identify which applications have libsoup as a dependency.
Any help or pointers to track down the source of these errors would be greatly appreciated. These errors are generating thousands of log entries daily.
Thank you in advance.