GNOME Bugzilla – Bug 756974
Assertion failure in _ip_get_path_for_wd()
Last modified: 2018-05-16 10:44:40 UTC
Under circumstances probably involving thread race conditions, we can get an assertion failure 'assertion failed: (wd >= 0)' in _ip_get_path_for_wd() See https://bugzilla.redhat.com/show_bug.cgi?id=1269787 for a backtrace showing the main thread asserting while another thread is doing gio-related work. The earliest time this crash was reported on retrace.fedoraproject.org was with 2.45.7, and it has occured with 2.46.0 and 2.46.1 as well.
This is still regularly showing in up retrace.
I’m going to close this as a duplicate of bug #795522. Even though this bug is older, that one has a backtrace actually in the report. *** This bug has been marked as a duplicate of bug 795522 ***