-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Just got this error, when in a Debugger session, after entering n:
This was originally posted as #48767
445 if nrowB != ncol
>446 throw(DimensionMismatch("A is $(ncol) columns and B has $(nrowB) rows"))
447 end
448 _lmul!(A, B)
449 end
About to run: (string)("A is ", 20000, " columns and B has ", 100, " rows")
1|debug>
ERROR: MethodError: no method matching get_staged(::Core.MethodInstance)
Closest candidates are:
get_staged(::Core.MethodInstance, ::UInt64)
@ Core compiler/utilities.jl:117
Stacktrace:
[1] kwcall(::NamedTuple{(:sizehint,), Tuple{Int64}}, ::Type{IOBuffer})
@ Base iobuffer.jl:106
[2] print_to_string(xs::Tuple{String, Int64, String, Int64, String})
@ Base strings/io.jl:146
[3] string(xs::Tuple{String, Int64, String, Int64, String})
@ Base strings/io.jl:189
[4] lmul!(A::UpperTriangular{Float64, SparseMatrixCSC{Float64, Int64}}, B::Matrix{Float64})
@ SparseArrays ~/dev/juliadev/usr/share/julia/stdlib/v1.10/SparseArrays/src/linalg.jl:446
[5] *(A::UpperTriangular{Float64, SparseMatrixCSC{Float64, Int64}}, B::Matrix{Float64})
@ LinearAlgebra ~/dev/juliadev/usr/share/julia/stdlib/v1.10/LinearAlgebra/src/triangular.jl:1417
julia>
Metadata
Metadata
Assignees
Labels
No labels