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

Segfault in push_root #7939

Closed
staticfloat opened this issue Aug 10, 2014 · 6 comments
Closed

Segfault in push_root #7939

staticfloat opened this issue Aug 10, 2014 · 6 comments
Labels
bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@staticfloat
Copy link
Member

We have a segfault with a sense of humor, given its timing:

https://travis-ci.org/JuliaLang/julia/jobs/32126820#L2682

@StefanKarpinski
Copy link
Member

Sigh.

@JeffBezanson JeffBezanson added this to the 0.3.1 milestone Aug 10, 2014
@Keno
Copy link
Member

Keno commented Aug 12, 2014

Just saw a failure like this locally ...

@tkelman
Copy link
Contributor

tkelman commented Aug 22, 2014

Another one on release-0.3 https://travis-ci.org/JuliaLang/julia/jobs/33203861

@catawbasam
Copy link
Contributor

Another one on 0.4.

See https://travis-ci.org/JuliaLang/julia/jobs/34795035
Occurred as Travis was checking PR #8233. Linux passed but OSX failed.

The first few lines of the trace are:

...
pkg.jl
signal (11): Segmentation fault: 11
push_root at /Users/travis/build/JuliaLang/julia/src/gc.c:764
gc_mark_stack at /Users/travis/build/JuliaLang/julia/src/gc.c:652
gc_mark at /Users/travis/build/JuliaLang/julia/src/gc.c:845
pool_alloc at /Users/travis/build/JuliaLang/julia/src/gc.c:501
newobj at /Users/travis/build/JuliaLang/julia/src/./julia_internal.h:13
inst_type_w_ at /Users/travis/build/JuliaLang/julia/src/jltypes.c:1915
tuple_to_Type at /Users/travis/build/JuliaLang/julia/src/jltypes.c:743
jl_subtype_le at /Users/travis/build/JuliaLang/julia/src/jltypes.c:2110
jl_subtype at /Users/travis/build/JuliaLang/julia/src/jltypes.c:2260
intersect_tuple at /Users/travis/build/JuliaLang/julia/src/jltypes.c:460
jl_type_intersection_matching at /Users/travis/build/JuliaLang/julia/src/jltypes.c:1363
lookup_match at /Users/travis/build/JuliaLang/julia/src/gf.c:881
ml_matches at /Users/travis/build/JuliaLang/julia/src/gf.c:1787
_methods at reflection.jl:99
jlcall__methods;22781 at  (unknown line)
jl_apply at /Users/travis/build/JuliaLang/julia/src/./julia.h:987
_methods at reflection.jl:116
jlcall__methods;22781 at  (unknown line)
jl_apply at /Users/travis/build/JuliaLang/julia/src/./julia.h:987
inlineable at inference.jl:2070
jl_apply at /Users/travis/build/JuliaLang/julia/src/./julia.h:987
inlining_pass at inference.jl:2654
inlining_pass at inference.jl:2590
inlining_pass at inference.jl:2590
jl_apply at /Users/travis/build/JuliaLang/julia/src/./julia.h:987
inlining_pass at inference.jl:2550
...

@JeffBezanson
Copy link
Member

Another possible fix: 819d9c8

@JeffBezanson
Copy link
Member

Have fixed several memory bugs in the last couple days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

6 participants