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

Crashes on x86 Julia #26

Open
wizzard0 opened this issue Mar 26, 2016 · 1 comment
Open

Crashes on x86 Julia #26

wizzard0 opened this issue Mar 26, 2016 · 1 comment

Comments

@wizzard0
Copy link

  1. OpenGL version is reported as just "4" (it's 4.0) so test fails at line if length(glv) >= 2

  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

@wizzard0 wizzard0 changed the title having trouble running tests, not sure where to start Crashes on x86 Julia Mar 26, 2016
@SimonDanisch
Copy link
Member

Can you pin down where this happens?

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

No branches or pull requests

2 participants