Skip to content

Julia v1.5.0 JULIA_HISTORY with line not starting with # or \t hangs at startup due to MethodError #36895

@Nosferican

Description

@Nosferican

When upgrading the cluster from v1.3.1 to v1.5.0 at startup it will hang unresponsive after

MethodError: objects of type Bool are not callable

It seems to have also occurred to @ianshmean

In my case, I thought it might have been related to Revise or having startup.jl but commenting those out didn't resolve the issue. I was able to get it working by deleting ~/.julia and then Julia started up normally. From the Slack conversation, it seems the issue is with Julia trying to create some directory that fails when it already exists and then runs into a MethodError.

CC: @giordano

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions