Bug 2265308 - [abrt] wsdd: sigterm_handler(): tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
Summary: [abrt] wsdd: sigterm_handler(): tasks.py:677:ensure_future:ValueError: The fu...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wsdd
Version: 40
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sam P
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:77272db60523c9e53b22638ef2f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-02-21 12:14 UTC by Luna Jernberg
Modified: 2025-03-26 06:20 UTC (History)
5 users (show)

Fixed In Version: wsdd-0.8-1.fc40
Clone Of:
Environment:
Last Closed: 2024-05-19 01:29:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: os_info (756 bytes, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: environ (1.19 KB, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: mountinfo (3.22 KB, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: open_fds (1.72 KB, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: namespaces (171 bytes, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: backtrace (1.68 KB, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details
File: cpuinfo (2.81 KB, text/plain)
2024-02-21 12:14 UTC, Luna Jernberg
no flags Details

Description Luna Jernberg 2024-02-21 12:14:16 UTC
Version-Release number of selected component:
wsdd-0.7.1-2.fc40

Additional info:
reporter:       libreport-2.17.14
kernel:         6.8.0-0.rc5.41.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-1.fc40.x86_64

Truncated backtrace:
tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument

Traceback (most recent call last):
  File "/usr/bin/wsdd", line 1967, in main
    aio_loop.run_forever()
  File "/usr/lib64/python3.12/asyncio/base_events.py", line 639, in run_forever
    self._run_once()
  File "/usr/lib64/python3.12/asyncio/base_events.py", line 1985, in _run_once
    handle._run()
  File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/bin/wsdd", line 1743, in sigterm_handler
    sys.exit(0)
SystemExit: 0

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/wsdd", line 1983, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/bin/wsdd", line 1973, in main
    nm.cleanup()
  File "/usr/bin/wsdd", line 1562, in cleanup
    super().cleanup()
  File "/usr/bin/wsdd", line 1391, in cleanup
    self.teardown()
  File "/usr/bin/wsdd", line 1375, in teardown
    self.aio_loop.run_until_complete(asyncio.gather(*self.teardown_tasks))
  File "/usr/lib64/python3.12/asyncio/base_events.py", line 664, in run_until_complete
    future = tasks.ensure_future(future, loop=self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/asyncio/tasks.py", line 677, in ensure_future
    raise ValueError('The future belongs to a different loop than '
ValueError: The future belongs to a different loop than the one specified as the loop argument

Local variables in innermost frame:
coro_or_future: <Future finished result=[]>
loop: <_UnixSelectorEventLoop running=False closed=False debug=False>

Potential duplicate: bug 2261565

Comment 1 Luna Jernberg 2024-02-21 12:14:20 UTC
Created attachment 2017992 [details]
File: os_info

Comment 2 Luna Jernberg 2024-02-21 12:14:21 UTC
Created attachment 2017993 [details]
File: environ

Comment 3 Luna Jernberg 2024-02-21 12:14:23 UTC
Created attachment 2017994 [details]
File: mountinfo

Comment 4 Luna Jernberg 2024-02-21 12:14:24 UTC
Created attachment 2017995 [details]
File: open_fds

Comment 5 Luna Jernberg 2024-02-21 12:14:26 UTC
Created attachment 2017996 [details]
File: namespaces

Comment 6 Luna Jernberg 2024-02-21 12:14:27 UTC
Created attachment 2017997 [details]
File: backtrace

Comment 7 Luna Jernberg 2024-02-21 12:14:28 UTC
Created attachment 2017998 [details]
File: cpuinfo

Comment 8 dobs 2024-02-28 18:52:29 UTC
Not shure. I try to use RDP connect to this machine


reporter:       libreport-2.17.14
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
type:           Python3
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
crash_function: sigterm_handler
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
uid:            1000
kernel:         6.8.0-0.rc6.49.fc40.x86_64
exception_type: SystemExit
comment:        Not shure. I try to use RDP connect to this machine
executable:     /usr/bin/wsdd
interpreter:    python3-3.12.2-1.fc40.x86_64

Comment 10 Szymon 2024-04-15 20:35:47 UTC
i dont know a saw this in errors and problems aps


reporter:       libreport-2.17.15
kernel:         6.8.6-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-1.fc40.x86_64
comment:        i dont know a saw this in errors and problems aps

Comment 11 Thomas M Steenholdt 2024-04-19 12:48:56 UTC
I logged out of my gnome session and logged back in


reporter:       libreport-2.17.15
kernel:         6.8.4-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        I logged out of my gnome session and logged back in

Comment 12 Henry Gebhardt 2024-04-21 18:45:10 UTC
After a fresh boot, I installed Solaar for logitech mouse and keyboard extras, and configured the mouse "SmartShift" butten to be remapped to Super_L to show the overview. That didn't take immediate effect, so logged out and back in. Then the message of this crash appeared.


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        After a fresh boot, I installed Solaar for logitech mouse and keyboard extras, and configured the mouse "SmartShift" butten to be remapped to Super_L to show the overview. That didn't take immediate effect, so logged out and back in. Then the message of this crash appeared.

Comment 13 Pires pro 2024-04-23 23:58:04 UTC
I log out and login in. 


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        I log out and login in.

Comment 14 Pires pro 2024-04-24 03:18:09 UTC
signed in and out gnome on wayland


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        signed in and out gnome on wayland

Comment 15 Pires pro 2024-04-25 02:36:10 UTC
gdm settings crashed my gnome-shell wayland session


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        gdm settings crashed my gnome-shell wayland session

Comment 16 theUser 2024-04-25 22:54:22 UTC
Logged out
Logged in
Received error message


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1001/gvfsd/wsdd
uid:            1001
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64

Comment 17 Dave 2024-04-27 13:26:14 UTC
I was editing a video on kde-live also listening to a video on youtube with the brave browser.
I am using an old macbook pro 2012 
I am using fedora 40 

The audio on youtube got really choppy  & sounded corrupt so i stopped it I continued editing my video & the system went blank then after around  10-15 seconds I was back at a login screen.
logged in and the system seems to be fine.


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64

Comment 18 Alan B Saichek 2024-04-28 01:40:56 UTC
Set an idle timeout value of the rotating hard disk of a running Fedora 39 VM qcow2 image:

sudo hdparm -S 24 /dev/sdb

The F39 VM disk I/O failed. 

An 'lsblk' revealed the rotating disk had moved to /dev/sdc .


reporter:       libreport-2.17.15
crash_function: sigterm_handler
exception_type: SystemExit
executable:     /usr/bin/wsdd
runlevel:       N 5
interpreter:    python3-3.12.2-2.fc40.x86_64
package:        wsdd-0.7.1-2.fc40
type:           Python3
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd

Comment 19 jayabbhi 2024-04-28 15:19:36 UTC
This same crash occurs when trying to run some Docker commands to enter into a container. 

I accidentally tried to rollback my software nto realizing that is not possible on Fedora Workstation, but even the command should have just failed, not crash the computer.


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64

Comment 20 Thomas Köller 2024-04-29 09:07:24 UTC
logged in after 'dnf upgrade'


reporter:       libreport-2.17.15
kernel:         6.8.4-100.fc38.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/10000/gvfsd/wsdd
cgroup:         0::/user.slice/user-10000.slice/user/session.slice/gvfs-daemon.service
uid:            10000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        logged in after 'dnf upgrade'

Comment 21 martino 2024-04-29 13:00:56 UTC
reboot as Xorg


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        reboot as Xorg

Comment 22 Mikhail Babichev 2024-05-01 11:18:53 UTC
After the laptop goes to sleep on its own (that is, some time passes when I did not touch it), then after I try to wake it up, a new desktop session starts, as if it never existed. It feels like it's closing by itself. If I manually send him to sleep, then everything is fine. He will come out of the sleep as expected.


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        After the laptop goes to sleep on its own (that is, some time passes when I did not touch it), then after I try to wake it up, a new desktop session starts, as if it never existed. It feels like it's closing by itself. If I manually send him to sleep, then everything is fine. He will come out of the sleep as expected.

Comment 23 Zdeněk Zikán 2024-05-01 19:23:32 UTC
It happened on KDE startup


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        It happened on KDE startup

Comment 24 knipp30 2024-05-03 05:31:46 UTC
Issue started after updating my system on 3 May

Package:
wsdd-0.7.1-2.fc40.noarch

Fedora 40


reporter:       libreport-2.17.15
kernel:         6.8.8-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64

Comment 25 Fedora Update System 2024-05-03 11:57:42 UTC
FEDORA-2024-f95b8706d9 (wsdd-0.8-1.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-f95b8706d9

Comment 26 Fedora Update System 2024-05-04 03:38:08 UTC
FEDORA-2024-f95b8706d9 has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-f95b8706d9`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f95b8706d9

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 27 s.amirhassan 2024-05-08 10:39:35 UTC
1. Logged out from Gnome 40 wayland session and 
2. logged back in. 


reporter:       libreport-2.17.15
interpreter:    python3-3.12.3-2.fc40.x86_64
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
kernel:         6.8.8-300.fc40.x86_64
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
crash_function: sigterm_handler
runlevel:       N 5
exception_type: SystemExit
uid:            1000
type:           Python3
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
package:        wsdd-0.7.1-2.fc40

Comment 28 Christopher Heiny 2024-05-08 14:52:19 UTC
Restarted system, logged into KDE Plasma desktop, and ABRT reported that wsdd had barfed.


reporter:       libreport-2.17.15
kernel:         6.8.7-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        Restarted system, logged into KDE Plasma desktop, and ABRT reported that wsdd had barfed.

Comment 29 Pires pro 2024-05-12 14:05:23 UTC
dnf upgrade crashed gnome-shell


reporter:       libreport-2.17.15
kernel:         6.8.9-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        dnf upgrade crashed gnome-shell

Comment 30 Levy Sant'Anna 2024-05-13 17:31:37 UTC
kwin froze then I killed it


reporter:       libreport-2.17.15
kernel:         6.8.8-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        kwin froze then I killed it

Comment 31 Heet 2024-05-13 23:17:35 UTC
The apps where lagging even when not many things where opened and system resources where available abundantly. The suddely crashed.


reporter:       libreport-2.17.15
kernel:         6.8.8-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        The apps where lagging even when not many things where opened and system resources where available abundantly. The suddely crashed.

Comment 32 ChappersRH 2024-05-14 13:00:20 UTC
Logout, log back in a moment later. Same user.


reporter:       libreport-2.17.15
executable:     /usr/bin/wsdd
kernel:         6.8.9-300.fc40.x86_64
uid:            1000
crash_function: sigterm_handler
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
runlevel:       N 5
comment:        Logout, log back in a moment later. Same user.
package:        wsdd-0.7.1-2.fc40
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
interpreter:    python3-3.12.3-2.fc40.x86_64
exception_type: SystemExit
type:           Python3

Comment 33 Wilderman Ceren 2024-05-14 15:41:09 UTC
I was working normally on my fedora 40 workstation and suddenly everything shut down and gnome restarted.


reporter:       libreport-2.17.15
kernel:         6.8.9-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        I was working normally on my fedora 40 workstation and suddenly everything shut down and gnome restarted.

Comment 34 Jim Cromie 2024-05-15 00:53:04 UTC
I was watching a video,
and ftrace was running either function or function_graph tracer


reporter:       libreport-2.17.15
kernel:         6.9.0-rc5-rh0-00038-g9ea92687d81d
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64

Comment 35 stefanrusu2012 2024-05-15 16:09:20 UTC
I was using Edge and system monitor. I was also playing with media controls extension to see how it handles two active videos. One on youtube and one on Plex. Other than that, I don't know what could've happened


reporter:       libreport-2.17.15
executable:     /usr/bin/wsdd
exception_type: SystemExit
uid:            1000
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
comment:        I was using Edge and system monitor. I was also playing with media controls extension to see how it handles two active videos. One on youtube and one on Plex. Other than that, I don't know what could've happened
crash_function: sigterm_handler
type:           Python3
interpreter:    python3-3.12.3-2.fc40.x86_64
runlevel:       N 5
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
package:        wsdd-0.7.1-2.fc40
kernel:         6.8.9-300.fc40.x86_64

Comment 36 silver 2024-05-16 00:55:34 UTC
uploading many large files through the gnome nextcloud connector , memory leak 


reporter:       libreport-2.17.15
kernel:         6.8.9-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        uploading many large files through the gnome nextcloud connector , memory leak

Comment 37 Mattis Flade 2024-05-18 12:05:49 UTC
Start Waydroid
Press Super key
GNOME crashes


reporter:       libreport-2.17.15
crash_function: sigterm_handler
exception_type: SystemExit
package:        wsdd-0.7.1-2.fc40
interpreter:    python3-3.12.3-2.fc40.x86_64
type:           Python3
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
uid:            1000
runlevel:       N 5
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
kernel:         6.8.9-300.fc40.x86_64
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service

Comment 38 Brian Hanks 2024-05-18 18:00:26 UTC
Logging out of Fedora 40 and logging back in.  Error happened on login after restart.


reporter:       libreport-2.17.15
kernel:         6.8.9-300.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.3-2.fc40.x86_64
comment:        Logging out of Fedora 40 and logging back in.  Error happened on login after restart.

Comment 39 Fedora Update System 2024-05-19 01:29:59 UTC
FEDORA-2024-f95b8706d9 (wsdd-0.8-1.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 40 allanrizza 2024-06-18 02:06:25 UTC
I was watching a video on YouTube using Brave browser an it happened.


reporter:       libreport-2.17.15
kernel:         6.8.5-301.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.7.1-2.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.2-2.fc40.x86_64
comment:        I was watching a video on YouTube using Brave browser an it happened.

Comment 41 moon-knight 2025-03-26 06:20:17 UTC
it happend when i just started the system!


reporter:       libreport-2.17.15
kernel:         6.8.5-301.fc40.x86_64
cmdline:        /usr/bin/python3 /usr/bin/wsdd --no-host --discovery --listen /run/user/1000/gvfsd/wsdd
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/gvfs-daemon.service
uid:            1000
reason:         tasks.py:677:ensure_future:ValueError: The future belongs to a different loop than the one specified as the loop argument
executable:     /usr/bin/wsdd
type:           Python3
package:        wsdd-0.8-1.fc40
runlevel:       N 5
exception_type: SystemExit
crash_function: sigterm_handler
interpreter:    python3-3.12.9-1.fc40.x86_64
comment:        it happend when i just started the system!


Note You need to log in before you can comment on or make changes to this bug.