-
Notifications
You must be signed in to change notification settings - Fork 44
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
EXCEPTION_ACCESS_VIOLATION julia-0.5 #53
Comments
I'm pretty sure this was caused by JuliaLang/julia#13506 |
What's your |
checkout out master julia> Pkg.checkout("WinRPM")
INFO: Checking out WinRPM master...
INFO: Pulling WinRPM latest master...
INFO: No packages to install, update or remove
julia> using WinRPM
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\Compat.ji for module Compat.
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\Zlib.ji for module Zlib.
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\URIParser.ji for module URIParser.
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\BinDeps.ji for module BinDeps.
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\SHA.ji for module SHA.
WARNING: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
WARNING: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
julia> WinRPM.update()
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_13.2/repodata/repomd.xml
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_13.2/repodata/ee15ea15cad23ee9fb29016b9ff177657ee3571e966b2ee75cff3cc71b911671-primary.xml.gz
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_13.2/repodata/repomd.xml
INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_13.2/repodata/19ff36116cb4069991c2f58621c93dda1c6b13fb6c734a2e5d197f33bee0020a-primary.xml.gz
julia> Pkg.status()
39 required packages:
- Atom 0.1.1+ master
- Blink 0.1.5 master
- CUDA 0.1.0
- Cairo 0.2.31
- Clp 0.1.1
- CodeTools 0.1.0+ master
- Devectorize 0.4.2
- DistributedArrays 0.1.6
- GLPlot 0.0.5+ master
- Gadfly 0.3.17+ master
- Graphs 0.5.6
- Gtk 0.9.2
- HTTPClient 0.1.6
- HttpServer 0.1.4
- IJulia 1.1.7
- IProfile 0.3.1+ master
- ImageView 0.1.17
- Images 0.4.50
- Immerse 0.0.8
- Interact 0.2.1
- JuMP 0.10.2
- MATLAB 0.2.4
- MPI 0.3.2
- Mosek 0.2.0
- ProfileView 0.1.1
- ProgressMeter 0.2.1
- PyPlot 2.1.1
- QuantEcon 0.2.1
- RDatasets 0.1.2
- Reactive 0.2.4
- SFML 0.1.0
- StatsBase 0.7.4
- SymPy 0.2.30
- TestImages 0.0.8
- Tk 0.3.6
- ValidatedNumerics 0.1.3
- WinRPM 0.1.12+ master
- Yeppp 0.0.8
- ZMQ 0.3.0 Looks to be working now |
Thanks. That's very strange, are you using the same build of Julia as you were a few days ago? |
No I just downloaded the nightly build, just now before sending the last message. Sent from my Windows Phone From: Tony Kelmanmailto:[email protected] Thanks. That's very strange, are you using the same build of Julia as you were a few days ago? Reply to this email directly or view it on GitHub: |
I see, thanks. Ref JuliaLang/julia#13506 (comment) - this may have been fixed (and/or caused?) by some other change on master of julia. According to some appveyor logs we see the failure at JuliaLang/julia@03f28fd but not at JuliaLang/julia@8a86270. Would be worth trying to pinpoint that further, let me see if there are nightlies anywhere within that range. |
Would you be willing to test the following for me, since you were getting this to happen on your system before? https://s3.amazonaws.com/julianightlies/bin/winnt/x64/0.5/julia-0.5.0-d35e69c755-win64.exe Much appreciated, if you can. Thanks! |
If you're too busy, I can wait to see what appveyor says in https://ci.appveyor.com/project/tkelman/lightxml-jl/build/1.0.124, so it's not that big a deal. |
julia-0.5.0-d9f7c21258 works
|
Great, thanks, so JuliaLang/julia#13553 apparently fixed this, and I guessed wrong at the cause. I'll close this then, but please do keep an eye out! Helps to have people willing to test things out on the bleeding edge and flagging early if there are problems. |
Glad to help! |
The text was updated successfully, but these errors were encountered: