Giter Site home page Giter Site logo

Comments (1)

RabidExRabbit avatar RabidExRabbit commented on August 12, 2024

Same situation with my system: Ubuntu 22.04
dmesg shows
[Fr Feb 9 02:16:20 2024] PM: suspend entry (deep)
[Fr Feb 9 02:16:20 2024] Filesystems sync: 0.016 seconds
[Fr Feb 9 02:16:20 2024] Freezing user space processes ...
[Fr Feb 9 02:16:40 2024] Freezing of tasks failed after 20.006 seconds (3 tasks refusing to freeze, wq_busy=0):
[Fr Feb 9 02:16:40 2024] task:pool-variety state:D stack: 0 pid:73301 ppid: 47873 flags:0x00004006
[Fr Feb 9 02:16:40 2024] Call Trace:
[Fr Feb 9 02:16:40 2024]
[Fr Feb 9 02:16:40 2024] __schedule+0x24e/0x590
[Fr Feb 9 02:16:40 2024] schedule+0x69/0x110
[Fr Feb 9 02:16:40 2024] request_wait_answer+0xaa/0x210
[Fr Feb 9 02:16:40 2024] ? wait_woken+0x70/0x70
[Fr Feb 9 02:16:40 2024] fuse_simple_request+0x1b5/0x360
[Fr Feb 9 02:16:40 2024] fuse_statfs+0xda/0x150
[Fr Feb 9 02:16:40 2024] statfs_by_dentry+0x6d/0xa0
[Fr Feb 9 02:16:40 2024] user_statfs+0x5b/0xd0
[Fr Feb 9 02:16:40 2024] __do_sys_statfs+0x28/0x60
[Fr Feb 9 02:16:40 2024] __x64_sys_statfs+0x16/0x20
[Fr Feb 9 02:16:40 2024] do_syscall_64+0x5c/0xc0
[Fr Feb 9 02:16:40 2024] ? exit_to_user_mode_prepare+0x96/0xb0
[Fr Feb 9 02:16:40 2024] ? syscall_exit_to_user_mode+0x35/0x50
[Fr Feb 9 02:16:40 2024] ? do_syscall_64+0x69/0xc0
[Fr Feb 9 02:16:40 2024] ? exit_to_user_mode_prepare+0x96/0xb0
[Fr Feb 9 02:16:40 2024] ? syscall_exit_to_user_mode+0x35/0x50
[Fr Feb 9 02:16:40 2024] entry_SYSCALL_64_after_hwframe+0x62/0xcc
[Fr Feb 9 02:16:40 2024] RIP: 0033:0x7fb01209f10b
[Fr Feb 9 02:16:40 2024] RSP: 002b:00007fb00f3a0c28 EFLAGS: 00000202 ORIG_RAX: 0000000000000089
[Fr Feb 9 02:16:40 2024] RAX: ffffffffffffffda RBX: 00005649c3fbd740 RCX: 00007fb01209f10b
[Fr Feb 9 02:16:40 2024] RDX: 0000000000000001 RSI: 00007fb00f3a0c50 RDI: 00007faff801e5d0
[Fr Feb 9 02:16:40 2024] RBP: 00005649c4075800 R08: 0000000000000000 R09: 00005649c3e09cd8
[Fr Feb 9 02:16:40 2024] R10: 0000000000000000 R11: 0000000000000202 R12: 00005649c3fbd740
[Fr Feb 9 02:16:40 2024] R13: 00007faff8024a20 R14: 00007fb00f3a0db0 R15: 00007ffcadf55ed0
[Fr Feb 9 02:16:40 2024]
[Fr Feb 9 02:16:40 2024] task:pool-variety state:D stack: 0 pid:73303 ppid: 47873 flags:0x00004006
[Fr Feb 9 02:16:40 2024] Call Trace:
[Fr Feb 9 02:16:40 2024]
[Fr Feb 9 02:16:40 2024] __schedule+0x24e/0x590
[Fr Feb 9 02:16:40 2024] schedule+0x69/0x110
[Fr Feb 9 02:16:40 2024] request_wait_answer+0xaa/0x210
[Fr Feb 9 02:16:40 2024] ? wait_woken+0x70/0x70
[Fr Feb 9 02:16:40 2024] fuse_simple_request+0x1b5/0x360
[Fr Feb 9 02:16:40 2024] ? filename_lookup+0xcf/0x1d0
[Fr Feb 9 02:16:40 2024] fuse_statfs+0xda/0x150
[Fr Feb 9 02:16:40 2024] statfs_by_dentry+0x6d/0xa0
[Fr Feb 9 02:16:40 2024] user_statfs+0x5b/0xd0
[Fr Feb 9 02:16:40 2024] __do_sys_statfs+0x28/0x60
[Fr Feb 9 02:16:40 2024] __x64_sys_statfs+0x16/0x20
[Fr Feb 9 02:16:40 2024] do_syscall_64+0x5c/0xc0
[Fr Feb 9 02:16:40 2024] ? irqentry_exit_to_user_mode+0x17/0x20
[Fr Feb 9 02:16:40 2024] ? irqentry_exit+0x1d/0x30
[Fr Feb 9 02:16:40 2024] ? sysvec_apic_timer_interrupt+0x4e/0x90
[Fr Feb 9 02:16:40 2024] entry_SYSCALL_64_after_hwframe+0x62/0xcc
[Fr Feb 9 02:16:40 2024] RIP: 0033:0x7fb01209f10b
[Fr Feb 9 02:16:40 2024] RSP: 002b:00007fafdb591c28 EFLAGS: 00000202 ORIG_RAX: 0000000000000089
[Fr Feb 9 02:16:40 2024] RAX: ffffffffffffffda RBX: 00005649c3f24ac0 RCX: 00007fb01209f10b

from variety.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.