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

Precompile failure on julia master: UndefVarError: InterpreterIP not defined in Compiler #403

Closed
IanButterworth opened this issue Nov 20, 2024 · 1 comment · Fixed by #404

Comments

@IanButterworth
Copy link
Collaborator

IanButterworth commented Nov 20, 2024

Seems to be a Compiler related change @Keno

Failed to precompile SnoopCompile [aa65fe97-06da-5843-b5b1-d5d13cad87d2] to "/Users/ian/.julia/compiled/v1.12/SnoopCompile/jl_jpLsqK".
ERROR: LoadError: UndefVarError: `InterpreterIP` not defined in `Compiler`
Stacktrace:
  [1] getproperty(x::Module, f::Symbol)
    @ Base ./Base_compiler.jl:47
  [2] top-level scope
    @ ~/.julia/packages/SnoopCompile/L09vG/src/parcel_snoop_inference.jl:34
  [3] include(mapexpr::Function, mod::Module, _path::String)
    @ Base ./Base.jl:301
  [4] top-level scope
    @ ~/.julia/packages/SnoopCompile/L09vG/src/SnoopCompile.jl:73
  [5] include(mod::Module, _path::String)
    @ Base ./Base.jl:300
  [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
    @ Base ./loading.jl:2988
  [7] top-level scope
    @ stdin:5
  [8] eval(m::Module, e::Any)
    @ Core ./boot.jl:460
  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
    @ Base ./loading.jl:2839
 [10] include_string
    @ ./loading.jl:2849 [inlined]
 [11] exec_options(opts::Base.JLOptions)
    @ Base ./client.jl:327
 [12] _start()
    @ Base ./client.jl:558
in expression starting at /Users/ian/.julia/packages/SnoopCompile/L09vG/src/parcel_snoop_inference.jl:34
in expression starting at /Users/ian/.julia/packages/SnoopCompile/L09vG/src/SnoopCompile.jl:1

on

Version 1.12.0-DEV.1653 (2024-11-18)
Commit af9e6e3167f (1 day old master)
@Keno
Copy link

Keno commented Nov 20, 2024

There's no copy of it in Compiler any more. Only the Base copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants