Skip to content

Segfault in lpad with UInt64 length #32160

Closed

Description

On the official linux 1.1.0 build (also behaves the same in a recent 1.3-DEV):

julia> lpad("x", UInt64(1), " ")
"x"

julia> lpad("xx", UInt64(1), " ")

signal (11): Segmentation fault
in expression starting at no file:0
Segmentation fault (core dumped)

Originally reported on discourse: https://discourse.julialang.org/t/exception-access-violation-in-windows64/24660/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions