We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Ubuntu 22 with kernel 6.0.19 with the uring example the go client hangs and wrk causes a core dump.
On Ubuntu 23.10 with the base 6.5 kernel both cases hang.
cmake -DCMAKE_BUILD_TYPE=Release -B ./build_release && make -C ./build_release ./build_release/build/bin/ucall_example_login_uring go run ./examples/login/jsonrpc_client.go hangs wrk -t1 -c1 -d2s http://localhost:8545/ -s examples/login/json.lua core dump
Curl does work fine:
curl --header "Content-Type: application/json" --request POST --data '{"jsonrpc":"2.0","method":"validate_session","params":{"user_id":55,"session_id":21},"id":0}' http://localhost:8545/ {"jsonrpc":"2.0","id":0,"result":false}
main branch
Ubuntu 22.04
x86
Native C interface
io_uring
No response
The text was updated successfully, but these errors were encountered:
This is fixed with the following PR.
#104
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On Ubuntu 22 with kernel 6.0.19 with the uring example the go client hangs and wrk causes a core dump.
On Ubuntu 23.10 with the base 6.5 kernel both cases hang.
Steps to reproduce
Expected behavior
Curl does work fine:
UCall version
main branch
Operating System
Ubuntu 22.04
Hardware architecture
x86
Which interface are you using?
Native C interface
Which implementation are you using?
io_uring
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: