Skip to content

Segfault in detect_unbound_args with VarArg in signature #25341

@Keno

Description

@Keno
julia> using Test

julia> module FooAmbig
       _totuple(::Type{Tuple{Vararg{E}}}, itr, s...) where {E} = E
       end
Main.FooAmbig

julia> detect_unbound_args(FooAmbig; recursive=true)

signal (11): Segmentation fault: 11

Causing problems on #25261, but seems to be independent of it.

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or unintended behaviortypes and dispatchTypes, subtyping and method dispatch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions