There's a Fedora bug report for a GNOME Shell crash:
https://bugzilla.redhat.com/show_bug.cgi?id=1506435
which to me looks a lot like it may be caused by this extension leaking file descriptors. Note that per the backtrace (attachment named 'backtrace') the crash is caused by 'too many open files' - "Creating pipes for GWakeup: Too many open files" - and the list of open file descriptors (attachment named open_fds) lists 1024 open file descriptors (which is the per-process limit), the majority of which are to do with desktop backgrounds.
Can you please check if there's a bug in the extension code causing it to leak file descriptors somewhere? Thanks.
There's a Fedora bug report for a GNOME Shell crash:
https://bugzilla.redhat.com/show_bug.cgi?id=1506435
which to me looks a lot like it may be caused by this extension leaking file descriptors. Note that per the backtrace (attachment named 'backtrace') the crash is caused by 'too many open files' - "Creating pipes for GWakeup: Too many open files" - and the list of open file descriptors (attachment named open_fds) lists 1024 open file descriptors (which is the per-process limit), the majority of which are to do with desktop backgrounds.
Can you please check if there's a bug in the extension code causing it to leak file descriptors somewhere? Thanks.