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

Power build segfaults in jl_typemap_level_assoc_exact during bootstrap #21470

Closed
tkelman opened this issue Apr 21, 2017 · 0 comments · Fixed by #21491
Closed

Power build segfaults in jl_typemap_level_assoc_exact during bootstrap #21470

tkelman opened this issue Apr 21, 2017 · 0 comments · Fixed by #21491
Labels
regression Regression in behavior compared to a previous version system:powerpc PowerPC
Milestone

Comments

@tkelman
Copy link
Contributor

tkelman commented Apr 21, 2017

See https://build.julialang.org/builders/package_tarballppc64le/builds/133/steps/make/logs/stdio

docs/core.jl
inference.jl

signal (11): Segmentation fault
while loading inference.jl, in expression starting on line 5459
mtcache_hash_lookup at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/typemap.c:259 [inlined]
jl_typemap_level_assoc_exact at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/typemap.c:850
jl_typemap_assoc_exact at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:876 [inlined]
jl_lookup_generic_ at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/gf.c:1875 [inlined]
jl_apply_generic at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/gf.c:1927
unknown function (ip: 0x3fff9d39627f)
jl_call_fptr_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:326 [inlined]
jl_call_method_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:345 [inlined]
jl_apply_generic at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/gf.c:1930
unknown function (ip: 0x3fff9d3897ff)
jl_call_fptr_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:326 [inlined]
jl_call_method_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:345 [inlined]
jl_apply_generic at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/gf.c:1930
unknown function (ip: 0x3fff9d34bcd7)
jl_call_fptr_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:326 [inlined]
jl_call_method_internal at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/julia_internal.h:345 [inlined]
jl_apply_generic at /home/juliabuild/buildbot/slave/package_tarballppc64le/build/src/gf.c:1930
unknown function (ip: 0x3fff9d445d73)

Was broken by #21135

@tkelman tkelman added system:powerpc PowerPC regression Regression in behavior compared to a previous version labels Apr 21, 2017
@tkelman tkelman added this to the 0.6.0 milestone Apr 21, 2017
vtjnash added a commit that referenced this issue Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version system:powerpc PowerPC
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant