Skip to content

Bootstrap problems when setting #define MEMDEBUG in options.h #8422

@eschnett

Description

@eschnett

I am trying to track down a segfault, and am thus setting #define MEMDEBUG when building Julia from scratch. This leads to the following messages during bootstrap:

linalg.jl
Warning: New definition 
    convert could not show value of type Tuple at linalg/symmetric.jl:21
is ambiguous with: 
    convert could not show value of type Tuple at linalg/symmetric.jl:20.
To fix, define 
    convert could not show value of type Tuple
before the new definition.
Warning: New definition 
    convert could not show value of type Tuple at linalg/symmetric.jl:24
is ambiguous with: 
    convert could not show value of type Tuple at linalg/symmetric.jl:23.
To fix, define 
    convert could not show value of type Tuple
before the new definition.

This is version 7ca8cbdb7c066f3c6f34dd48307c835bc7ed1f19 of Julia, which is the current head of the master branch.

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