Coder Social home page Coder Social logo

OOB during package build about cudart.jl HOT 7 CLOSED

juliaattic avatar juliaattic commented on August 20, 2024
OOB during package build

from cudart.jl.

Comments (7)

timholy avatar timholy commented on August 20, 2024 1

Backtraces are much better on 0.6 so it would be worth checking there.

from cudart.jl.

vchuravy avatar vchuravy commented on August 20, 2024

Can you post the full backtrace?

from cudart.jl.

iagobaapellaniz avatar iagobaapellaniz commented on August 20, 2024

The version info shows this

Julia Version 0.5.2
Commit f4c6c9d (2017-05-06 16:34 UTC)
Platform Info:
  OS: Linux (x86_64-redhat-linux)
  CPU: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT NO_AFFINITY NEHALEM)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, broadwell)

If I try to build CUDArt I obtain this.

julia> Pkg.build("CUDArt")
INFO: Building CUDAdrv
INFO: CUDAdrv.jl has already been built for this set-up.
INFO: Building CUDArt
===============================[ ERROR: CUDArt ]================================

LoadError: BoundsError: attempt to access 0-element Array{String,1} at index [1]
while loading /home/iapellaniz/.julia/v0.5/CUDArt/deps/build.jl, in expression starting on line 380

================================================================================

================================[ BUILD ERRORS ]================================

WARNING: CUDArt had build errors.

 - packages with build errors remain installed in /home/iapellaniz/.julia/v0.5
 - build the package(s) and all dependencies with `Pkg.build("CUDArt")`
 - build a single package by running its `deps/build.jl` script

==============================================================================

Is this what you mean by full backtrace?

from cudart.jl.

maleadt avatar maleadt commented on August 20, 2024

The catch ex ... rethrow(ex) seems to ruin the backtrace -- anybody knows how come?

Anyway, try removing that and re-run build. That is, change CUDArt/deps/build.jl from:

try
    main()
catch ex
    # if anything goes wrong, wipe the existing ext.jl to prevent the package from loading
    rm(ext; force=true)
    rethrow(ex)
end

into

main()

and re-run Pkg.build. Now post the full back-trace.

from cudart.jl.

maleadt avatar maleadt commented on August 20, 2024

Going to close this for lack of information. Please run deps/build.jl manually, ie. julia CUDArt/deps/build.jl instead of Pkg.build("CUDArt") as Pkg truncates the stacktrace.

Also, the build system has changed a bit, so this just might be fixed already.

from cudart.jl.

iagobaapellaniz avatar iagobaapellaniz commented on August 20, 2024

from cudart.jl.

maleadt avatar maleadt commented on August 20, 2024

I still have some problem but not related to this issue anymore.

If you do, just open another issue, or open a thread on Discourse. But please try and include a full backtrace + version/commit info, otherwise this kind of issue is really hard to debug.

from cudart.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.