-
-
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
segfaulting problems on latest PkgEval #40065
Comments
SummationByPartsOperators: bisect says #39980. It looks like it's exposing some bad cases in codegen around union types, causing us to try to load the type tag of a null pointer. To see the function in question:
|
… tags (JuliaLang#40365) also fixes part of JuliaLang#40065
… tags (JuliaLang#40365) also fixes part of JuliaLang#40065
Documenter is now hanging (https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-05/27/Documenter.1.7.0-DEV-ed5cc4ec67.log) SPICE is still failing: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-05/27/SPICE.1.7.0-DEV-3159a81977.log And also seeing a GC corruption issue with OpenQuantumBase. Possibly similar? https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-05/27/OpenQuantumBase.1.7.0-DEV-ed5cc4ec67.log (SummationByPartsOperators is fixed) |
As anticipated, there is many packages that failed from statistical errors last night (https://github.com/JuliaCI/NanosoldierReports/blob/master/pkgeval/by_date/2021-06/03/report.md). @JeffBezanson could you help look into some of these others:
PR: RelationalAI-oss/XUnit.jl#13 https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/03/ADCME.1.7.0-DEV-9f32653992.log
|
|
LorentzVectors: defines a |
The remaining issues are: Documenter – Seems like a bug with IOCapture. I can reproduce locally by replicating a kernel being under load. ( SPICE – I haven't been able to reproduce this locally running for many iterations in rr OpenQuantumBase – might actually be an OOM? Running locally, the final report says 142.972633 seconds (248.57 M allocations: 14.148 GiB, 4.79% gc time, 20.30% compilation time), though I only see about 600 MB live RSS (2 GB virtual) when I run that locally. |
Update: the bug was fixed in IOCapture some time ago, but Documenter hasn't made a new release yet (JuliaDocs/Documenter.jl#1584) |
… tags (JuliaLang#40365) also fixes part of JuliaLang#40065
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-03/16/Documenter.1.7.0-DEV-70b6afa432.log
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-03/16/SummationByPartsOperators.1.7.0-DEV-70b6afa432.logsolvedhttps://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-03/16/SPICE.1.7.0-DEV-70b6afa432.log
The text was updated successfully, but these errors were encountered: