Skip to content

Segfault on comparison of SymEngine objects with incompatible values #43

@zverok

Description

@zverok
i = SymEngine::Integer.new(5)
# => #<SymEngine::Integer:0x8705938> 
i == 5
# => true 
i == SymEngine::Integer.new(5)
# => true 
i == 'foo'
# [BUG] Segmentation fault at 0x000000

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