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

access violation in docs test on AppVeyor #16132

Closed
jeffreysarnoff-dev opened this issue Apr 30, 2016 · 3 comments
Closed

access violation in docs test on AppVeyor #16132

jeffreysarnoff-dev opened this issue Apr 30, 2016 · 3 comments
Labels
test This change adds or pertains to unit tests

Comments

@jeffreysarnoff-dev
Copy link

jeffreysarnoff-dev commented Apr 30, 2016

from local branch
AppVeyor called on PR #16130
(it ran clean until I removed lines 230,231 from test/replutil.jl)

[00:25:39] Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
[00:25:39] Exception: 
[00:25:39] EXCEPTION_ACCESS_VIOLATION at 0x6315a331 -- 
[00:25:39] [inline] at C:/projects/julia/src\julia.h:963
[00:25:39] jl_is_type_type at C:/projects/julia/src\typemap.c:683
[00:25:39] while loading C:\projects\julia\test\docs.jl, in expression starting on line 387
[00:25:39] [inline] at C:/projects/julia/src\typemap.c:123
[00:25:39] sig_match_simple at C:/projects/julia/src\typemap.c:683
[00:25:39] jl_apply_generic at C:/projects/julia/src\gf.c:1487
[00:25:39] do_call at C:/projects/julia/src\interpreter.c:58
[00:25:39] eval at C:/projects/julia/src\interpreter.c:181
[00:25:39] do_call at C:/projects/julia/src\interpreter.c:57
[00:25:39] eval at C:/projects/julia/src\interpreter.c:181
[00:25:39] do_call at C:/projects/julia/src\interpreter.c:57
[00:25:39] eval at C:/projects/julia/src\interpreter.c:181
[00:25:39] eval at C:/projects/julia/src\interpreter.c:185
[00:25:39] eval_body at C:/projects/julia/src\interpreter.c:523
[00:25:39] eval_body at C:/projects/julia/src\interpreter.c:497
[00:25:39] jl_interpret_toplevel_thunk at C:/projects/julia/src\interpreter.c:536
[00:25:39] jl_toplevel_eval_flex at C:/projects/julia/src\toplevel.c:549
[00:25:39] jl_parse_eval_all at C:/projects/julia/src\ast.c:791
[00:25:39] [inline] at .\int.jl:33
[00:25:39] include_string at .\loading.jl:380
[00:25:39] unknown function (ip: 00000000191EF12C)
[00:25:39] [inline] at C:/projects/julia/src\julia_internal.h:76
[00:25:39] jl_call_method_internal at C:/projects/julia/src\gf.c:1519
[00:25:39] include_from_node1 at .\loading.jl:429
[00:25:39] unknown function (ip: 0000000013B095F8)
[00:25:39] [inline] at C:/projects/julia/src\julia_internal.h:76
[00:25:39] jl_call_method_internal at C:/projects/julia/src\gf.c:1519
[00:25:39] [inline] at .\util.jl:179
[00:25:39] runtests at C:\projects\julia\test\testdefs.jl:7
[00:25:39] #16 at C:\projects\julia\test\runtests.jl:36
[00:25:39] unknown function (ip: 0000000019280036)
[00:25:39] [inline] at C:/projects/julia/src\julia_internal.h:76
[00:25:39] jl_call_method_internal at C:/projects/julia/src\gf.c:1519
[00:25:39] [inline] at C:/projects/julia/src\julia.h:1342
[00:25:39] jl_apply at C:/projects/julia/src\builtins.c:505
[00:25:39] [inline] at .\promotion.jl:229
[00:25:39] #310 at .\multi.jl:1017
[00:25:39] run_work_thunk at .\multi.jl:747
[00:25:39] [inline] at .\multi.jl:1017
[00:25:39] #309 at .\event.jl:46
[00:25:39] [inline] at C:/projects/julia/src\julia_internal.h:76
[00:25:39] jl_call_method_internal at C:/projects/julia/src\gf.c:1519
[00:25:39] [inline] at C:/projects/julia/src\julia.h:1342
[00:25:39] jl_apply at C:/projects/julia/src\task.c:249
[00:25:39] Allocations: 51307851 (Pool: 51303505; Big: 4346); GC: 126
[00:25:42] Worker 12 terminated.
[00:25:42] 
[00:25:42]  From worker 12:      �[1m*�[0m �[31mdocs                 �[0m
[00:25:43] ERROR (unhandled task failure): EOFError: read end of file
[00:25:43]  From worker 14:      �[1m*�[0m �[31mmarkdown             �[0m in   8.21 seconds, maxrss  371.34 MB
[00:25:44]  From worker 14:      �[1m*�[0m �[31mbase64               �[0m in   0.32 seconds, maxrss  372.50 MB
@jeffreysarnoff-dev
Copy link
Author

apparently, there was a whitespace problem

@tkelman tkelman changed the title from AppVeyor access violation in docs test on AppVeyor Apr 30, 2016
@tkelman
Copy link
Contributor

tkelman commented Apr 30, 2016

Actual link: https://ci.appveyor.com/project/JuliaLang/julia/build/1.0.1041/job/inx6375b7uy5gjwm

A more specific title helps keep track of what issues are about.

@kshyatt kshyatt added the test This change adds or pertains to unit tests label Jan 26, 2017
@kshyatt
Copy link
Contributor

kshyatt commented Jan 26, 2017

I'm presuming we can close this because it was a transient whitespace problem.

@kshyatt kshyatt closed this as completed Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

3 participants