-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Wine tracking issue #43568
Comments
So to summarize, I think there's three broad classes of issues:
My plan is to pretty much go in that order, since I've seen other segfaults reported also, so hopefully by going through the segfaults we can start collecting any segfault reports and seeing if we got them all. |
Looks like the segfaults are all fixed by #43570. |
Scratch that - LinearAlgebra/triangular still segfaults |
With Julia Version 1.7.3-pre.6-win64 # On a 1.7.3-pre.6-linux64 (482eb3ceaf commit)
julia> using Wine_jll: win64
julia> ENV["JULIA_DEPOT_PATH"]="wine_depot"
julia> run($(win64()) JULIA_EXE_PATH) # JULIA_EXE_PATH is the v1.7.3-pre.6-win64 I get julia> using CPUSummary
[ Info: Precompiling CPUSummary [2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9]
****************************************************************************
* hwloc 2.7.0 received invalid information from the operating system.
*
* Failed with: intersection without inclusion
* while inserting L1d (cpuset 0x006c6c64,0x2e32336e,,,,,,,,,0x006c6c64,0x2e33345f,,,0x006c6c64,0x03000000,,,,,0x006c6c64,0x2e38335f,,,0x006c6c64,0x00000002,,,,,0x006c6c64,0x2e33335f,,,0x006c6c64,0x00000001,,,,,,,,,0x006c6c64,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Package (cpuset 0xffffffff) at Package (cpuset 0xffffffff)
* coming from: windows:GetLogicalProcessorInformationEx
*
* The following FAQ entry in the hwloc documentation may help:
* What should I do when hwloc reports "operating system" warnings?
* Otherwise please report this error message to the hwloc user's mailing list,
* along with any relevant topology information from your platform.
*
* hwloc will now ignore this invalid topology information and continue.
**************************************************************************** julia> using LLVM
┌ Warning: You are using a version of Julia that links against a build of LLVM with assertions enabled.
│
│ This is not supported out-of-the-box, and you need a build of libLLVMExtra that supports this.
│ Use `deps/build_local.jl` for that, add the resulting LocalPreferences.toml to your project
│ and add a direct dependency on LLVMExtra_jll to pick up those preferences.
└ @ LLVM.API Z:\home\ven-k\nightly\v1.7\wine-depot\packages\LLVM\vQ98J\src\LLVM.jl:53
However these issues aren't present natively on Julia Version 1.7.3-pre.6-win64 |
You need to use a compatible copy of Julia (e.g. from julialangnightlies/bin/winnt/x64/julia-latest-win64.zip) for LLVM. The hwloc error looks like a problem with CPUSummary running code during precompile that it should not be doing, but also looks non-fatal here. |
There has been some recent interest in making sure that julia works properly on wine. Unfortunately, there is currently a large number of issues that will take some time to even root cause, so I'm opening this issue to track all the issues I know about and then once I (or someone else) gets around to root causing them, we'll get a separate issue opened for each underlying cause:
This is all on wine master plus my patch in #43566.
proposed fix: win: use GetTickCount64 for uptime again libuv/libuv#3470
The text was updated successfully, but these errors were encountered: