Skip to content
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

Stacktrace scrubbing in Test can error #32046

Closed
KristofferC opened this issue May 16, 2019 · 0 comments · Fixed by #32052
Closed

Stacktrace scrubbing in Test can error #32046

KristofferC opened this issue May 16, 2019 · 0 comments · Fixed by #32052
Assignees
Labels
kind:bug Indicates an unexpected problem or unintended behavior testsystem The unit testing framework and Test stdlib

Comments

@KristofferC
Copy link
Sponsor Member

From a PkgEval run:

  MethodError: no method matching getindex(::Ptr{Nothing}, ::Int64)
  Stacktrace:
   [1] scrub_exc_stack(::Array{Union{Ptr{Nothing}, Base.InterpreterIP},1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:64
   [2] Test.Error(::Symbol, ::Expr, ::ProcessFailedException, ::Array{Union{Ptr{Nothing}, Base.InterpreterIP},1}, ::LineNumberNode) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:152
   [3] top-level scope at /root/.julia/packages/RemoteFiles/2Wddl/test/runtests.jl:56
   [4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [5] top-level scope at /root/.julia/packages/RemoteFiles/2Wddl/test/runtests.jl:10
   [6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [7] top-level scope at /root/.julia/packages/RemoteFiles/2Wddl/test/runtests.jl:9
   [8] include at ./boot.jl:328 [inlined]
   [9] include_relative(::Module, ::String) at ./loading.jl:1094
   [10] include(::Module, ::String) at ./Base.jl:31
   [11] include(::String) at ./client.jl:431
   [12] top-level scope at none:5
   [13] eval(::Module, ::Any) at ./boot.jl:330
   [14] exec_options(::Base.JLOptions) at ./client.jl:271
   [15] _start() at ./client.jl:464
  caused by [exception 1]
@KristofferC KristofferC added kind:bug Indicates an unexpected problem or unintended behavior testsystem The unit testing framework and Test stdlib labels May 16, 2019
@KristofferC KristofferC added this to the 1.2 milestone May 16, 2019
@JeffBezanson JeffBezanson self-assigned this May 16, 2019
KristofferC pushed a commit that referenced this issue May 20, 2019
@KristofferC KristofferC mentioned this issue May 20, 2019
58 tasks
vchuravy pushed a commit to JuliaLang/Test.jl that referenced this issue Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Indicates an unexpected problem or unintended behavior testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants