You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenGL version is reported as just "4" (it's 4.0) so test fails at line if length(glv) >= 2
when this part is fixed, it crashes a bit later with the following traceback:
Dict{Symbol,Any}(:gl_vendor=>"ATI Technologies Inc.",:gl_renderer=>"AMD Radeon HD 7800 Series",:glsl_version=>v"4.40.0",:gl_version=>v"4.0.0")
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x65453e4f -- jl_apply_generic at (unknown line)
jl_apply_generic at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_apply_generic at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
anonymous at c:\bin\julia-0.4.5-x86\a.jl:32
jl_eval_with_compiler_p at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_parse_eval_all at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_load_ at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
include at boot.jl:261
jl_apply_generic at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
include_from_node1 at loading.jl:320
jl_apply_generic at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_interpret_toplevel_expr at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_interpret_toplevel_thunk_with at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_eval_with_compiler_p at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
jl_f_tuple at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
eval_user_input at REPL.jl:62
jl_apply_generic at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
anonymous at REPL.jl:92
jl_unprotect_stack at C:\bin\julia-0.4.5-x86\bin\libjulia.dll (unknown line)
unknown function (ip: 00402635)
windows 8.1 x64, Julia 0.4.5 x86, HD 7870, driver v15.200.1062.1004/2015-08-03
Works with the same settings and Julia 0.4.5 x64
The text was updated successfully, but these errors were encountered:
wizzard0
changed the title
having trouble running tests, not sure where to start
Crashes on x86 Julia
Mar 26, 2016
OpenGL version is reported as just "4" (it's 4.0) so test fails at line
if length(glv) >= 2
when this part is fixed, it crashes a bit later with the following traceback:
windows 8.1 x64, Julia 0.4.5 x86, HD 7870, driver v15.200.1062.1004/2015-08-03
Works with the same settings and Julia 0.4.5 x64
The text was updated successfully, but these errors were encountered: