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

using ColorVectorSpace asserts #29136

Closed
KristofferC opened this issue Sep 11, 2018 · 3 comments
Closed

using ColorVectorSpace asserts #29136

KristofferC opened this issue Sep 11, 2018 · 3 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior types and dispatch Types, subtyping and method dispatch

Comments

@KristofferC
Copy link
Member

KristofferC commented Sep 11, 2018

ColorVectorSpace v0.6.2

on debug build:

julia> using ColorVectorSpace
[ Info: Precompiling ColorVectorSpace [c3611d14-8923-5661-9e6a-0046d554d3a4]
Assertion failed: (!jl_subtype((jl_value_t*)sig, (jl_value_t*)type)), function check_ambiguous_visitor, file /Users/kristoffer/julia/src/gf.c, line 1189.

signal (6): Abort trap: 6
in expression starting at /Users/kristoffer/.julia/packages/ColorVectorSpace/HeIVH/src/ColorVectorSpace.jl:292
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 2233455 (Pool: 2233166; Big: 289); GC: 3
@KristofferC KristofferC added the bug Indicates an unexpected problem or unintended behavior label Sep 11, 2018
@KristofferC
Copy link
Member Author

Dup of #22592?

@JeffBezanson
Copy link
Member

I believe it's not a dup of the original #22592 concerning JLD2, but it is a dup of the later comment that got the same assertion failure using ColorVectorSpace. I'll close that issue first since I believe it was fixed a while ago, and my new PR fixes this one.

@JeffBezanson JeffBezanson self-assigned this Sep 11, 2018
@JeffBezanson JeffBezanson added the types and dispatch Types, subtyping and method dispatch label Sep 11, 2018
@JeffBezanson
Copy link
Member

Fixed by #29139

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 types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

No branches or pull requests

2 participants