Control: retitle -1 gnome-shell: FTBFS: test failure in closeWithActiveWindows: assertion 'ri->version == ri->hash_table->version' failed Control: tags -1 + moreinfo help
On Wed, 08 Jan 2025 at 20:30:55 +0100, Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build > on amd64. Is this still reproducible? 47.3-1 seems to have built fine on the buildds. > FTBFS: GNOME Shell-Message: > 07:02:19.902: Failed to launch ibus-daemon: Failed to execute child process > “ibus-daemon” (No such file or directory) I'm pretty sure this is not the root cause of the test failure. > > 13/15 gnome-shell:shell / closeWithActiveWindows FAIL 10.23s > > exit status 1 A more useful summary for this bug would be something like "test failure in closeWithActiveWindows" if it isn't straightforward to narrow it down further. But in this case I think it's this assertion failure: > > (gnome-shell:1709): GLib-CRITICAL **: 07:02:04.831: g_hash_table_iter_next: > > assertion 'ri->version == ri->hash_table->version' failed that is the root cause. This is likely to be caused by concurrent access to a hash table while iterating over it, perhaps from a different thread? But if the failure isn't reproducible then we will never know - to be able to diagnose this we'd need a stack trace (which buildds are unable to give us). smcv