-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
Some tests of 1.50.0 are failing on i586 and s390x #751
Comments
The failure in |
This is a strange error. I'm unable to reproduce that particular error even when intentionally inserting a NAK control character into the thread function: $ ./build/lua tests/test-thread.lua
./build/lua: tests/test-thread.lua:68: unexpected symbol near '<\21>' EDIT: I think that error has to be coming from here: Line 298 in 7aeed6f
Assuming this is an endianness issue, unsure if it's on our side or Libuv's; will check it out. |
Addresses part of luvit#751
The s390x failure should be addressed by #753 Would appreciate if you could double-check that it will fix it; I don't currently have a good way of running the tests while targeting a big-endian architecture. |
#753 fixes running the tests on s390x: https://koji.fedoraproject.org/koji/taskinfo?taskID=128411469 Thanks. |
About the issue on 32bit:
Any idea what that |
No, but it's definitely the root cause, and the fact that it's a different control character this time ( It's coming from here: Line 298 in 7aeed6f
Will likely need to reproduce it locally to understand what might be happening. |
My guess would be some memory overwrite. Building libuv with AddressSanitizer might catch it. |
This might help: (Running this with luv HEAD right now; seems to pass.)
ASAN is indeed throwing a fit over the update, both on Linux and Windows. Haven't got any useful logs out of it, though:
(This is specific to the Luv bump; ASAN passed for the earlier libuv update itself.) |
I've packaged 1.50.0.0 for Fedora and one test fails on i586 on rawhide:
on s390x I see:
https://koji.fedoraproject.org/koji/taskinfo?taskID=128366040
The text was updated successfully, but these errors were encountered: