Code Monkey home page Code Monkey logo

Comments (5)

pajlada avatar pajlada commented on July 18, 2024 5

axboe/liburing#1113 contains a kernel patch that fixes this issue and updates for when it'll be available so I'm happy to close this issue.
Thank you for your help!

from libuv.

bnoordhuis avatar bnoordhuis commented on July 18, 2024

Thanks for the report. It sounds like you're hitting a kernel bug, it almost has to be. Does setting UV_USE_IO_URING=0 in the environment fix the freeze?

edit: you mentioned this:

Cannot reproduce on Arch Linux with io_uring disabled.

But I assume that means the kernel is compiled without io_uring support?

from libuv.

pajlada avatar pajlada commented on July 18, 2024

Setting UV_USE_IO_URING=0 in the environment fixes the freeze
Previously testing was done with sysctl kernel.io_uring_disabled=1 (which also fixes the freeze)

from libuv.

bnoordhuis avatar bnoordhuis commented on July 18, 2024

Right, that's what I expected. Your best bet is to report it to [email protected] or maybe over at https://github.com/axboe/liburing/issues (IIRC Jens accepted bug reports there in the past but I'm not 100% sure.)

I had a quick look at git log io_uring/ and fs/eventpoll.c in the kernel repo but nothing immediately stood out. FWIW, the last update to io_uring/epoll.[ch] was me undeprecating it back in May last year so whatever the cause, it's probably not directly io_uring+epoll-related.

I can blacklist affected kernels in libuv but I'd have to know the affected range, and since you're testing against v6.9-rc1, it's probably still unfixed.

from libuv.

pajlada avatar pajlada commented on July 18, 2024

Thank you! I'll try the GitHub page first

from libuv.

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.